All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: Drop CONFIG_RTC_LIB dependency
@ 2016-04-02  4:00 Ezequiel Garcia
  2016-04-15 17:58 ` Ezequiel Garcia
  0 siblings, 1 reply; 6+ messages in thread
From: Ezequiel Garcia @ 2016-04-02  4:00 UTC (permalink / raw)
  To: linux-arm-kernel

The rtc-lib dependency seems to be here for very old historical
reasons, but nowadays it shouldn't be needed. If any ARM
platform requires rtc-lib, they should select it individually.

Signed-off-by: Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>
---
 arch/arm/Kconfig | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index cdfa6c2b7626..8efb1c605ac8 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -84,7 +84,6 @@ config ARM
 	select OLD_SIGACTION
 	select OLD_SIGSUSPEND3
 	select PERF_USE_VMALLOC
-	select RTC_LIB
 	select SYS_SUPPORTS_APM_EMULATION
 	# Above selects are sorted alphabetically; please add new ones
 	# according to that.  Thanks.
-- 
2.7.0

^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2016-04-27 16:58 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-04-02  4:00 [PATCH] ARM: Drop CONFIG_RTC_LIB dependency Ezequiel Garcia
2016-04-15 17:58 ` Ezequiel Garcia
2016-04-15 18:31   ` Arnd Bergmann
2016-04-15 19:22     ` Ezequiel Garcia
2016-04-26 20:34       ` Arnd Bergmann
2016-04-27 16:58         ` Ezequiel Garcia

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.