aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mfd/Kconfig
diff options
context:
space:
mode:
authorTomasz Figa <t.figa@samsung.com>2013-06-24 08:39:52 -0400
committerSamuel Ortiz <sameo@linux.intel.com>2013-06-30 17:29:44 -0400
commit443c6ae253e96db9a5800a28d7c61131e81c2dee (patch)
treec9df532a7f81a8799fe52f6845504b275803e58e /drivers/mfd/Kconfig
parentb5c46787df1f28b0a24499e275491ba9a505c8ec (diff)
mfd: max8998: Add irq domain support
This patch adds irq domain support for max8998 interrupts. To keep both non-DT and DT worlds happy, simple domain is used, which is linear when no explicit IRQ base is specified and legacy, with static mapping, otherwise. Signed-off-by: Tomasz Figa <t.figa@samsung.com> Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'drivers/mfd/Kconfig')
-rw-r--r--drivers/mfd/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig
index 3bb2932eafb1..aecd6ddcbbbf 100644
--- a/drivers/mfd/Kconfig
+++ b/drivers/mfd/Kconfig
@@ -363,6 +363,7 @@ config MFD_MAX8998
363 bool "Maxim Semiconductor MAX8998/National LP3974 PMIC Support" 363 bool "Maxim Semiconductor MAX8998/National LP3974 PMIC Support"
364 depends on I2C=y && GENERIC_HARDIRQS 364 depends on I2C=y && GENERIC_HARDIRQS
365 select MFD_CORE 365 select MFD_CORE
366 select IRQ_DOMAIN
366 help 367 help
367 Say yes here to support for Maxim Semiconductor MAX8998 and 368 Say yes here to support for Maxim Semiconductor MAX8998 and
368 National Semiconductor LP3974. This is a Power Management IC. 369 National Semiconductor LP3974. This is a Power Management IC.