Kconfig (0aea30a07ec6b50de0fc5f5b2ec34a68ead86b61) | Kconfig (a84df1c7ddfcb5f7ccd7aaa80c40a49e54621ce8) |
---|---|
1# SPDX-License-Identifier: GPL-2.0-only 2menuconfig EXTCON 3 tristate "External Connector Class (extcon) support" 4 help 5 Say Y here to enable external connector class (extcon) support. 6 This allows monitoring external connectors by userspace 7 via sysfs and uevent and supports external connectors with 8 multiple states; i.e., an extcon that may have multiple --- 142 unchanged lines hidden (view full) --- 151 select REGMAP_IRQ 152 help 153 If you say yes here you get support for the MUIC device of 154 Richtek RT8973A. The RT8973A is a USB port accessory detector 155 and switch that is optimized to protect low voltage system 156 from abnormal high input voltage (up to 28V). 157 158config EXTCON_SM5502 | 1# SPDX-License-Identifier: GPL-2.0-only 2menuconfig EXTCON 3 tristate "External Connector Class (extcon) support" 4 help 5 Say Y here to enable external connector class (extcon) support. 6 This allows monitoring external connectors by userspace 7 via sysfs and uevent and supports external connectors with 8 multiple states; i.e., an extcon that may have multiple --- 142 unchanged lines hidden (view full) --- 151 select REGMAP_IRQ 152 help 153 If you say yes here you get support for the MUIC device of 154 Richtek RT8973A. The RT8973A is a USB port accessory detector 155 and switch that is optimized to protect low voltage system 156 from abnormal high input voltage (up to 28V). 157 158config EXTCON_SM5502 |
159 tristate "Silicon Mitus SM5502/SM5504 EXTCON support" | 159 tristate "Silicon Mitus SM5502/SM5504/SM5703 EXTCON support" |
160 depends on I2C 161 select IRQ_DOMAIN 162 select REGMAP_I2C 163 select REGMAP_IRQ 164 help 165 If you say yes here you get support for the MUIC device of 166 Silicon Mitus SM5502. The SM5502 is a USB port accessory 167 detector and switch. --- 24 unchanged lines hidden --- | 160 depends on I2C 161 select IRQ_DOMAIN 162 select REGMAP_I2C 163 select REGMAP_IRQ 164 help 165 If you say yes here you get support for the MUIC device of 166 Silicon Mitus SM5502. The SM5502 is a USB port accessory 167 detector and switch. --- 24 unchanged lines hidden --- |