aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorAlex Kiernan <alex.kiernan@gmail.com>2018-03-15 22:11:46 +0000
committerTom Rini <trini@konsulko.com>2018-04-06 17:04:33 -0400
commit3bf5f13c0cda80cf1075c53862cb3ba998245cf8 (patch)
treefaeb6d9bb12130f2cb158c36c60bcb2d5c693495 /common
parentc0bc2a7e06742d32b14b7d71e617dc5428bf8ef2 (diff)
downloadu-boot-3bf5f13c0cda80cf1075c53862cb3ba998245cf8.zip
u-boot-3bf5f13c0cda80cf1075c53862cb3ba998245cf8.tar.gz
u-boot-3bf5f13c0cda80cf1075c53862cb3ba998245cf8.tar.bz2
Migrate CONFIG_SPL_AM33XX_ENABLE_RTC32K_OSC
This converts CONFIG_SPL_AM33XX_ENABLE_RTC32K_OSC to Kconfig Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com>
Diffstat (limited to 'common')
-rw-r--r--common/spl/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/common/spl/Kconfig b/common/spl/Kconfig
index b9b9e0f..d15f576 100644
--- a/common/spl/Kconfig
+++ b/common/spl/Kconfig
@@ -772,6 +772,13 @@ config SPL_ATF_NO_PLATFORM_PARAM
If your ATF is affected, say Y.
+config SPL_AM33XX_ENABLE_RTC32K_OSC
+ bool "Enable the RTC32K OSC on AM33xx based platforms"
+ default y if AM33XX
+ help
+ Enable access to the AM33xx RTC and select the external 32kHz clock
+ source.
+
config TPL
bool
depends on SUPPORT_TPL