summaryrefslogtreecommitdiff
path: root/target/linux/config/Config.in.crypto
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-07-05 20:57:48 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2010-07-05 20:57:48 +0200
commit483e77f4a8ba66fe5c34924abfd1ff65363d79c1 (patch)
tree7a9bd50105b9e53c168f3edc191038af539fd321 /target/linux/config/Config.in.crypto
parent1879491b2b6e799b20ac06d1b510726eb200944f (diff)
some allconfig fixes
disable geode AES coprocessor, better use kernel modules, otherwise some crypto stuff get statically compiled and the build fails.
Diffstat (limited to 'target/linux/config/Config.in.crypto')
-rw-r--r--target/linux/config/Config.in.crypto2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/config/Config.in.crypto b/target/linux/config/Config.in.crypto
index 826e47570..cb6675468 100644
--- a/target/linux/config/Config.in.crypto
+++ b/target/linux/config/Config.in.crypto
@@ -47,7 +47,7 @@ config ADK_KPACKAGE_KMOD_CRYPTO_DEV_GEODE
tristate
select ADK_KERNEL_CRYPTO_HW
select ADK_KERNEL_CRYPTO
- depends on ADK_LINUX_X86_ALIX1C
+ depends on ADK_LINUX_ALIX
help
Say 'Y' here to use the AMD Geode LX processor on-board AES
engine for the CryptoAPI AES algorithm.