diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2016-04-19 07:34:34 -0400 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2016-04-26 08:06:15 -0400 |
commit | 30d473d4db623a84b3e8d708d332934ed2537fd8 (patch) | |
tree | c70b842436d1e8005a845dd89d8411f750159930 | |
parent | f518abf00d503dc2cc330d189229fed926c424d8 (diff) |
sparc: remove ARCH_WANT_OPTIONAL_GPIOLIB
This symbols is not needed to get access to selecting the
GPIOLIB anymore: any arch can select GPIOLIB.
Cc: Michael Büsch <m@bues.ch>
Cc: sparclinux@vger.kernel.org
Acked-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
-rw-r--r-- | arch/sparc/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/sparc/Kconfig b/arch/sparc/Kconfig index 57ffaf285c2f..6bd1b1c3f5cc 100644 --- a/arch/sparc/Kconfig +++ b/arch/sparc/Kconfig | |||
@@ -21,7 +21,6 @@ config SPARC | |||
21 | select HAVE_ARCH_KGDB if !SMP || SPARC64 | 21 | select HAVE_ARCH_KGDB if !SMP || SPARC64 |
22 | select HAVE_ARCH_TRACEHOOK | 22 | select HAVE_ARCH_TRACEHOOK |
23 | select SYSCTL_EXCEPTION_TRACE | 23 | select SYSCTL_EXCEPTION_TRACE |
24 | select ARCH_WANT_OPTIONAL_GPIOLIB | ||
25 | select ARCH_HAS_ATOMIC64_DEC_IF_POSITIVE | 24 | select ARCH_HAS_ATOMIC64_DEC_IF_POSITIVE |
26 | select RTC_CLASS | 25 | select RTC_CLASS |
27 | select RTC_DRV_M48T59 | 26 | select RTC_DRV_M48T59 |