commit | 9be963e300340cb077a3206b2e60919566624230 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Oct 01 12:22:14 2018 -0600 |
committer | Simon Glass <sjg@chromium.org> | Tue Oct 09 04:40:27 2018 -0600 |
tree | c01643122832cae950197523f6b89e51d5e1bb44 | |
parent | a19f7300cd9c175ebe2d01c7b696f6db404096a4 [diff] [blame] |
Kconfig: Convert CONFIG_RTC_MC146818 to Kconfig Move this option to Kconfig and tidy up the two boards which use it. Signed-off-by: Simon Glass <sjg@chromium.org>
diff --git a/configs/malta64_defconfig b/configs/malta64_defconfig index c509581..9950326 100644 --- a/configs/malta64_defconfig +++ b/configs/malta64_defconfig
@@ -23,4 +23,5 @@ CONFIG_ENV_IS_IN_FLASH=y CONFIG_MTD_NOR_FLASH=y CONFIG_PCI=y +CONFIG_RTC_MC146818=y CONFIG_SYS_NS16550=y