mtd: rpc: Add Renesas RPC Hyperflash driver
[oweals/u-boot.git] / drivers / mtd / Kconfig
index 19579801d246190d5a0df7e489ce06dcb612d616..707359dca1e080e130e4f712a0cb9ae30a5174f4 100644 (file)
@@ -40,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"