X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=target%2Flinux%2Fixp4xx%2Fmodules.mk;h=2d6446c05bfd593da1f19de883f5d5afe5d41bc1;hb=3ddc1914ba2aa6b9d93528e05c051ce44ef7f8a3;hp=e088497793baf10565f1b0e0da2d3265d17a431a;hpb=2d86ea7bf3f47d45d196e0148a091004ded321bf;p=openwrt%2Fopenwrt.git diff --git a/target/linux/ixp4xx/modules.mk b/target/linux/ixp4xx/modules.mk index e088497793..2d6446c05b 100644 --- a/target/linux/ixp4xx/modules.mk +++ b/target/linux/ixp4xx/modules.mk @@ -25,7 +25,7 @@ $(eval $(call KernelPackage,ata-ixp4xx-cf)) define KernelPackage/ixp4xx-beeper SUBMENU:=$(OTHER_MENU) TITLE:=IXP4XX Beeper support - DEPENDS:=@TARGET_ixp4xx + DEPENDS:=@TARGET_ixp4xx +kmod-input-core KCONFIG:= \ CONFIG_INPUT_MISC=y \ CONFIG_INPUT_IXP4XX_BEEPER @@ -39,3 +39,36 @@ define KernelPackage/ixp4xx-beeper/description endef $(eval $(call KernelPackage,ixp4xx-beeper)) + + +define KernelPackage/crypto-hw-ixp4xx + TITLE:=Intel IXP4xx hardware crypto module + DEPENDS:=@TARGET_ixp4xx + KCONFIG:= \ + CONFIG_CRYPTO_DEV_IXP4XX + FILES:=$(LINUX_DIR)/drivers/crypto/ixp4xx_crypto.ko + AUTOLOAD:=$(call AutoLoad,90,ixp4xx_crypto) + $(call AddDepends/crypto,+kmod-crypto-authenc +kmod-crypto-des) +endef + +define KernelPackage/crypto-hw-ixp4xx/description + Kernel support for the Intel IXP4xx HW crypto engine. +endef + +$(eval $(call KernelPackage,crypto-hw-ixp4xx)) + + +define KernelPackage/ixp4xx-eth + SUBMENU:=$(NETWORK_DEVICES_MENU) + TITLE:=IXP4xxt Ethernet Adapter kernel support + DEPENDS:=@TARGET_ixp4xx + KCONFIG:=CONFIG_IXP4XX_ETH + FILES:=$(LINUX_DIR)/drivers/net/ethernet/xscale/ixp4xx_eth.ko + AUTOLOAD:=$(call AutoLoad,50,ixp4xx_eth) +endef + +define KernelPackage/ixp4xx-eth/description + Kernel modules for Intel IXP4xx Ethernet chipsets. +endef + +$(eval $(call KernelPackage,ixp4xx-eth))