diff options
author | Krzysztof Kozlowski <k.kozlowski@samsung.com> | 2014-04-14 11:17:19 +0200 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2014-04-23 14:09:25 +0100 |
commit | 4706a5253bcc502a5889feb98392ea7b15dd936e (patch) | |
tree | cced4579e808011105fe7c04177d0fffe3e83f66 /drivers/extcon/Kconfig | |
parent | aee2a57c7482c712052b877218aa2c5bc0fe8626 (diff) | |
download | linux-rt-4706a5253bcc502a5889feb98392ea7b15dd936e.tar.gz |
extcon: max14577: Add support for MAX77836
Add support for MAX77836 chipset to the max14577 extcon driver. The
MAX77836 MUIC has additional interrupts (VIDRM, ADC1K) so IRQ handling
is split up into two functions: max14577_parse_irq() and
max77836_parse_irq().
Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
Acked-by: Chanwoo Choi <cw00.choi@samsung.com>
Tested-by: Chanwoo Choi <cw00.choi@samsung.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'drivers/extcon/Kconfig')
-rw-r--r-- | drivers/extcon/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/extcon/Kconfig b/drivers/extcon/Kconfig index be56e8ac95e6..aebde489c291 100644 --- a/drivers/extcon/Kconfig +++ b/drivers/extcon/Kconfig @@ -28,13 +28,13 @@ config EXTCON_ADC_JACK Say Y here to enable extcon device driver based on ADC values. config EXTCON_MAX14577 - tristate "MAX14577 EXTCON Support" + tristate "MAX14577/77836 EXTCON Support" depends on MFD_MAX14577 select IRQ_DOMAIN select REGMAP_I2C help If you say yes here you get support for the MUIC device of - Maxim MAX14577 PMIC. The MAX14577 MUIC is a USB port accessory + Maxim MAX14577/77836. The MAX14577/77836 MUIC is a USB port accessory detector and switch. config EXTCON_MAX77693 |