]> git.sur5r.net Git - u-boot/blobdiff - drivers/mtd/Kconfig
ARM: rmobile: Represent SF partitioning with mtdparts on Lager
[u-boot] / drivers / mtd / Kconfig
index 390e9e4ea3f64fa953f68751ea8f1a8c1b073bcd..707359dca1e080e130e4f712a0cb9ae30a5174f4 100644 (file)
@@ -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"