aboutsummaryrefslogtreecommitdiff
path: root/arch/Kconfig
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2019-05-02 10:52:24 -0600
committerBin Meng <bmeng.cn@gmail.com>2019-05-08 13:02:18 +0800
commit31d5261d3599dd7e1868e93e95076ac5d7468b3c (patch)
tree9b75fcb94251af521e0f74dc355d0076363bca87 /arch/Kconfig
parente766d9f1835e6ad6a2a3080c4abb2e5175b156e8 (diff)
downloadu-boot-31d5261d3599dd7e1868e93e95076ac5d7468b3c.zip
u-boot-31d5261d3599dd7e1868e93e95076ac5d7468b3c.tar.gz
u-boot-31d5261d3599dd7e1868e93e95076ac5d7468b3c.tar.bz2
x86: Enable the RTC on all boards
With the move to Kconfig this option should be set in Kconfig, not in the config header file. Move it. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Diffstat (limited to 'arch/Kconfig')
-rw-r--r--arch/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/Kconfig b/arch/Kconfig
index 2914567..0ad3867 100644
--- a/arch/Kconfig
+++ b/arch/Kconfig
@@ -165,6 +165,7 @@ config X86
imply USB_ETHER_SMSC95XX
imply USB_HOST_ETHER
imply PCH
+ imply RTC_MC146818
# Thing to enable for when SPL/TPL are enabled: SPL
imply SPL_DM