]> git.sur5r.net Git - u-boot/blobdiff - drivers/mtd/Kconfig
mtd: spi: Correct parameters for s25fs512s flash
[u-boot] / drivers / mtd / Kconfig
index 3a9705c41bdf44074d9ff7b409a4fe2a67b277ed..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,6 +40,13 @@ 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"