summaryrefslogtreecommitdiff
path: root/drivers/mtd/hyperbus/Kconfig
diff options
context:
space:
mode:
authorVignesh Raghavendra <vigneshr@ti.com>2019-06-25 13:27:46 +0530
committerMiquel Raynal <miquel.raynal@bootlin.com>2019-06-28 09:35:45 +0200
commitb07079f1642c28dac4f6f339d5aca66203519734 (patch)
treee2399d9f0b90dda5248f6cce3abdf0ce2e10f2fb /drivers/mtd/hyperbus/Kconfig
parentd7865933af9ed38f39cf085e1def44b637109999 (diff)
mtd: hyperbus: Add driver for TI's HyperBus memory controller
Add driver for HyperBus memory controller on TI's AM654 SoC. Programming IP is pretty simple and provides direct memory mapped access to connected Flash devices. Add basic support for the IP without DMA. Second chip-select is not supported for now. Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com> Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
Diffstat (limited to 'drivers/mtd/hyperbus/Kconfig')
-rw-r--r--drivers/mtd/hyperbus/Kconfig12
1 files changed, 12 insertions, 0 deletions
diff --git a/drivers/mtd/hyperbus/Kconfig b/drivers/mtd/hyperbus/Kconfig
index 98147e28caa0..cff6bbd226f5 100644
--- a/drivers/mtd/hyperbus/Kconfig
+++ b/drivers/mtd/hyperbus/Kconfig
@@ -9,3 +9,15 @@ menuconfig MTD_HYPERBUS
the HyperBus Controller driver to communicate with
HyperFlash. See Cypress HyperBus specification for more
details
+
+if MTD_HYPERBUS
+
+config HBMC_AM654
+ tristate "HyperBus controller driver for AM65x SoC"
+ select MULTIPLEXER
+ select MUX_MMIO
+ help
+ This is the driver for HyperBus controller on TI's AM65x and
+ other SoCs
+
+endif # MTD_HYPERBUS