Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 208480
b: refs/heads/master
c: c34f16b
h: refs/heads/master
v: v3
  • Loading branch information
Gregory Bean authored and Linus Torvalds committed Aug 11, 2010
1 parent 3b053a3 commit 0cd83d8
Show file tree
Hide file tree
Showing 5 changed files with 736 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 364fadb32b67695cec610f5cd03df2514ef0f2b0
refs/heads/master: c34f16b70a52e348a62944fe0d5c7c1eb9ad5b72
11 changes: 11 additions & 0 deletions trunk/drivers/gpio/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,17 @@ config GPIO_PCF857X
This driver provides an in-kernel interface to those GPIOs using
platform-neutral GPIO calls.

config GPIO_SX150X
bool "Semtech SX150x I2C GPIO expander"
depends on I2C=y
default n
help
Say yes here to provide support for Semtech SX150-series I2C
GPIO expanders. Compatible models include:

8 bits: sx1508q
16 bits: sx1509q

config GPIO_TC35892
bool "TC35892 GPIOs"
depends on MFD_TC35892
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/gpio/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,4 @@ obj-$(CONFIG_GPIO_WM8994) += wm8994-gpio.o
obj-$(CONFIG_GPIO_SCH) += sch_gpio.o
obj-$(CONFIG_GPIO_RDC321X) += rdc321x-gpio.o
obj-$(CONFIG_GPIO_JANZ_TTL) += janz-ttl.o
obj-$(CONFIG_GPIO_SX150X) += sx150x.o
Loading

0 comments on commit 0cd83d8

Please sign in to comment.