mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-27 21:18:26 +02:00
package/kernel: package NAND support
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30773 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
d7cd2ca3a0
commit
0d9703a2b4
@ -818,3 +818,23 @@ define KernelPackage/mtdtests/description
|
|||||||
endef
|
endef
|
||||||
|
|
||||||
$(eval $(call KernelPackage,mtdtests))
|
$(eval $(call KernelPackage,mtdtests))
|
||||||
|
|
||||||
|
|
||||||
|
define KernelPackage/nand
|
||||||
|
SUBMENU:=$(OTHER_MENU)
|
||||||
|
TITLE:=NAND flash support
|
||||||
|
KCONFIG:=CONFIG_MTD_NAND \
|
||||||
|
CONFIG_MTD_NAND_IDS \
|
||||||
|
CONFIG_MTD_NAND_ECC
|
||||||
|
FILES:= \
|
||||||
|
$(LINUX_DIR)/drivers/mtd/nand/nand_ids.ko \
|
||||||
|
$(LINUX_DIR)/drivers/mtd/nand/nand_ecc.ko \
|
||||||
|
$(LINUX_DIR)/drivers/mtd/nand/nand.ko
|
||||||
|
AUTOLOAD:=$(call AutoLoad,20,nand_ids nand_ecc nand)
|
||||||
|
endef
|
||||||
|
|
||||||
|
define KernelPackage/nand/description
|
||||||
|
Kernel module for NAND support.
|
||||||
|
endef
|
||||||
|
|
||||||
|
$(eval $(call KernelPackage,nand))
|
||||||
|
Loading…
Reference in New Issue
Block a user