mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-06-02 09:46:37 +03:00
Add a new simple uclass for extcon. Currently all setup is done in the probe. Uclass struct and ops are empty for now. Signed-off-by: Svyatoslav Ryhel <clamor95@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org>
16 lines
546 B
Plaintext
16 lines
546 B
Plaintext
menu "Extcon Support"
|
|
|
|
config EXTCON
|
|
bool "External Connector Class (extcon) support"
|
|
depends on DM
|
|
help
|
|
Say Y here to enable external connector class (extcon) support.
|
|
This allows monitoring external connectors and supports external
|
|
connectors with multiple states; i.e., an extcon that may have
|
|
multiple cables attached. For example, an external connector
|
|
of a device may be used to connect an HDMI cable and a AC adaptor,
|
|
and to host USB ports. Many of 30-pin connectors including PDMI
|
|
are also good examples.
|
|
|
|
endmenu
|