diff options
author | Tomasz Figa <t.figa@samsung.com> | 2013-06-24 14:39:52 +0200 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2013-06-30 23:29:44 +0200 |
commit | 443c6ae253e96db9a5800a28d7c61131e81c2dee (patch) | |
tree | c9df532a7f81a8799fe52f6845504b275803e58e /drivers/mfd/Kconfig | |
parent | b5c46787df1f28b0a24499e275491ba9a505c8ec (diff) | |
download | op-kernel-dev-443c6ae253e96db9a5800a28d7c61131e81c2dee.zip op-kernel-dev-443c6ae253e96db9a5800a28d7c61131e81c2dee.tar.gz |
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/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig index 3bb2932..aecd6dd 100644 --- a/drivers/mfd/Kconfig +++ b/drivers/mfd/Kconfig @@ -363,6 +363,7 @@ config MFD_MAX8998 bool "Maxim Semiconductor MAX8998/National LP3974 PMIC Support" depends on I2C=y && GENERIC_HARDIRQS select MFD_CORE + select IRQ_DOMAIN help Say yes here to support for Maxim Semiconductor MAX8998 and National Semiconductor LP3974. This is a Power Management IC. |