From: Khasim Syed Mohammed Date: Fri, 22 Dec 2006 21:19:00 +0000 (-0800) Subject: UpdateMakefile and Kconfig for TWL4030 X-Git-Tag: v2.6.21-omap1~192 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=cbc32a3637c1af44973b9dbf459904597857d993;p=linux-2.6-omap-h63xx.git UpdateMakefile and Kconfig for TWL4030 This patch enables TWL4030 in i2c/chips Kconfig and Makefile Signed-off-by: Syed Mohammed Khasim Signed-off-by: Tony Lindgren --- diff --git a/drivers/i2c/chips/Kconfig b/drivers/i2c/chips/Kconfig index 69df90cf47f..3f54badd49a 100644 --- a/drivers/i2c/chips/Kconfig +++ b/drivers/i2c/chips/Kconfig @@ -121,6 +121,12 @@ config MENELAUS help Say yes here if you have Menelaus chip on your board +config TWL4030_CORE + bool "TI's TWL4030 companion chip Core Driver Support" + depends on I2C=y && ARCH_OMAP24XX + help + Say yes here if you have TWL4030 chip on your board + config SENSORS_M41T00 tristate "ST M41T00 RTC chip" depends on I2C && PPC32 diff --git a/drivers/i2c/chips/Makefile b/drivers/i2c/chips/Makefile index 027dede73e6..2ea4a4a09c1 100644 --- a/drivers/i2c/chips/Makefile +++ b/drivers/i2c/chips/Makefile @@ -15,6 +15,7 @@ obj-$(CONFIG_TPS65010) += tps65010.o obj-$(CONFIG_SENSORS_TLV320AIC23) += tlv320aic23.o obj-$(CONFIG_GPIOEXPANDER_OMAP) += gpio_expander_omap.o obj-$(CONFIG_MENELAUS) += menelaus.o +obj-$(CONFIG_TWL4030_CORE) += twl4030_core.o obj-$(CONFIG_RTC_X1205_I2C) += x1205.o ifeq ($(CONFIG_I2C_DEBUG_CHIP),y)