diff options
author | Chanwoo Choi <cw00.choi@samsung.com> | 2012-07-01 20:03:00 -0400 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2012-07-08 18:16:13 -0400 |
commit | dca1a71e4108a0a9051a653d885297e9d1cc656c (patch) | |
tree | 50f90ec0cae92c063b6de94ee1b71e8fb91cf585 /drivers/extcon/Kconfig | |
parent | b41511f713ccaef666e450fae8cb18909897fe4e (diff) |
extcon: Add support irq domain for MAX8997 muic
This patch add support irq domain for Maxim MAX8997 muic
instead of irq_base in platform data and max8997 driver
private data are instead. It is tested on TRATS board.
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
Signed-off-by: Myungjoo Ham <myungjoo.ham@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'drivers/extcon/Kconfig')
-rw-r--r-- | drivers/extcon/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/extcon/Kconfig b/drivers/extcon/Kconfig index 29c5cf852efc..bf6b2eae5751 100644 --- a/drivers/extcon/Kconfig +++ b/drivers/extcon/Kconfig | |||
@@ -23,7 +23,7 @@ config EXTCON_GPIO | |||
23 | 23 | ||
24 | config EXTCON_MAX8997 | 24 | config EXTCON_MAX8997 |
25 | tristate "MAX8997 EXTCON Support" | 25 | tristate "MAX8997 EXTCON Support" |
26 | depends on MFD_MAX8997 | 26 | depends on MFD_MAX8997 && IRQ_DOMAIN |
27 | help | 27 | help |
28 | If you say yes here you get support for the MUIC device of | 28 | If you say yes here you get support for the MUIC device of |
29 | Maxim MAX8997 PMIC. The MAX8997 MUIC is a USB port accessory | 29 | Maxim MAX8997 PMIC. The MAX8997 MUIC is a USB port accessory |