diff options
Diffstat (limited to 'drivers/gpio/Kconfig')
-rw-r--r-- | drivers/gpio/Kconfig | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig index 60cb3632c8fd..fee678f74a19 100644 --- a/drivers/gpio/Kconfig +++ b/drivers/gpio/Kconfig | |||
@@ -96,7 +96,8 @@ config GPIO_VR41XX | |||
96 | 96 | ||
97 | config GPIO_SCH | 97 | config GPIO_SCH |
98 | tristate "Intel SCH GPIO" | 98 | tristate "Intel SCH GPIO" |
99 | depends on GPIOLIB | 99 | depends on GPIOLIB && PCI |
100 | select MFD_CORE | ||
100 | select LPC_SCH | 101 | select LPC_SCH |
101 | help | 102 | help |
102 | Say yes here to support GPIO interface on Intel Poulsbo SCH. | 103 | Say yes here to support GPIO interface on Intel Poulsbo SCH. |