]> pilppa.com Git - linux-2.6-omap-h63xx.git/commitdiff
UpdateMakefile and Kconfig for TWL4030
authorKhasim Syed Mohammed <x0khasim@ti.com>
Fri, 22 Dec 2006 21:19:00 +0000 (13:19 -0800)
committerTony Lindgren <tony@atomide.com>
Fri, 22 Dec 2006 21:19:00 +0000 (13:19 -0800)
This patch enables TWL4030 in i2c/chips Kconfig and Makefile

Signed-off-by: Syed Mohammed Khasim <x0khasim@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
drivers/i2c/chips/Kconfig
drivers/i2c/chips/Makefile

index 69df90cf47fff7ca3f21bacabe9afb26b6d9e465..3f54badd49a761efe156c683131f883bf2a0a3a5 100644 (file)
@@ -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
index 027dede73e615b3c2cf85ecd75d4f8517d419e7b..2ea4a4a09c19cad26b918907805cb1320bebdb67 100644 (file)
@@ -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)