1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-12-25 15:35:30 +02:00

set CONFIG_CRYPTO_HW for ixp4xx_crypto -- closes #4831

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15869 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
kaloz 2009-05-15 12:26:18 +00:00
parent 5f47b607c0
commit ef81023351
2 changed files with 3 additions and 3 deletions

View File

@ -117,7 +117,9 @@ define KernelPackage/crypto-hw-ixp4xx
TITLE:=Intel IXP4xx hardware crypto module
DEPENDS:= \
@TARGET_ixp4xx +kmod-crypto-core +kmod-crypto-des +kmod-crypto-authenc
KCONFIG:= CONFIG_CRYPTO_DEV_IXP4XX
KCONFIG:= \
CONFIG_CRYPTO_HW=y \
CONFIG_CRYPTO_DEV_IXP4XX
FILES:=$(LINUX_DIR)/drivers/crypto/ixp4xx_crypto.$(LINUX_KMOD_SUFFIX)
AUTOLOAD:=$(call AutoLoad,90,ixp4xx_crypto)
endef

View File

@ -49,8 +49,6 @@ CONFIG_CPU_PABRT_NOIFAR=y
CONFIG_CPU_TLB_V4WBI=y
CONFIG_CPU_XSCALE=y
CONFIG_CRC16=y
# CONFIG_CRYPTO_DEV_IXP4XX is not set
CONFIG_CRYPTO_HW=y
# CONFIG_DEBUG_BUGVERBOSE is not set
# CONFIG_DEBUG_USER is not set
CONFIG_DEVPORT=y