X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=drivers%2Fmtd%2FKconfig;h=707359dca1e080e130e4f712a0cb9ae30a5174f4;hb=1b53142bd035d50e0ec1ddeb48f883083dd7f597;hp=390e9e4ea3f64fa953f68751ea8f1a8c1b073bcd;hpb=826d06dbdd0e29ab0d8bd76d1ca640e2dfdb076c;p=u-boot diff --git a/drivers/mtd/Kconfig b/drivers/mtd/Kconfig index 390e9e4ea3..707359dca1 100644 --- a/drivers/mtd/Kconfig +++ b/drivers/mtd/Kconfig @@ -8,6 +8,11 @@ config MTD flash, RAM and similar chips, often used for solid state file systems on embedded devices. +config MTD_NOR_FLASH + bool "Enable parallel NOR flash support" + help + Enable support for parallel NOR flash. + config CFI_FLASH bool "Enable Driver Model for CFI Flash driver" depends on MTD @@ -35,8 +40,17 @@ config FLASH_PIC32 This enables access to Microchip PIC32 internal non-CFI flash chips through PIC32 Non-Volatile-Memory Controller. +config RENESAS_RPC_HF + bool "Renesas RCar Gen3 RPC Hyperflash driver" + depends on RCAR_GEN3 && MTD + help + This enables access to Hyperflash memory through the Renesas + RCar Gen3 RPC controller. + endmenu source "drivers/mtd/nand/Kconfig" source "drivers/mtd/spi/Kconfig" + +source "drivers/mtd/ubi/Kconfig"