1## SPDX-License-Identifier: GPL-2.0-only 2 3config DRIVERS_I2C_PTN3460 4 bool 5 default n 6 help 7 Enable support for external display bridge (eDP to LVDS) PTN3460. 8 9config PTN3460_EARLY_INIT 10 bool 11 default n 12 depends on DRIVERS_I2C_PTN3460 13 help 14 Enable early initialization of the PTN3460 DP-to-LVDS bridge 15 16config PTN3460_EARLY_ADDR 17 hex 18 default 0x60 19 depends on PTN3460_EARLY_INIT 20 help 21 I2C address for early initialization of the PTN3460 DP-to-LVDS bridge 22