From e72adc4c88a0c50023a288b741ec89db7023f0a0 Mon Sep 17 00:00:00 2001 From: Anderson Lizardo Date: Tue, 24 May 2005 13:16:00 -0700 Subject: [PATCH] [PATCH] ARM: OMAP: I2C Kconfig fix for OMAP H2 I2C Kconfig fix for OMAP H2 Signed-off-by: Anderson Lizardo Signed-off-by: Tony Lindgren --- arch/arm/configs/omap_h2_1610_defconfig | 2 +- drivers/i2c/chips/Kconfig | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm/configs/omap_h2_1610_defconfig b/arch/arm/configs/omap_h2_1610_defconfig index 821aa925da2..d7406db4389 100644 --- a/arch/arm/configs/omap_h2_1610_defconfig +++ b/arch/arm/configs/omap_h2_1610_defconfig @@ -560,7 +560,7 @@ CONFIG_I2C_OMAP=y # CONFIG_SENSORS_PCF8591 is not set # CONFIG_SENSORS_RTC8564 is not set CONFIG_ISP1301_OMAP=y -# CONFIG_TPS65010 is not set +CONFIG_TPS65010=y # CONFIG_SENSORS_TLV320AIC23 is not set # CONFIG_GPIOEXPANDER_OMAP is not set # CONFIG_I2C_DEBUG_CORE is not set diff --git a/drivers/i2c/chips/Kconfig b/drivers/i2c/chips/Kconfig index 2d901e1bac0..7bfcc8860ef 100644 --- a/drivers/i2c/chips/Kconfig +++ b/drivers/i2c/chips/Kconfig @@ -443,7 +443,7 @@ config SENSORS_M41T00 config TPS65010 tristate "TPS65010 Power management chip" 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 If you say yes here you get support for the TPS65010 Power management chip. -- 2.41.1