diff options
Diffstat (limited to 'drivers/extcon/Kconfig')
-rw-r--r-- | drivers/extcon/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/extcon/Kconfig b/drivers/extcon/Kconfig index 9125eba6b3d6..6f2f4727de2c 100644 --- a/drivers/extcon/Kconfig +++ b/drivers/extcon/Kconfig | |||
@@ -70,4 +70,14 @@ config EXTCON_PALMAS | |||
70 | Say Y here to enable support for USB peripheral and USB host | 70 | Say Y here to enable support for USB peripheral and USB host |
71 | detection by palmas usb. | 71 | detection by palmas usb. |
72 | 72 | ||
73 | config EXTCON_SM5502 | ||
74 | tristate "SM5502 EXTCON support" | ||
75 | select IRQ_DOMAIN | ||
76 | select REGMAP_I2C | ||
77 | select REGMAP_IRQ | ||
78 | help | ||
79 | If you say yes here you get support for the MUIC device of | ||
80 | Silicon Mitus SM5502. The SM5502 is a USB port accessory | ||
81 | detector and switch. | ||
82 | |||
73 | endif # MULTISTATE_SWITCH | 83 | endif # MULTISTATE_SWITCH |