summaryrefslogtreecommitdiff
path: root/drivers/extcon/Kconfig
diff options
context:
space:
mode:
authorSvyatoslav Ryhel <[email protected]>2023-04-25 10:57:22 +0300
committerTom Rini <[email protected]>2023-05-02 14:23:58 -0400
commit488d3dae24c4e27bc0f500dbe76ea767794a59ac (patch)
tree6bf2bfe364dc5a2c38c57c1fc7e51416662e3896 /drivers/extcon/Kconfig
parent8b215e10fe585907be8b6a0babad2923f6cf4da2 (diff)
extcon: add MAX14526 MUIC support
MAX14526 is a powerful extcon chip which allows detection of various plugs like usb, mhl, uart, headset etc. This version of driver implements support of AP-usb and CP-usb/uart paths. Tested-by: Andreas Westman Dorcsak <[email protected]> # LG P880 T30 Tested-by: Svyatoslav Ryhel <[email protected]> # LG P895 T30 Signed-off-by: Svyatoslav Ryhel <[email protected]> Reviewed-by: Simon Glass <[email protected]>
Diffstat (limited to 'drivers/extcon/Kconfig')
-rw-r--r--drivers/extcon/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/extcon/Kconfig b/drivers/extcon/Kconfig
index 6fd3d2b97b1..fbb73354aa3 100644
--- a/drivers/extcon/Kconfig
+++ b/drivers/extcon/Kconfig
@@ -19,4 +19,13 @@ config EXTCON_SANDBOX
Enable extcon support for sandbox. This is an emulation of a real
extcon. Currectly all configuration is done in the probe.
+config EXTCON_MAX14526
+ bool "Maxim MAX14526 EXTCON Support"
+ depends on DM_I2C
+ depends on EXTCON
+ help
+ If you say yes here you get support for the MUIC device of
+ Maxim MAX14526. The MAX14526 MUIC is a USB port accessory
+ detector and switch.
+
endmenu