Commit e72adc4c authored by  Anderson Lizardo's avatar Anderson Lizardo Committed by Tony Lindgren

[PATCH] ARM: OMAP: I2C Kconfig fix for OMAP H2

I2C Kconfig fix for OMAP H2
Signed-off-by: default avatarAnderson Lizardo <anderson.lizardo@gmail.com>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent c8e15fb9
...@@ -560,7 +560,7 @@ CONFIG_I2C_OMAP=y ...@@ -560,7 +560,7 @@ CONFIG_I2C_OMAP=y
# CONFIG_SENSORS_PCF8591 is not set # CONFIG_SENSORS_PCF8591 is not set
# CONFIG_SENSORS_RTC8564 is not set # CONFIG_SENSORS_RTC8564 is not set
CONFIG_ISP1301_OMAP=y CONFIG_ISP1301_OMAP=y
# CONFIG_TPS65010 is not set CONFIG_TPS65010=y
# CONFIG_SENSORS_TLV320AIC23 is not set # CONFIG_SENSORS_TLV320AIC23 is not set
# CONFIG_GPIOEXPANDER_OMAP is not set # CONFIG_GPIOEXPANDER_OMAP is not set
# CONFIG_I2C_DEBUG_CORE is not set # CONFIG_I2C_DEBUG_CORE is not set
......
...@@ -443,7 +443,7 @@ config SENSORS_M41T00 ...@@ -443,7 +443,7 @@ config SENSORS_M41T00
config TPS65010 config TPS65010
tristate "TPS65010 Power management chip" tristate "TPS65010 Power management chip"
depends on I2C depends on I2C
default y if MACH_OMAP_H3 || MACH_OMAP_OSK default y if MACH_OMAP_H2 || MACH_OMAP_H3 || MACH_OMAP_OSK
help help
If you say yes here you get support for the TPS65010 Power management If you say yes here you get support for the TPS65010 Power management
chip. chip.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment