aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio/Kconfig
diff options
context:
space:
mode:
authorMichael Buesch <mb@bu3sch.de>2008-07-25 04:46:10 -0400
committerLinus Torvalds <torvalds@linux-foundation.org>2008-07-25 13:53:30 -0400
commitff1d5c2f0268f4e32103536e2e65480b5b7b6530 (patch)
tree3f5e538b85c35eb73db07fb7a57dc8edc46968a4 /drivers/gpio/Kconfig
parent8f1cc3b10e6ee0c5c7c8ed27f8771c4f252b4862 (diff)
gpio: add bt8xxgpio driver
This adds the bt8xxgpio driver. The purpose of the bt8xxgpio driver is to export all of the 24 GPIO pins available on Brooktree 8xx chips to the kernel GPIO infrastructure. This makes it possible to use a physically modified BT8xx card as cheap digital GPIO card. [akpm@linux-foundation.org: coding-style fixes] Signed-off-by: Michael Buesch <mb@bu3sch.de> Cc: David Brownell <david-b@pacbell.net> Cc: Stephen Rothwell <sfr@canb.auug.org.au> Cc: Mauro Carvalho Chehab <mchehab@infradead.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/gpio/Kconfig')
-rw-r--r--drivers/gpio/Kconfig18
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
86comment "PCI GPIO expanders:"
87
88config 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
86comment "SPI GPIO expanders:" 104comment "SPI GPIO expanders:"
87 105
88config GPIO_MAX7301 106config GPIO_MAX7301