diff options
Diffstat (limited to 'drivers/mtd/Kconfig')
-rw-r--r-- | drivers/mtd/Kconfig | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/drivers/mtd/Kconfig b/drivers/mtd/Kconfig index 707359dca1..41f8883ec2 100644 --- a/drivers/mtd/Kconfig +++ b/drivers/mtd/Kconfig @@ -13,6 +13,18 @@ config MTD_NOR_FLASH help Enable support for parallel NOR flash. +config MTD_DEVICE + bool "Enable MTD Device for NAND and ONENAND devices" + help + Adds the MTD device infrastructure from the Linux kernel. + Needed for mtdparts command support. + +config MTD_PARTITIONS + bool "Add MTD Partioning infrastructure" + help + Adds the MTD partitioning infrastructure from the Linux + kernel. Needed for UBI support. + config CFI_FLASH bool "Enable Driver Model for CFI Flash driver" depends on MTD |