summaryrefslogtreecommitdiff
path: root/drivers/mtd/hyperbus/Kconfig
diff options
context:
space:
mode:
authorSergei Shtylyov <sergei.shtylyov@cogentembedded.com>2020-10-03 23:23:20 +0300
committerVignesh Raghavendra <vigneshr@ti.com>2020-10-06 10:06:21 +0300
commit5de15b610f785f0e188fefb707f0b19de156968a (patch)
tree599866949616d4eea84e19f9f1bb3b15ef3de514 /drivers/mtd/hyperbus/Kconfig
parent00c9cf49a6136e0839eaa2c74fbd58c607318b2c (diff)
downloadlinux-5de15b610f785f0e188fefb707f0b19de156968a.tar.xz
mtd: hyperbus: add Renesas RPC-IF driver
Add the HyperFLash driver for the Renesas RPC-IF. It's the "front end" driver using the "back end" APIs in the main driver to talk to the real hardware. Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com> Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com> Link: https://lore.kernel.org/r/78abb851-2beb-fe7d-87e5-ce58ee877d35@gmail.com
Diffstat (limited to 'drivers/mtd/hyperbus/Kconfig')
-rw-r--r--drivers/mtd/hyperbus/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/mtd/hyperbus/Kconfig b/drivers/mtd/hyperbus/Kconfig
index a4d8968d133d..35b3ab4c8b94 100644
--- a/drivers/mtd/hyperbus/Kconfig
+++ b/drivers/mtd/hyperbus/Kconfig
@@ -22,4 +22,11 @@ config HBMC_AM654
This is the driver for HyperBus controller on TI's AM65x and
other SoCs
+config RPCIF_HYPERBUS
+ tristate "Renesas RPC-IF HyperBus driver"
+ depends on RENESAS_RPCIF || COMPILE_TEST
+ depends on MTD_CFI_BE_BYTE_SWAP
+ help
+ This option includes Renesas RPC-IF HyperBus support.
+
endif # MTD_HYPERBUS