diff options
Diffstat (limited to 'drivers/gpio/Kconfig')
-rw-r--r-- | drivers/gpio/Kconfig | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig index 6ec0e35b98e3..de202dbe5300 100644 --- a/drivers/gpio/Kconfig +++ b/drivers/gpio/Kconfig | |||
@@ -83,6 +83,24 @@ config GPIO_PCF857X | |||
83 | This driver provides an in-kernel interface to those GPIOs using | 83 | This driver provides an in-kernel interface to those GPIOs using |
84 | platform-neutral GPIO calls. | 84 | platform-neutral GPIO calls. |
85 | 85 | ||
86 | comment "PCI GPIO expanders:" | ||
87 | |||
88 | config GPIO_BT8XX | ||
89 | tristate "BT8XX GPIO abuser" | ||
90 | depends on PCI && VIDEO_BT848=n | ||
91 | help | ||
92 | The BT8xx frame grabber chip has 24 GPIO pins than can be abused | ||
93 | as a cheap PCI GPIO card. | ||
94 | |||
95 | This chip can be found on Miro, Hauppauge and STB TV-cards. | ||
96 | |||
97 | The card needs to be physically altered for using it as a | ||
98 | GPIO card. For more information on how to build a GPIO card | ||
99 | from a BT8xx TV card, see the documentation file at | ||
100 | Documentation/bt8xxgpio.txt | ||
101 | |||
102 | If unsure, say N. | ||
103 | |||
86 | comment "SPI GPIO expanders:" | 104 | comment "SPI GPIO expanders:" |
87 | 105 | ||
88 | config GPIO_MAX7301 | 106 | config GPIO_MAX7301 |