|
@@ -455,7 +455,7 @@ config GPIO_VR41XX
|
|
|
|
|
|
config GPIO_VX855
|
|
config GPIO_VX855
|
|
tristate "VIA VX855/VX875 GPIO"
|
|
tristate "VIA VX855/VX875 GPIO"
|
|
- depends on PCI
|
|
|
|
|
|
+ depends on (X86 || COMPILE_TEST) && PCI
|
|
select MFD_CORE
|
|
select MFD_CORE
|
|
select MFD_VX855
|
|
select MFD_VX855
|
|
help
|
|
help
|
|
@@ -607,7 +607,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
|
|
|
|
|
|
+ depends on (X86 || COMPILE_TEST) && PCI
|
|
select MFD_CORE
|
|
select MFD_CORE
|
|
select LPC_SCH
|
|
select LPC_SCH
|
|
help
|
|
help
|
|
@@ -832,7 +832,7 @@ config GPIO_ARIZONA
|
|
|
|
|
|
config GPIO_CRYSTAL_COVE
|
|
config GPIO_CRYSTAL_COVE
|
|
tristate "GPIO support for Crystal Cove PMIC"
|
|
tristate "GPIO support for Crystal Cove PMIC"
|
|
- depends on INTEL_SOC_PMIC
|
|
|
|
|
|
+ depends on (X86 || COMPILE_TEST) && INTEL_SOC_PMIC
|
|
select GPIOLIB_IRQCHIP
|
|
select GPIOLIB_IRQCHIP
|
|
help
|
|
help
|
|
Support for GPIO pins on Crystal Cove PMIC.
|
|
Support for GPIO pins on Crystal Cove PMIC.
|
|
@@ -845,6 +845,7 @@ config GPIO_CRYSTAL_COVE
|
|
|
|
|
|
config GPIO_CS5535
|
|
config GPIO_CS5535
|
|
tristate "AMD CS5535/CS5536 GPIO support"
|
|
tristate "AMD CS5535/CS5536 GPIO support"
|
|
|
|
+ depends on X86 || MIPS || COMPILE_TEST
|
|
depends on MFD_CS5535
|
|
depends on MFD_CS5535
|
|
help
|
|
help
|
|
The AMD CS5535 and CS5536 southbridges support 28 GPIO pins that
|
|
The AMD CS5535 and CS5536 southbridges support 28 GPIO pins that
|
|
@@ -937,7 +938,7 @@ config GPIO_MAX77620
|
|
|
|
|
|
config GPIO_MSIC
|
|
config GPIO_MSIC
|
|
bool "Intel MSIC mixed signal gpio support"
|
|
bool "Intel MSIC mixed signal gpio support"
|
|
- depends on MFD_INTEL_MSIC
|
|
|
|
|
|
+ depends on (X86 || COMPILE_TEST) && MFD_INTEL_MSIC
|
|
help
|
|
help
|
|
Enable support for GPIO on intel MSIC controllers found in
|
|
Enable support for GPIO on intel MSIC controllers found in
|
|
intel MID devices
|
|
intel MID devices
|
|
@@ -1038,7 +1039,7 @@ config GPIO_UCB1400
|
|
|
|
|
|
config GPIO_WHISKEY_COVE
|
|
config GPIO_WHISKEY_COVE
|
|
tristate "GPIO support for Whiskey Cove PMIC"
|
|
tristate "GPIO support for Whiskey Cove PMIC"
|
|
- depends on INTEL_SOC_PMIC
|
|
|
|
|
|
+ depends on (X86 || COMPILE_TEST) && INTEL_SOC_PMIC
|
|
select GPIOLIB_IRQCHIP
|
|
select GPIOLIB_IRQCHIP
|
|
help
|
|
help
|
|
Support for GPIO pins on Whiskey Cove PMIC.
|
|
Support for GPIO pins on Whiskey Cove PMIC.
|
|
@@ -1077,6 +1078,7 @@ menu "PCI GPIO expanders"
|
|
|
|
|
|
config GPIO_AMD8111
|
|
config GPIO_AMD8111
|
|
tristate "AMD 8111 GPIO driver"
|
|
tristate "AMD 8111 GPIO driver"
|
|
|
|
+ depends on X86 || COMPILE_TEST
|
|
help
|
|
help
|
|
The AMD 8111 south bridge contains 32 GPIO pins which can be used.
|
|
The AMD 8111 south bridge contains 32 GPIO pins which can be used.
|
|
|
|
|
|
@@ -1118,6 +1120,7 @@ config GPIO_MERRIFIELD
|
|
|
|
|
|
config GPIO_ML_IOH
|
|
config GPIO_ML_IOH
|
|
tristate "OKI SEMICONDUCTOR ML7213 IOH GPIO support"
|
|
tristate "OKI SEMICONDUCTOR ML7213 IOH GPIO support"
|
|
|
|
+ depends on X86 || COMPILE_TEST
|
|
select GENERIC_IRQ_CHIP
|
|
select GENERIC_IRQ_CHIP
|
|
help
|
|
help
|
|
ML7213 is companion chip for Intel Atom E6xx series.
|
|
ML7213 is companion chip for Intel Atom E6xx series.
|