Kconfig (bad5b5e707a58db9a65d59f7706314012a8e3219) Kconfig (0937fbb7abeb165ef0ac6a56a3a6f041eca6dbde)
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

--- 25 unchanged lines hidden (view full) ---

34 depends on MFD_AXP20X && USB_SUPPORT && X86 && ACPI
35 select USB_ROLE_SWITCH
36 help
37 Say Y here to enable support for USB peripheral detection
38 and USB MUX switching by X-Power AXP288 PMIC.
39
40config EXTCON_FSA9480
41 tristate "FSA9480 EXTCON Support"
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

--- 25 unchanged lines hidden (view full) ---

34 depends on MFD_AXP20X && USB_SUPPORT && X86 && ACPI
35 select USB_ROLE_SWITCH
36 help
37 Say Y here to enable support for USB peripheral detection
38 and USB MUX switching by X-Power AXP288 PMIC.
39
40config EXTCON_FSA9480
41 tristate "FSA9480 EXTCON Support"
42 depends on INPUT
42 depends on INPUT && I2C
43 select IRQ_DOMAIN
44 select REGMAP_I2C
45 help
46 If you say yes here you get support for the Fairchild Semiconductor
47 FSA9480 microUSB switch and accessory detector chip. The FSA9480 is a USB
48 port accessory detector and switch. The FSA9480 is fully controlled using
49 I2C and enables USB data, stereo and mono audio, video, microphone
50 and UART data to use a common connector port.

--- 139 unchanged lines hidden ---
43 select IRQ_DOMAIN
44 select REGMAP_I2C
45 help
46 If you say yes here you get support for the Fairchild Semiconductor
47 FSA9480 microUSB switch and accessory detector chip. The FSA9480 is a USB
48 port accessory detector and switch. The FSA9480 is fully controlled using
49 I2C and enables USB data, stereo and mono audio, video, microphone
50 and UART data to use a common connector port.

--- 139 unchanged lines hidden ---