X-Git-Url: https://git.kernelconcepts.de/?p=karo-tx-uboot.git;a=blobdiff_plain;f=drivers%2Fmtd%2FKconfig;h=5b56f11e93497103392146fb1306b264628ec9c0;hp=e69de29bb2d1d6434b8b29ae775ad8c2e48c5391;hb=3d5920a31bb846249385e1ca5c086662c39bc44e;hpb=ed36323f6d217050f82a2200475959b8557a47e4 diff --git a/drivers/mtd/Kconfig b/drivers/mtd/Kconfig index e69de29bb2..5b56f11e93 100644 --- a/drivers/mtd/Kconfig +++ b/drivers/mtd/Kconfig @@ -0,0 +1,21 @@ +menuconfig NOR_FLASH + bool "NOR flash support" + +if NOR_FLASH + +config CONFIG_FLASH_CFI_DRIVER + bool "CFI flash driver" + +endif + +config SYS_NO_FLASH + bool + default y + depends on !NOR_FLASH + +config MTD_PARTITIONS + bool "Support MTD partition tables" + depends on MTD_DEVICE + default y + +source "drivers/mtd/nand/Kconfig"