summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-11-20 02:45:21 +0300
committerTom Rini <trini@konsulko.com>2022-12-06 00:07:12 +0300
commitd5c77533b422eabc469e9f55d14afc3ac9ac49f6 (patch)
treebfb0749ee3563081d9211e1ddf3d6ced9f75163b /arch
parent500dfebf22cbf0adbef02b80c75a93892ee861ec (diff)
downloadu-boot-d5c77533b422eabc469e9f55d14afc3ac9ac49f6.tar.xz
Convert CONFIG_IODELAY_RECALIBRATION to Kconfig
This converts the following to Kconfig: CONFIG_IODELAY_RECALIBRATION Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/mach-omap2/omap5/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/omap5/Kconfig b/arch/arm/mach-omap2/omap5/Kconfig
index 18a6676422..0787d192b6 100644
--- a/arch/arm/mach-omap2/omap5/Kconfig
+++ b/arch/arm/mach-omap2/omap5/Kconfig
@@ -1,7 +1,11 @@
if OMAP54XX
+config IODELAY_RECALIBRATION
+ bool
+
config DRA7XX
bool
+ select IODELAY_RECALIBRATION
select SYS_OMAP_ABE_SYSCK
help
DRA7xx is an OMAP based SOC with Dual Core A-15s.