diff options
author | Simon Glass <sjg@chromium.org> | 2018-10-01 12:22:14 -0600 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2018-10-09 04:40:27 -0600 |
commit | 107610775b9b1fd96a1dc6375219f590c0d06bb4 (patch) | |
tree | c01643122832cae950197523f6b89e51d5e1bb44 /configs/malta64el_defconfig | |
parent | ef391515831a63d703ece180cf8d8475ea8a53f0 (diff) | |
download | u-boot-107610775b9b1fd96a1dc6375219f590c0d06bb4.zip u-boot-107610775b9b1fd96a1dc6375219f590c0d06bb4.tar.gz u-boot-107610775b9b1fd96a1dc6375219f590c0d06bb4.tar.bz2 |
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>
Diffstat (limited to 'configs/malta64el_defconfig')
-rw-r--r-- | configs/malta64el_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/malta64el_defconfig b/configs/malta64el_defconfig index 992c855..63989ce 100644 --- a/configs/malta64el_defconfig +++ b/configs/malta64el_defconfig @@ -24,4 +24,5 @@ CONFIG_DEFAULT_DEVICE_TREE="mti,malta" CONFIG_ENV_IS_IN_FLASH=y CONFIG_MTD_NOR_FLASH=y CONFIG_PCI=y +CONFIG_RTC_MC146818=y CONFIG_SYS_NS16550=y |