summaryrefslogtreecommitdiff
path: root/configs/chromebook_link64_defconfig
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2018-10-01 12:22:15 -0600
committerSimon Glass <sjg@chromium.org>2018-10-09 04:40:27 -0600
commit380d4f787a3f6fc8055e2165f93e182f7de22d7f (patch)
tree5054d7507639b3d7fed3cf389242393fcfab5774 /configs/chromebook_link64_defconfig
parent107610775b9b1fd96a1dc6375219f590c0d06bb4 (diff)
rtc: Allow use of RTC in SPL and TPL
Add Kconfig options so that the RTC can be used in SPL and TPL. This is helpful for accessing the contents of CMOS RAM, for example. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'configs/chromebook_link64_defconfig')
-rw-r--r--configs/chromebook_link64_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/chromebook_link64_defconfig b/configs/chromebook_link64_defconfig
index fe6544b31a..2c51a2f7f7 100644
--- a/configs/chromebook_link64_defconfig
+++ b/configs/chromebook_link64_defconfig
@@ -69,6 +69,7 @@ CONFIG_DM_I2C=y
CONFIG_SYS_I2C_INTEL=y
CONFIG_CROS_EC=y
CONFIG_CROS_EC_LPC=y
+CONFIG_SPL_DM_RTC=y
CONFIG_SYS_NS16550=y
CONFIG_SPI=y
CONFIG_SPL_TIMER=y