Commit a76eb09a authored by Alexandre Courbot's avatar Alexandre Courbot
Browse files

powerpc: remove redundant GENERIC_GPIO selection



ARCH_REQUIRE_GPIOLIB selects GENERIC_GPIO, so there is no need to select
it explicitly.

Signed-off-by: default avatarAlexandre Courbot <acourbot@nvidia.com>
Acked-by: default avatarArnd Bergmann <arnd@arndb.de>
Acked-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent aef1552b
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -145,7 +145,6 @@ config PPC4xx_GPIO
	bool "PPC4xx GPIO support"
	depends on 40x
	select ARCH_REQUIRE_GPIOLIB
	select GENERIC_GPIO
	help
	  Enable gpiolib support for ppc40x based boards

+0 −1
Original line number Diff line number Diff line
@@ -248,7 +248,6 @@ config PPC4xx_GPIO
	bool "PPC4xx GPIO support"
	depends on 44x
	select ARCH_REQUIRE_GPIOLIB
	select GENERIC_GPIO
	help
	  Enable gpiolib support for ppc440 based boards

+0 −1
Original line number Diff line number Diff line
@@ -203,7 +203,6 @@ config GE_IMP3A
	select DEFAULT_UIMAGE
	select SWIOTLB
	select MMIO_NVRAM
	select GENERIC_GPIO
	select ARCH_REQUIRE_GPIOLIB
	select GE_FPGA
	help
+0 −3
Original line number Diff line number Diff line
@@ -37,7 +37,6 @@ config GEF_PPC9A
	bool "GE PPC9A"
	select DEFAULT_UIMAGE
	select MMIO_NVRAM
	select GENERIC_GPIO
	select ARCH_REQUIRE_GPIOLIB
	select GE_FPGA
	help
@@ -47,7 +46,6 @@ config GEF_SBC310
	bool "GE SBC310"
	select DEFAULT_UIMAGE
	select MMIO_NVRAM
	select GENERIC_GPIO
	select ARCH_REQUIRE_GPIOLIB
	select GE_FPGA
	help
@@ -57,7 +55,6 @@ config GEF_SBC610
	bool "GE SBC610"
	select DEFAULT_UIMAGE
	select MMIO_NVRAM
	select GENERIC_GPIO
	select ARCH_REQUIRE_GPIOLIB
	select GE_FPGA
	select HAS_RAPIDIO
+0 −1
Original line number Diff line number Diff line
@@ -114,7 +114,6 @@ config 8xx_COPYBACK

config 8xx_GPIO
	bool "GPIO API Support"
	select GENERIC_GPIO
	select ARCH_REQUIRE_GPIOLIB
	help
	  Saying Y here will cause the ports on an MPC8xx processor to be used
Loading