From 0d9703a2b4cb3d9e29e59f77cb64604efc825cd9 Mon Sep 17 00:00:00 2001 From: juhosg Date: Fri, 2 Mar 2012 11:17:25 +0000 Subject: package/kernel: package NAND support git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30773 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/kernel/modules/other.mk | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) (limited to 'package/kernel/modules/other.mk') diff --git a/package/kernel/modules/other.mk b/package/kernel/modules/other.mk index 9ab6700b7..5a4cce8ce 100644 --- a/package/kernel/modules/other.mk +++ b/package/kernel/modules/other.mk @@ -629,7 +629,7 @@ define KernelPackage/cs5535-mfd KCONFIG:=CONFIG_MFD_CS5535 FILES:= \ $(LINUX_DIR)/drivers/mfd/mfd-core.ko \ - $(LINUX_DIR)/drivers/mfd/cs5535-mfd.ko + $(LINUX_DIR)/drivers/mfd/cs5535-mfd.ko AUTOLOAD:=$(call AutoLoad,44,mfd-core cs5535-mfd) endef @@ -818,3 +818,23 @@ define KernelPackage/mtdtests/description endef $(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)) -- cgit v1.2.3