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/Makefile | |
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/Makefile')
-rw-r--r-- | drivers/spi/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/spi/Makefile b/drivers/spi/Makefile index 89293338f20c..d9bd7f605d6a 100644 --- a/drivers/spi/Makefile +++ b/drivers/spi/Makefile | |||
@@ -29,6 +29,7 @@ obj-$(CONFIG_SPI_S3C24XX) += spi_s3c24xx.o | |||
29 | # SPI protocol drivers (device/link on bus) | 29 | # SPI protocol drivers (device/link on bus) |
30 | obj-$(CONFIG_SPI_AT25) += at25.o | 30 | obj-$(CONFIG_SPI_AT25) += at25.o |
31 | obj-$(CONFIG_SPI_SPIDEV) += spidev.o | 31 | obj-$(CONFIG_SPI_SPIDEV) += spidev.o |
32 | obj-$(CONFIG_SPI_TLE62X0) += tle62x0.o | ||
32 | # ... add above this line ... | 33 | # ... add above this line ... |
33 | 34 | ||
34 | # SPI slave controller drivers (upstream link) | 35 | # SPI slave controller drivers (upstream link) |