diff options
Diffstat (limited to 'drivers/gpio/Kconfig')
-rw-r--r-- | drivers/gpio/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig index 082495bb08a7..bfa276a95411 100644 --- a/drivers/gpio/Kconfig +++ b/drivers/gpio/Kconfig | |||
@@ -295,7 +295,7 @@ comment "PCI GPIO expanders:" | |||
295 | 295 | ||
296 | config GPIO_CS5535 | 296 | config GPIO_CS5535 |
297 | tristate "AMD CS5535/CS5536 GPIO support" | 297 | tristate "AMD CS5535/CS5536 GPIO support" |
298 | depends on PCI && !CS5535_GPIO | 298 | depends on PCI && X86 && !CS5535_GPIO |
299 | help | 299 | help |
300 | The AMD CS5535 and CS5536 southbridges support 28 GPIO pins that | 300 | The AMD CS5535 and CS5536 southbridges support 28 GPIO pins that |
301 | can be used for quite a number of things. The CS5535/6 is found on | 301 | can be used for quite a number of things. The CS5535/6 is found on |