ar71xx: package the AR934x NAND driver module
SVN-Revision: 33386
This commit is contained in:
parent
1e5fdbeae5
commit
10cd35c0e7
1 changed files with 17 additions and 0 deletions
|
@ -37,6 +37,22 @@ endef
|
|||
$(eval $(call KernelPackage,leds-wndr3700-usb))
|
||||
|
||||
|
||||
define KernelPackage/nand-ar934x
|
||||
SUBMENU:=$(OTHER_MENU)
|
||||
TITLE:=Atheros AR934x NAND flash controller driver
|
||||
KCONFIG:=CONFIG_MTD_NAND_AR934X
|
||||
DEPENDS:=@TARGET_ar71xx +kmod-nand
|
||||
FILES:=$(LINUX_DIR)/drivers/mtd/nand/ar934x_nfc.ko
|
||||
AUTOLOAD:=$(call AutoLoad,30,ar934x_nfc)
|
||||
endef
|
||||
|
||||
define KernelPackage/nand-ar934x/description
|
||||
Atheros AR934x NAND flash controller driver.
|
||||
endef
|
||||
|
||||
$(eval $(call KernelPackage,nand-ar934x))
|
||||
|
||||
|
||||
define KernelPackage/spi-vsc7385
|
||||
SUBMENU:=$(SPI_MENU)
|
||||
TITLE:=Vitesse VSC7385 ethernet switch driver
|
||||
|
@ -67,3 +83,4 @@ define KernelPackage/wdt-ath79/description
|
|||
endef
|
||||
|
||||
$(eval $(call KernelPackage,wdt-ath79))
|
||||
|
||||
|
|
Loading…
Reference in a new issue