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