From: Ezequiel Garcia Date: Wed, 27 Apr 2016 16:55:28 +0000 (-0300) Subject: arm64: kconfig: drop CONFIG_RTC_LIB dependency X-Git-Tag: v3.18.138~26 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=08422dc1dd3169b8b0e4ff4abaf165b5a8e9b63c;p=thirdparty%2Fkernel%2Fstable.git arm64: kconfig: drop CONFIG_RTC_LIB dependency [ Upstream commit 99a507771fa57238dc7ffe674ae06090333d02c9 ] 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 Signed-off-by: Sasha Levin --- diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig index 00b9c48702300..e8d81283c4fec 100644 --- a/arch/arm64/Kconfig +++ b/arch/arm64/Kconfig @@ -69,7 +69,6 @@ config ARM64 select PERF_USE_VMALLOC select POWER_RESET select POWER_SUPPLY - select RTC_LIB select SPARSE_IRQ select SYSCTL_EXCEPTION_TRACE select HAVE_CONTEXT_TRACKING