aboutsummaryrefslogtreecommitdiff
path: root/drivers/mtd/Kconfig
diff options
context:
space:
mode:
authorMarek Vasut <marek.vasut+renesas@gmail.com>2017-08-19 23:24:08 +0200
committerMarek Vasut <marek.vasut+renesas@gmail.com>2018-04-11 23:12:00 +0200
commita405a55ba8daf70311a1831938bbdc1ed92c5a83 (patch)
tree1c2c5c18c61a6a8999e5b358b79204e2223669e3 /drivers/mtd/Kconfig
parentcf39f3f304830b1e76b1a4af8d135ed9d26bb134 (diff)
downloadu-boot-a405a55ba8daf70311a1831938bbdc1ed92c5a83.zip
u-boot-a405a55ba8daf70311a1831938bbdc1ed92c5a83.tar.gz
u-boot-a405a55ba8daf70311a1831938bbdc1ed92c5a83.tar.bz2
mtd: rpc: Add Renesas RPC Hyperflash driver
Add driver for the RPC block in Hyperflash mode. This driver allows access to a CFI Hyperflash attached to the RPC block and does not support RPC in SPI mode. Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Diffstat (limited to 'drivers/mtd/Kconfig')
-rw-r--r--drivers/mtd/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/mtd/Kconfig b/drivers/mtd/Kconfig
index 1957980..707359d 100644
--- a/drivers/mtd/Kconfig
+++ b/drivers/mtd/Kconfig
@@ -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"