Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 116224
b: refs/heads/master
c: a603a7f
h: refs/heads/master
v: v3
  • Loading branch information
David Brownell authored and Samuel Ortiz committed Oct 19, 2008
1 parent 1b5e16c commit ddfbc94
Show file tree
Hide file tree
Showing 5 changed files with 1,613 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 9e78cfe53f3c2bc1b37870697c3cde1543fefa8b
refs/heads/master: a603a7fa8717fb778bba91b5a879babf333dc6a3
14 changes: 14 additions & 0 deletions trunk/drivers/mfd/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,20 @@ config UCB1400_CORE
To compile this driver as a module, choose M here: the
module will be called ucb1400_core.

config TWL4030_CORE
bool "Texas Instruments TWL4030/TPS659x0 Support"
depends on I2C=y && GENERIC_HARDIRQS && (ARCH_OMAP2 || ARCH_OMAP3)
help
Say yes here if you have TWL4030 family chip on your board.
This core driver provides register access and IRQ handling
facilities, and registers devices for the various functions
so that function-specific drivers can bind to them.

These multi-function chips are found on many OMAP2 and OMAP3
boards, providing power management, RTC, GPIO, keypad, a
high speed USB OTG transceiver, an audio codec (on most
versions) and many other features.

config MFD_TMIO
bool
default n
Expand Down
2 changes: 2 additions & 0 deletions trunk/drivers/mfd/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ wm8350-objs := wm8350-core.o wm8350-regmap.o wm8350-gpio.o
obj-$(CONFIG_MFD_WM8350) += wm8350.o
obj-$(CONFIG_MFD_WM8350_I2C) += wm8350-i2c.o

obj-$(CONFIG_TWL4030_CORE) += twl4030-core.o

obj-$(CONFIG_MFD_CORE) += mfd-core.o

obj-$(CONFIG_MCP) += mcp-core.o
Expand Down
Loading

0 comments on commit ddfbc94

Please sign in to comment.