From 107610775b9b1fd96a1dc6375219f590c0d06bb4 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Mon, 1 Oct 2018 12:22:14 -0600 Subject: 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 --- configs/malta64_defconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'configs/malta64_defconfig') diff --git a/configs/malta64_defconfig b/configs/malta64_defconfig index c509581ee8..9950326011 100644 --- a/configs/malta64_defconfig +++ b/configs/malta64_defconfig @@ -23,4 +23,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 -- cgit v1.2.3