diff options
author | David Brownell <david-b@pacbell.net> | 2008-02-29 07:07:28 +0100 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2008-04-14 18:57:06 +0200 |
commit | 79966fd9b4781f9bd257312489ff511f2c01f210 (patch) | |
tree | 43ed798fcb5dabdb334f5a00f173d0a5fccf4be9 /drivers/i2c/chips/Kconfig | |
parent | ARM: OMAP: 5912 OSK GPIO updates (diff) | |
download | linux-79966fd9b4781f9bd257312489ff511f2c01f210.tar.xz linux-79966fd9b4781f9bd257312489ff511f2c01f210.zip |
ARM: OMAP: I2C: tps65010 driver converts to gpiolib
Make the tps65010 driver use gpiolib to expose its GPIOs.
Note: This patch will get merged via omap tree instead of I2C
as it will cause some board updates. This has been discussed
at on the I2C list:
http://lists.lm-sensors.org/pipermail/i2c/2008-March/003031.html
Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Cc: i2c@lm-sensors.org
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'drivers/i2c/chips/Kconfig')
-rw-r--r-- | drivers/i2c/chips/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/i2c/chips/Kconfig b/drivers/i2c/chips/Kconfig index b21593f93586..2da2edfa68ec 100644 --- a/drivers/i2c/chips/Kconfig +++ b/drivers/i2c/chips/Kconfig @@ -93,6 +93,7 @@ config ISP1301_OMAP config TPS65010 tristate "TPS6501x Power Management chips" + depends on HAVE_GPIO_LIB default y if MACH_OMAP_H2 || MACH_OMAP_H3 || MACH_OMAP_OSK help If you say yes here you get support for the TPS6501x series of |