diff options
author | Ben Dooks <ben@trinity.fluff.org> | 2007-07-17 07:04:10 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-07-17 13:23:05 -0400 |
commit | 447aef1a19135a69bfd725c33f7e753740cb8447 (patch) | |
tree | bef8836aaf1acef2a86e71ff8898b9675fae6416 /drivers/spi/Kconfig | |
parent | da0abc275f029e0f52c5165de524bcf64e717703 (diff) |
SPI: tle620x power switch driver
Add support for the Infineon TLE62x0 series of low-side driver chips, such
as the TLE6220 or TLE6230. These can be viewed as output GPIOs specialized
for power switching applications. The driver provides a userspace
interface to those GPIOs, and to the switch status they provide.
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/spi/Kconfig')
-rw-r--r-- | drivers/spi/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig index 8ce16a0b8a50..a49270eae660 100644 --- a/drivers/spi/Kconfig +++ b/drivers/spi/Kconfig | |||
@@ -198,6 +198,15 @@ config SPI_SPIDEV | |||
198 | Note that this application programming interface is EXPERIMENTAL | 198 | Note that this application programming interface is EXPERIMENTAL |
199 | and hence SUBJECT TO CHANGE WITHOUT NOTICE while it stabilizes. | 199 | and hence SUBJECT TO CHANGE WITHOUT NOTICE while it stabilizes. |
200 | 200 | ||
201 | config SPI_TLE62X0 | ||
202 | tristate "Infineon TLE62X0 (for power switching)" | ||
203 | depends on SPI_MASTER && SYSFS | ||
204 | help | ||
205 | SPI driver for Infineon TLE62X0 series line driver chips, | ||
206 | such as the TLE6220, TLE6230 and TLE6240. This provides a | ||
207 | sysfs interface, with each line presented as a kind of GPIO | ||
208 | exposing both switch control and diagnostic feedback. | ||
209 | |||
201 | # | 210 | # |
202 | # Add new SPI protocol masters in alphabetical order above this line | 211 | # Add new SPI protocol masters in alphabetical order above this line |
203 | # | 212 | # |