summaryrefslogtreecommitdiffstats
path: root/drivers/mfd/Kconfig
diff options
context:
space:
mode:
authorBenoit Cousson <b-cousson@ti.com>2011-08-29 16:20:23 +0200
committerSamuel Ortiz <sameo@linux.intel.com>2012-01-09 00:37:40 +0100
commitaeb5032b3f8b9ab69daa545777433fa94b3494c4 (patch)
tree70a5ec2e43e0ae6c4e7d5793bf79da61c1ac7bf9 /drivers/mfd/Kconfig
parent5391b5c645a86d4657c2175acbf21c6461d34849 (diff)
downloadlinux-aeb5032b3f8b9ab69daa545777433fa94b3494c4.tar.gz
linux-aeb5032b3f8b9ab69daa545777433fa94b3494c4.tar.xz
linux-aeb5032b3f8b9ab69daa545777433fa94b3494c4.zip
mfd: twl-core: Add initial DT support for twl4030/twl6030
Add initial device-tree support for twl familly chips. The current version is missing the regulator entries due to the lack of DT regulator bindings for the moment. Only the simple sub-modules that do not depend on platform_data information can be initialized properly. Add irqdomain support. Add documentation for the Texas Instruments TWL Integrated Chip. Signed-off-by: Benoit Cousson <b-cousson@ti.com> Cc: Balaji T K <balajitk@ti.com> Cc: Graeme Gregory <gg@slimlogic.co.uk> Signed-off-by: Samuel Ortiz <sameo@linux.intel.com> Acked-by: Rob Herring <rob.herring@calxeda.com> [grant.likely@secretlab.ca: Fix IRQ_DOMAIN dependency in kconfig] Cc: Grant Likely <grant.likely@secretlab.ca>
Diffstat (limited to 'drivers/mfd/Kconfig')
-rw-r--r--drivers/mfd/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig
index 0f6db32240f4..08a3e087bcea 100644
--- a/drivers/mfd/Kconfig
+++ b/drivers/mfd/Kconfig
@@ -200,7 +200,7 @@ config MENELAUS
config TWL4030_CORE
bool "Texas Instruments TWL4030/TWL5030/TWL6030/TPS659x0 Support"
- depends on I2C=y && GENERIC_HARDIRQS
+ depends on I2C=y && GENERIC_HARDIRQS && IRQ_DOMAIN
help
Say yes here if you have TWL4030 / TWL6030 family chip on your board.
This core driver provides register access and IRQ handling