mb/siemens/mc_apl7/Kconfig: Enable PTN3460 early init

Enable early initialization of the PTN3460 DP-to-LVDS bridge on this
board in order to allow showing the bootsplash screen at coreboot
runtime.

Change-Id: Ib1b727cef5fb8bea2d6d6c9896ad0107caeea51a
Signed-off-by: Jan Samek <jan.samek@siemens.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/67682
Reviewed-by: Mario Scheithauer <mario.scheithauer@siemens.com>
Reviewed-by: Uwe Poeche <uwe.poeche@siemens.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Jan Samek 2022-09-15 16:38:20 +02:00 committed by Paul Fagerburg
parent 669184434a
commit 9c7c6baeb7
1 changed files with 4 additions and 0 deletions

View File

@ -6,6 +6,7 @@ config BOARD_SPECIFIC_OPTIONS
select DRIVER_INTEL_I210
select SOC_INTEL_SET_MIN_CLOCK_RATIO
select DRIVERS_I2C_PTN3460
select PTN3460_EARLY_INIT
config UART_FOR_CONSOLE
default 1
@ -13,4 +14,7 @@ config UART_FOR_CONSOLE
config FMDFILE
default "src/mainboard/\$(CONFIG_MAINBOARD_DIR)/mc_apl1.fmd"
config PTN3460_EARLY_ADDR
default 0x60
endif # BOARD_SIEMENS_MC_APL7