commit | 56382fb137295a2709126b628127faf680e1b3d9 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu May 02 10:52:24 2019 -0600 |
committer | Bin Meng <bmeng.cn@gmail.com> | Wed May 08 13:02:18 2019 +0800 |
tree | 9b75fcb94251af521e0f74dc355d0076363bca87 | |
parent | 771f02f02315675399661c1a8d89ae236e570a53 [diff] [blame] |
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>
diff --git a/arch/Kconfig b/arch/Kconfig index 2914567..0ad3867 100644 --- a/arch/Kconfig +++ b/arch/Kconfig
@@ -165,6 +165,7 @@ 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