diff options
author | Tom Rini <trini@konsulko.com> | 2022-11-19 18:45:21 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-12-05 16:07:12 -0500 |
commit | d5c77533b422eabc469e9f55d14afc3ac9ac49f6 (patch) | |
tree | bfb0749ee3563081d9211e1ddf3d6ced9f75163b /arch/arm/mach-omap2 | |
parent | 500dfebf22cbf0adbef02b80c75a93892ee861ec (diff) | |
download | u-boot-d5c77533b422eabc469e9f55d14afc3ac9ac49f6.tar.gz u-boot-d5c77533b422eabc469e9f55d14afc3ac9ac49f6.tar.bz2 u-boot-d5c77533b422eabc469e9f55d14afc3ac9ac49f6.zip |
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/arm/mach-omap2')
-rw-r--r-- | arch/arm/mach-omap2/omap5/Kconfig | 4 |
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. |