diff options
author | David Brownell <dbrownell@users.sourceforge.net> | 2008-12-01 00:35:33 +0100 |
---|---|---|
committer | Samuel Ortiz <samuel@sortiz.org> | 2009-01-04 12:17:39 +0100 |
commit | 67460a7c26271fd7a32e5d51b2c806a84ce78a62 (patch) | |
tree | 9da0301218f213122a402c2f671db2674db4b484 /drivers/mfd | |
parent | 5725d66b9d18e630bb63e3b76bedf25fd1027265 (diff) | |
download | op-kernel-dev-67460a7c26271fd7a32e5d51b2c806a84ce78a62.zip op-kernel-dev-67460a7c26271fd7a32e5d51b2c806a84ce78a62.tar.gz |
mfd: twl4030: cleanup symbols and OMAP dependency
Finish removing dependency of TWL driver stack on platform-specific
IRQ definitions ... and remove the build dependency on OMAP.
This lets the TWL4030 code be included in test builds for most
platforms, and will make it easier for non-OMAP folk to update
most of this code for new APIs etc.
Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: Samuel Ortiz <sameo@openedhand.com>
Diffstat (limited to 'drivers/mfd')
-rw-r--r-- | drivers/mfd/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig index 2572773..8cd3dd9 100644 --- a/drivers/mfd/Kconfig +++ b/drivers/mfd/Kconfig @@ -63,7 +63,7 @@ config UCB1400_CORE config TWL4030_CORE bool "Texas Instruments TWL4030/TPS659x0 Support" - depends on I2C=y && GENERIC_HARDIRQS && (ARCH_OMAP2 || ARCH_OMAP3) + depends on I2C=y && GENERIC_HARDIRQS help Say yes here if you have TWL4030 family chip on your board. This core driver provides register access and IRQ handling |