From ba5b3ece5da02f16c64c7010bf543072c9a766c1 Mon Sep 17 00:00:00 2001 From: Mirko Vogt Date: Tue, 31 May 2011 09:47:30 +0000 Subject: [PATCH] purge out CONFIG_CRYPTO* symbols out of target specific kernel configs since OpenWrt is taking care of them SVN-Revision: 27036 --- target/linux/lantiq/ase/config-2.6.32 | 2 -- target/linux/lantiq/ase/config-default | 2 -- target/linux/lantiq/falcon/config-2.6.32 | 1 - target/linux/lantiq/falcon/config-default | 1 - target/linux/lantiq/xway/config-2.6.32 | 2 -- target/linux/lantiq/xway/config-default | 2 -- 6 files changed, 10 deletions(-) diff --git a/target/linux/lantiq/ase/config-2.6.32 b/target/linux/lantiq/ase/config-2.6.32 index a3b8453fd4..eeea0be10b 100644 --- a/target/linux/lantiq/ase/config-2.6.32 +++ b/target/linux/lantiq/ase/config-2.6.32 @@ -1,5 +1,3 @@ -CONFIG_CRYPTO_ALGAPI=y -CONFIG_CRYPTO_ALGAPI2=y # CONFIG_DM9000 is not set CONFIG_INPUT=y CONFIG_INPUT_EVDEV=y diff --git a/target/linux/lantiq/ase/config-default b/target/linux/lantiq/ase/config-default index a1b6766890..b39ed5e501 100644 --- a/target/linux/lantiq/ase/config-default +++ b/target/linux/lantiq/ase/config-default @@ -1,8 +1,6 @@ # CONFIG_ARCH_DMA_ADDR_T_64BIT is not set # CONFIG_ARCH_PHYS_ADDR_T_64BIT is not set # CONFIG_ATH79 is not set -CONFIG_CRYPTO_ALGAPI=y -CONFIG_CRYPTO_ALGAPI2=y CONFIG_GENERIC_ATOMIC64=y CONFIG_GENERIC_IRQ_SHOW=y CONFIG_HAVE_ARCH_JUMP_LABEL=y diff --git a/target/linux/lantiq/falcon/config-2.6.32 b/target/linux/lantiq/falcon/config-2.6.32 index 56865364c9..5154ddb330 100644 --- a/target/linux/lantiq/falcon/config-2.6.32 +++ b/target/linux/lantiq/falcon/config-2.6.32 @@ -1,6 +1,5 @@ CONFIG_CPU_MIPSR2_IRQ_EI=y CONFIG_CPU_MIPSR2_IRQ_VI=y -# CONFIG_CRYPTO is not set CONFIG_DM9000=y CONFIG_DM9000_DEBUGLEVEL=4 CONFIG_DM9000_FORCE_SIMPLE_PHY_POLL=y diff --git a/target/linux/lantiq/falcon/config-default b/target/linux/lantiq/falcon/config-default index ea89c73255..3ab44e2e6a 100644 --- a/target/linux/lantiq/falcon/config-default +++ b/target/linux/lantiq/falcon/config-default @@ -4,7 +4,6 @@ # CONFIG_ATH79 is not set CONFIG_CPU_MIPSR2_IRQ_EI=y CONFIG_CPU_MIPSR2_IRQ_VI=y -# CONFIG_CRYPTO is not set CONFIG_DM9000=y CONFIG_DM9000_DEBUGLEVEL=4 CONFIG_DM9000_FORCE_SIMPLE_PHY_POLL=y diff --git a/target/linux/lantiq/xway/config-2.6.32 b/target/linux/lantiq/xway/config-2.6.32 index 6444768cb8..fde465f9b5 100644 --- a/target/linux/lantiq/xway/config-2.6.32 +++ b/target/linux/lantiq/xway/config-2.6.32 @@ -1,7 +1,5 @@ CONFIG_ADM6996_PHY=y CONFIG_AR8216_PHY=y -CONFIG_CRYPTO_ALGAPI=y -CONFIG_CRYPTO_ALGAPI2=y CONFIG_DEVPORT=y # CONFIG_DM9000 is not set CONFIG_HW_HAS_PCI=y diff --git a/target/linux/lantiq/xway/config-default b/target/linux/lantiq/xway/config-default index ecb8970813..dd59fa68d2 100644 --- a/target/linux/lantiq/xway/config-default +++ b/target/linux/lantiq/xway/config-default @@ -3,8 +3,6 @@ CONFIG_AR8216_PHY=y # CONFIG_ARCH_DMA_ADDR_T_64BIT is not set # CONFIG_ARCH_PHYS_ADDR_T_64BIT is not set # CONFIG_ATH79 is not set -CONFIG_CRYPTO_ALGAPI=y -CONFIG_CRYPTO_ALGAPI2=y CONFIG_GENERIC_ATOMIC64=y CONFIG_GENERIC_IRQ_SHOW=y CONFIG_HAVE_ARCH_JUMP_LABEL=y -- 2.30.2