diff options
Diffstat (limited to 'drivers/gpio/Kconfig')
-rw-r--r-- | drivers/gpio/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig index 2ad0128c63c6..df4b82d1348e 100644 --- a/drivers/gpio/Kconfig +++ b/drivers/gpio/Kconfig | |||
@@ -174,6 +174,16 @@ config GPIO_ADP5520 | |||
174 | 174 | ||
175 | comment "PCI GPIO expanders:" | 175 | comment "PCI GPIO expanders:" |
176 | 176 | ||
177 | config GPIO_CS5535 | ||
178 | tristate "AMD CS5535/CS5536 GPIO support" | ||
179 | depends on PCI && !CS5535_GPIO && !MGEODE_LX | ||
180 | help | ||
181 | The AMD CS5535 and CS5536 southbridges support 28 GPIO pins that | ||
182 | can be used for quite a number of things. The CS5535/6 is found on | ||
183 | AMD Geode and Lemote Yeeloong devices. | ||
184 | |||
185 | If unsure, say N. | ||
186 | |||
177 | config GPIO_BT8XX | 187 | config GPIO_BT8XX |
178 | tristate "BT8XX GPIO abuser" | 188 | tristate "BT8XX GPIO abuser" |
179 | depends on PCI && VIDEO_BT848=n | 189 | depends on PCI && VIDEO_BT848=n |