aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/google/fizz
diff options
context:
space:
mode:
authorShelley Chen <shchen@chromium.org>2017-06-15 15:19:26 -0700
committerMartin Roth <martinroth@google.com>2017-06-20 03:18:16 +0200
commit1a5936b96c875597a059a8558a413e02c145e1c2 (patch)
tree0a337e418d5b2aa660bf9cc24740094e18ee1a1f /src/mainboard/google/fizz
parent0528b6132e6186c0fc63d1fbdc5c312c95c85d97 (diff)
google/fizz: Enable onboard lan
Enable RT8168_GET_MAC_FROM_VPD in fizz Kconfig. BUG=b:62090148, b:35775024 BRANCH=None TEST=Boot to kernel. Insert mac address into VPD vpd -s ethernet_mac=<address> reboot the system. Ensure we have ip address and corresponding mac address with ifconfig. Ensure ethernet controller shows up with lspci. Change-Id: I00f63dcb56a2c9a4600c8461bc94e06ec5ab2d81 Signed-off-by: Shelley Chen <shchen@chromium.org> Reviewed-on: https://review.coreboot.org/20232 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Furquan Shaikh <furquan@google.com>
Diffstat (limited to 'src/mainboard/google/fizz')
-rw-r--r--src/mainboard/google/fizz/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/google/fizz/Kconfig b/src/mainboard/google/fizz/Kconfig
index e160d7fc1d..e15d229f6e 100644
--- a/src/mainboard/google/fizz/Kconfig
+++ b/src/mainboard/google/fizz/Kconfig
@@ -16,6 +16,7 @@ config BOARD_SPECIFIC_OPTIONS
select SOC_INTEL_KABYLAKE
select FIZZ_USE_I2C_TPM
select GENERIC_SPD_BIN
+ select RT8168_GET_MAC_FROM_VPD
config VBOOT
select EC_GOOGLE_CHROMEEC_SWITCHES