mb/google/brya: Create rull variant
[coreboot2.git] / src / drivers / i2c / ptn3460 / Kconfig
blob67cf2e7be5c2b6ecece46b5331ad41813c069bb3
1 ## SPDX-License-Identifier: GPL-2.0-only
3 config DRIVERS_I2C_PTN3460
4         bool
5         default n
6         help
7           Enable support for external display bridge (eDP to LVDS) PTN3460.
9 config 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
16 config 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