diff options
author | Mario Scheithauer <mario.scheithauer@siemens.com> | 2017-02-16 13:39:16 +0100 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2017-02-20 04:47:53 +0100 |
commit | 480eab0da9766ef4ae8befdc3dffcdb586db2fab (patch) | |
tree | c716603dc81f63f357b1917a5707747e0cde4618 /src/mainboard/siemens/mc_apl1/Kconfig | |
parent | 2a4a452abc376ad1dd3491c877422c72a7668391 (diff) |
siemens/mc_apl1: Set MAC address for all available i210 MACs
This mainboard uses two i210 Ethernet controller. Therfore we enable the
usage of the i210 driver and have to provide a function to search for a
valid MAC address for all i210 devices by using Siemens hwilib.
Change-Id: I36246cdef987fcece15a297ebb2f41561fca1f69
Signed-off-by: Mario Scheithauer <mario.scheithauer@siemens.com>
Reviewed-on: https://review.coreboot.org/18380
Tested-by: build bot (Jenkins)
Reviewed-by: Werner Zeh <werner.zeh@siemens.com>
Diffstat (limited to 'src/mainboard/siemens/mc_apl1/Kconfig')
-rw-r--r-- | src/mainboard/siemens/mc_apl1/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mainboard/siemens/mc_apl1/Kconfig b/src/mainboard/siemens/mc_apl1/Kconfig index 6201ed3664..ef9d0216ca 100644 --- a/src/mainboard/siemens/mc_apl1/Kconfig +++ b/src/mainboard/siemens/mc_apl1/Kconfig @@ -5,6 +5,8 @@ config BOARD_SPECIFIC_OPTIONS select SOC_INTEL_APOLLOLAKE select BOARD_ROMSIZE_KB_16384 select HAVE_ACPI_TABLES + select DRIVER_INTEL_I210 + select USE_SIEMENS_HWILIB config MAINBOARD_DIR string |