kernel: limit crypto-hw-geode to the x86/geode
CONFIG_CRYPTO_DEV_GEODE depends on X86_32. This driver only makes sense on X86\geode. Signed-off-by: Aleksander Jan Bajkowski <A.Bajkowski@stud.elka.pw.edu.pl>
This commit is contained in:
parent
577ba5a3a9
commit
8f80b9b8f6
1 changed files with 1 additions and 1 deletions
|
@ -346,7 +346,7 @@ $(eval $(call KernelPackage,crypto-hw-ccp))
|
||||||
|
|
||||||
define KernelPackage/crypto-hw-geode
|
define KernelPackage/crypto-hw-geode
|
||||||
TITLE:=AMD Geode hardware crypto module
|
TITLE:=AMD Geode hardware crypto module
|
||||||
DEPENDS:=+kmod-crypto-manager
|
DEPENDS:=@TARGET_x86_geode +kmod-crypto-manager
|
||||||
KCONFIG:= \
|
KCONFIG:= \
|
||||||
CONFIG_CRYPTO_HW=y \
|
CONFIG_CRYPTO_HW=y \
|
||||||
CONFIG_CRYPTO_DEV_GEODE
|
CONFIG_CRYPTO_DEV_GEODE
|
||||||
|
|
Loading…
Reference in a new issue