mainboard/google/puff: Clean up Kconfig
Let the linker trim unused net driver symbols when unused
in devicetree rather than being overly zealous in the Kconfig.
BUG=b:146592075,146999042,146999043
BRANCH=none
TEST=Boot to kernel.
Ensure we have ip address and corresponding mac
address with ifconfig.
Ensure ethernet controller shows up with lspci.
Change-Id: Ie98d0f9f9b77cb9ee4e52f6c95b68bcbdd94f2cc
Signed-off-by: Edward O'Callaghan <quasisec@google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/38098
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Daniel Kurtz <djkurtz@google.com>
This commit is contained in:
parent
6af55e583d
commit
f4bade774a
1 changed files with 2 additions and 2 deletions
|
|
@ -22,8 +22,8 @@ config BOARD_GOOGLE_BASEBOARD_HATCH
|
|||
select MB_HAS_ACTIVE_HIGH_SD_PWR_ENABLE
|
||||
select SOC_INTEL_COMETLAKE
|
||||
select SYSTEM_TYPE_LAPTOP
|
||||
select RT8168_GET_MAC_FROM_VPD if BOARD_GOOGLE_PUFF
|
||||
select RT8168_SET_LED_MODE if BOARD_GOOGLE_PUFF
|
||||
select RT8168_GET_MAC_FROM_VPD
|
||||
select RT8168_SET_LED_MODE
|
||||
|
||||
if BOARD_GOOGLE_BASEBOARD_HATCH
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue