[brcm63xx] register udc and spi devices at the correct init level
[openwrt.git] / target / linux / kirkwood / modules.mk
1
2 define KernelPackage/crypto-mv_cesa
3 TITLE:=Marvell crypto engine
4 KCONFIG:=CONFIG_CRYPTO_DEV_MV_CESA
5 FILES:=$(LINUX_DIR)/crypto/mv_cesa.ko
6 AUTOLOAD:=$(call AutoLoad,09,mv_cesa)
7 SUBMENU:=Cryptographic API modules
8 DEPENDS:=kmod-crypto-core
9 endef
10
11 $(eval $(call KernelPackage,crypto-mv_cesa))
This page took 0.05782 seconds and 5 git commands to generate.