diff options
author | Nicolas Thill <nico@openwrt.org> | 2007-09-23 15:12:12 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2007-09-23 15:12:12 +0000 |
commit | 5f0272d618f486e694c14c51a3ad42e4232ae9eb (patch) | |
tree | bd44f03e72f19e33dfd46bf405fa6f2186b062e3 /target/linux/pxa | |
parent | aa372ac90195d1c99003a03aff2a799506e591e9 (diff) | |
download | upstream-5f0272d618f486e694c14c51a3ad42e4232ae9eb.tar.gz upstream-5f0272d618f486e694c14c51a3ad42e4232ae9eb.tar.bz2 upstream-5f0272d618f486e694c14c51a3ad42e4232ae9eb.zip |
move crypto support to a seperate crypto.mk file, split modules into multiple packages and adjust dependencies, sync crypto options in kconfigs.
SVN-Revision: 8980
Diffstat (limited to 'target/linux/pxa')
-rw-r--r-- | target/linux/pxa/config-2.6.21 | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/target/linux/pxa/config-2.6.21 b/target/linux/pxa/config-2.6.21 index 7c1e1b5c07..b6cb18251d 100644 --- a/target/linux/pxa/config-2.6.21 +++ b/target/linux/pxa/config-2.6.21 @@ -72,30 +72,6 @@ CONFIG_CPU_XSCALE=y CONFIG_CRAMFS=y # CONFIG_CRC16 is not set CONFIG_CRC_CCITT=y -# CONFIG_CRYPTO_AES is not set -# CONFIG_CRYPTO_ANUBIS is not set -# CONFIG_CRYPTO_ARC4 is not set -# CONFIG_CRYPTO_BLOWFISH is not set -# CONFIG_CRYPTO_CAST5 is not set -# CONFIG_CRYPTO_CAST6 is not set -# CONFIG_CRYPTO_CRC32C is not set -# CONFIG_CRYPTO_DEFLATE is not set -# CONFIG_CRYPTO_DES is not set -# CONFIG_CRYPTO_HMAC is not set -# CONFIG_CRYPTO_KHAZAD is not set -# CONFIG_CRYPTO_MD4 is not set -# CONFIG_CRYPTO_MD5 is not set -# CONFIG_CRYPTO_MICHAEL_MIC is not set -# CONFIG_CRYPTO_NULL is not set -# CONFIG_CRYPTO_SERPENT is not set -# CONFIG_CRYPTO_SHA1 is not set -# CONFIG_CRYPTO_SHA256 is not set -# CONFIG_CRYPTO_SHA512 is not set -# CONFIG_CRYPTO_TEA is not set -# CONFIG_CRYPTO_TEST is not set -# CONFIG_CRYPTO_TGR192 is not set -# CONFIG_CRYPTO_TWOFISH is not set -# CONFIG_CRYPTO_WP512 is not set # CONFIG_DEBUG_BUGVERBOSE is not set # CONFIG_DEBUG_USER is not set CONFIG_DMABOUNCE=y |