Commit 7768feb0 authored by Linus Walleij's avatar Linus Walleij

gpio: drop surplus X86 dependencies

Port-mapped I/O depends on X86 already, so individual drivers need
not specify this dependency.
Suggested-by: default avatarVivien Didelot <vivien.didelot@savoirfairelinux.com>
Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent aacaffd1
...@@ -486,17 +486,15 @@ config GPIO_ZYNQ ...@@ -486,17 +486,15 @@ config GPIO_ZYNQ
endmenu endmenu
menu "Port-mapped I/O GPIO drivers" menu "Port-mapped I/O GPIO drivers"
depends on X86 depends on X86 # Unconditional I/O space access
config GPIO_104_IDIO_16 config GPIO_104_IDIO_16
tristate "ACCES 104-IDIO-16 GPIO support" tristate "ACCES 104-IDIO-16 GPIO support"
depends on X86
help help
Enables GPIO support for the ACCES 104-IDIO-16 family. Enables GPIO support for the ACCES 104-IDIO-16 family.
config GPIO_F7188X config GPIO_F7188X
tristate "F71869, F71869A, F71882FG and F71889F GPIO support" tristate "F71869, F71869A, F71882FG and F71889F GPIO support"
depends on X86
help help
This option enables support for GPIOs found on Fintek Super-I/O This option enables support for GPIOs found on Fintek Super-I/O
chips F71869, F71869A, F71882FG and F71889F. chips F71869, F71869A, F71882FG and F71889F.
...@@ -506,7 +504,6 @@ config GPIO_F7188X ...@@ -506,7 +504,6 @@ config GPIO_F7188X
config GPIO_IT87 config GPIO_IT87
tristate "IT87xx GPIO support" tristate "IT87xx GPIO support"
depends on X86 # unconditional access to IO space.
help help
Say yes here to support GPIO functionality of IT87xx Super I/O chips. Say yes here to support GPIO functionality of IT87xx Super I/O chips.
...@@ -518,7 +515,7 @@ config GPIO_IT87 ...@@ -518,7 +515,7 @@ config GPIO_IT87
config GPIO_SCH config GPIO_SCH
tristate "Intel SCH/TunnelCreek/Centerton/Quark X1000 GPIO" tristate "Intel SCH/TunnelCreek/Centerton/Quark X1000 GPIO"
depends on PCI && X86 depends on PCI
select MFD_CORE select MFD_CORE
select LPC_SCH select LPC_SCH
help help
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment