* [PATCH] UpdateMakefile and Kconfig for TWL4030
@ 2006-12-03 20:36 Syed Mohammed, Khasim
2006-12-22 21:19 ` Tony Lindgren
0 siblings, 1 reply; 2+ messages in thread
From: Syed Mohammed, Khasim @ 2006-12-03 20:36 UTC (permalink / raw)
To: linux-omap-open-source
[-- Attachment #1: Type: text/plain, Size: 121 bytes --]
Hi,
The attached patch updates i2c/chips/Makefile and Kconfig for TWL4030
driver.
Regards,
Khasim
[-- Attachment #2: twl4030_enable.patch --]
[-- Type: application/octet-stream, Size: 1473 bytes --]
This patch enables TWL4030 in i2c/chips Kconfig and Makefile
Signed-off-by: Syed Mohammed Khasim <x0khasim@ti.com>
Files Changed:
Kconfig | 6 ++++++
Makefile | 1 +
2 files changed, 7 insertions(+)
============================================================================
diff -purN linux-omap/drivers/i2c/chips/Kconfig devpt_branch/drivers/i2c/chips/Kconfig
--- linux-omap/drivers/i2c/chips/Kconfig 2006-11-20 21:55:23.000000000 -0600
+++ devpt_branch/drivers/i2c/chips/Kconfig 2006-12-01 23:45:11.000000000 -0600
@@ -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 -purN linux-omap/drivers/i2c/chips/Makefile devpt_branch/drivers/i2c/chips/Makefile
--- linux-omap/drivers/i2c/chips/Makefile 2006-11-20 21:55:23.000000000 -0600
+++ devpt_branch/drivers/i2c/chips/Makefile 2006-12-01 23:45:11.000000000 -0600
@@ -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)
[-- Attachment #3: Type: text/plain, Size: 0 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2006-12-22 21:19 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-12-03 20:36 [PATCH] UpdateMakefile and Kconfig for TWL4030 Syed Mohammed, Khasim
2006-12-22 21:19 ` Tony Lindgren
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox