aboutsummaryrefslogtreecommitdiff
path: root/drivers/mtd/Kconfig
diff options
context:
space:
mode:
authorVignesh Raghavendra <vigneshr@ti.com>2019-10-23 13:30:01 +0530
committerStefan Roese <sr@denx.de>2019-10-24 09:49:10 +0200
commitc2dfd0a4d81faeb50aa0cfe36bf1835a40811304 (patch)
tree2e849b5be710e515b410b619d89cd645d0b73c08 /drivers/mtd/Kconfig
parentd75eacf9b8a7562e8ea8c94138cd4ff4694f7c53 (diff)
downloadu-boot-c2dfd0a4d81faeb50aa0cfe36bf1835a40811304.zip
u-boot-c2dfd0a4d81faeb50aa0cfe36bf1835a40811304.tar.gz
u-boot-c2dfd0a4d81faeb50aa0cfe36bf1835a40811304.tar.bz2
mtd: Add TI HyperBus Memory Controller driver
AM654/J721e has HyperBus Memory Controller that supports HyperFlash and HyperRAM devices. It provides a memory mapped interface to interact with these devices. Add a driver to support the same. Driver calibrates the controller, setups up for MMIO access and probes HyperFlash child node. Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com> Reviewed-by: Stefan Roese <sr@denx.de>
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 0050fb2..37f379d 100644
--- a/drivers/mtd/Kconfig
+++ b/drivers/mtd/Kconfig
@@ -94,6 +94,13 @@ config RENESAS_RPC_HF
This enables access to Hyperflash memory through the Renesas
RCar Gen3 RPC controller.
+config HBMC_AM654
+ bool "HyperBus controller driver for AM65x SoC"
+ depends on SYSCON
+ help
+ This is the driver for HyperBus controller on TI's AM65x and
+ other SoCs
+
source "drivers/mtd/nand/Kconfig"
source "drivers/mtd/spi/Kconfig"