[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <lsq.1578512578.786499435@decadent.org.uk>
Date: Wed, 08 Jan 2020 19:43:39 +0000
From: Ben Hutchings <ben@...adent.org.uk>
To: linux-kernel@...r.kernel.org, stable@...r.kernel.org
CC: akpm@...ux-foundation.org, Denis Kirjanov <kda@...ux-powerpc.org>,
"Ezequiel Garcia" <ezequiel@...guardiasur.com.ar>,
"Will Deacon" <will.deacon@....com>,
"Arnd Bergmann" <arnd@...db.de>
Subject: [PATCH 3.16 41/63] arm64: kconfig: drop CONFIG_RTC_LIB dependency
3.16.81-rc1 review patch. If anyone has any objections, please let me know.
------------------
From: Ezequiel Garcia <ezequiel@...guardiasur.com.ar>
commit 99a507771fa57238dc7ffe674ae06090333d02c9 upstream.
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 <arnd@...db.de>
Signed-off-by: Ezequiel Garcia <ezequiel@...guardiasur.com.ar>
Signed-off-by: Will Deacon <will.deacon@....com>
Cc: Arnd Bergmann <arnd@...db.de>
Signed-off-by: Ben Hutchings <ben@...adent.org.uk>
---
arch/arm64/Kconfig | 1 -
1 file changed, 1 deletion(-)
--- a/arch/arm64/Kconfig
+++ b/arch/arm64/Kconfig
@@ -60,7 +60,6 @@ config ARM64
select PERF_USE_VMALLOC
select POWER_RESET
select POWER_SUPPLY
- select RTC_LIB
select SPARSE_IRQ
select SYSCTL_EXCEPTION_TRACE
help
Powered by blists - more mailing lists