9
0
Fork 0

move drivers/nand to drivers/mtd/nand

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Sascha Hauer 2010-06-28 13:22:29 +02:00
parent 1b5de4c0fe
commit b332d8565d
18 changed files with 12 additions and 3 deletions

View File

@ -5,7 +5,7 @@ source "drivers/net/Kconfig"
source "drivers/spi/Kconfig"
source "drivers/i2c/Kconfig"
source "drivers/nor/Kconfig"
source "drivers/nand/Kconfig"
source "drivers/mtd/Kconfig"
source "drivers/ata/Kconfig"
source "drivers/usb/Kconfig"
source "drivers/video/Kconfig"

View File

@ -1,6 +1,6 @@
obj-y += net/
obj-y += serial/
obj-y += nand/
obj-y += mtd/
obj-y += nor/
obj-y += usb/
obj-$(CONFIG_ATA) += ata/

8
drivers/mtd/Kconfig Normal file
View File

@ -0,0 +1,8 @@
menuconfig MTD
bool "Memory Technology Device (MTD) support"
if MTD
source "drivers/mtd/nand/Kconfig"
endif

1
drivers/mtd/Makefile Normal file
View File

@ -0,0 +1 @@
obj-$(CONFIG_NAND) += nand/

View File

@ -1,5 +1,5 @@
menuconfig NAND
bool "NAND support "
bool "NAND support "
select MTD_NAND_IDS
help
This enables support for accessing all type of NAND flash