tegrakernel/kernel/nvidia/drivers/extcon/Kconfig

10 lines
197 B
Plaintext
Raw Normal View History

2022-02-16 09:13:02 -06:00
if EXTCON
config EXTCON_DISP_STATE
tristate "DISPLAY STATE EXTCON support"
depends on TEGRA_DC
default y
help
Say Y here to enable display state cable detection with extcon support.
endif