From 99a507771fa57238dc7ffe674ae06090333d02c9 Mon Sep 17 00:00:00 2001 From: Ezequiel Garcia Date: Wed, 27 Apr 2016 13:55:28 -0300 Subject: [PATCH] arm64: kconfig: drop CONFIG_RTC_LIB dependency The rtc-lib dependency is not required, and seems it was just copy-pasted from ARM's Kconfig. If platform requires rtc-lib, they should select it individually. Reviewed-by: Arnd Bergmann Signed-off-by: Ezequiel Garcia Signed-off-by: Will Deacon --- arch/arm64/Kconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig index e945b82fda22..8845c0d100d7 100644 --- a/arch/arm64/Kconfig +++ b/arch/arm64/Kconfig @@ -99,7 +99,6 @@ config ARM64 select PERF_USE_VMALLOC select POWER_RESET select POWER_SUPPLY - select RTC_LIB select SPARSE_IRQ select SYSCTL_EXCEPTION_TRACE help -- 2.34.1