summaryrefslogtreecommitdiffstats
path: root/src/mainboard/siemens/mc_apl1/variants/mc_apl7/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/siemens/mc_apl1/variants/mc_apl7/Kconfig')
-rw-r--r--src/mainboard/siemens/mc_apl1/variants/mc_apl7/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mainboard/siemens/mc_apl1/variants/mc_apl7/Kconfig b/src/mainboard/siemens/mc_apl1/variants/mc_apl7/Kconfig
index 3d9440664b48..baf640a11ec6 100644
--- a/src/mainboard/siemens/mc_apl1/variants/mc_apl7/Kconfig
+++ b/src/mainboard/siemens/mc_apl1/variants/mc_apl7/Kconfig
@@ -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