diff options
Diffstat (limited to 'drivers/extcon/Kconfig')
-rw-r--r-- | drivers/extcon/Kconfig | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/drivers/extcon/Kconfig b/drivers/extcon/Kconfig index bf6b2eae5751..e175c8ed4ec4 100644 --- a/drivers/extcon/Kconfig +++ b/drivers/extcon/Kconfig | |||
@@ -21,6 +21,16 @@ config EXTCON_GPIO | |||
21 | Say Y here to enable GPIO based extcon support. Note that GPIO | 21 | Say Y here to enable GPIO based extcon support. Note that GPIO |
22 | extcon supports single state per extcon instance. | 22 | extcon supports single state per extcon instance. |
23 | 23 | ||
24 | config EXTCON_MAX77693 | ||
25 | tristate "MAX77693 EXTCON Support" | ||
26 | depends on MFD_MAX77693 | ||
27 | select IRQ_DOMAIN | ||
28 | select REGMAP_I2C | ||
29 | help | ||
30 | If you say yes here you get support for the MUIC device of | ||
31 | Maxim MAX77693 PMIC. The MAX77693 MUIC is a USB port accessory | ||
32 | detector and switch. | ||
33 | |||
24 | config EXTCON_MAX8997 | 34 | config EXTCON_MAX8997 |
25 | tristate "MAX8997 EXTCON Support" | 35 | tristate "MAX8997 EXTCON Support" |
26 | depends on MFD_MAX8997 && IRQ_DOMAIN | 36 | depends on MFD_MAX8997 && IRQ_DOMAIN |
@@ -29,4 +39,12 @@ config EXTCON_MAX8997 | |||
29 | Maxim MAX8997 PMIC. The MAX8997 MUIC is a USB port accessory | 39 | Maxim MAX8997 PMIC. The MAX8997 MUIC is a USB port accessory |
30 | detector and switch. | 40 | detector and switch. |
31 | 41 | ||
42 | config EXTCON_ARIZONA | ||
43 | tristate "Wolfson Arizona EXTCON support" | ||
44 | depends on MFD_ARIZONA | ||
45 | help | ||
46 | Say Y here to enable support for external accessory detection | ||
47 | with Wolfson Arizona devices. These are audio CODECs with | ||
48 | advanced audio accessory detection support. | ||
49 | |||
32 | endif # MULTISTATE_SWITCH | 50 | endif # MULTISTATE_SWITCH |