[PATCH] arm64: Drop CONFIG_RTC_LIB dependency
Ezequiel Garcia
ezequiel at vanguardiasur.com.ar
Wed Apr 27 09:55:28 PDT 2016
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.
Signed-off-by: Ezequiel Garcia <ezequiel at vanguardiasur.com.ar>
---
arch/arm64/Kconfig | 1 -
1 file changed, 1 deletion(-)
diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig
index c8762f4613f0..b9d0a81d391c 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.7.0
More information about the linux-arm-kernel
mailing list