blob: 6d3ca2d233ba43d428c4f5f90202ae9115c6cd88 [file] [log] [blame]
Uwe Poeche11a34ec2019-10-28 11:28:50 +01001config DRIVERS_I2C_PTN3460
2 bool
3 default n
4 help
5 Enable support for external display bridge (eDP to LVDS) PTN3460.
Jan Samek66918442022-09-15 16:31:44 +02006
7config PTN3460_EARLY_INIT
8 bool
9 default n
10 depends on DRIVERS_I2C_PTN3460
11 help
12 Enable early initialization of the PTN3460 DP-to-LVDS bridge
13
14config PTN3460_EARLY_ADDR
15 hex
16 default 0x60
17 depends on PTN3460_EARLY_INIT
18 help
19 I2C address for early initialization of the PTN3460 DP-to-LVDS bridge