diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2016-04-19 13:32:21 +0200 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2016-04-26 13:39:22 +0200 |
commit | 769e4b8a3d84712db667a0fe55f6bdd4e1cfce8d (patch) | |
tree | 5288b423ea1d37169b527a46518755cb9c046f1c | |
parent | 5a161394aeb0b36c1be7ef6f54103cd13c95b8a1 (diff) |
metag: 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: linux-metag@vger.kernel.org
Acked-by: James Hogan <james.hogan@imgtec.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
-rw-r--r-- | arch/metag/Kconfig.soc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/metag/Kconfig.soc b/arch/metag/Kconfig.soc index 973640f46752..50f979c2b02d 100644 --- a/arch/metag/Kconfig.soc +++ b/arch/metag/Kconfig.soc @@ -16,7 +16,6 @@ config META21_FPGA config SOC_TZ1090 bool "Toumaz Xenif TZ1090 SoC (Comet)" - select ARCH_WANT_OPTIONAL_GPIOLIB select IMGPDC_IRQ select METAG_LNKGET_AROUND_CACHE select METAG_META21 |