commit | 107610775b9b1fd96a1dc6375219f590c0d06bb4 | [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 | ef391515831a63d703ece180cf8d8475ea8a53f0 [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/malta_defconfig b/configs/malta_defconfig index 5854405..8265dae 100644 --- a/configs/malta_defconfig +++ b/configs/malta_defconfig
@@ -22,4 +22,5 @@ CONFIG_ENV_IS_IN_FLASH=y CONFIG_MTD_NOR_FLASH=y CONFIG_PCI=y +CONFIG_RTC_MC146818=y CONFIG_SYS_NS16550=y