Tobias Diedrich has uploaded this change for review. ( https://review.coreboot.org/22834
Change subject: intel/dcp847ske: Enable GBE ACPI device DSM label ......................................................................
intel/dcp847ske: Enable GBE ACPI device DSM label
Tested: systemd default network interface name changes from enp0s25 to eno1, which matches the Intel BIOS (though there it is due to SMBIOS data).
Change-Id: I505d13c5644674da251db352c0bd622e85d5148f Signed-off-by: Tobias Diedrich ranma+coreboot@tdiedrich.de --- M src/mainboard/intel/dcp847ske/Kconfig 1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/34/22834/1
diff --git a/src/mainboard/intel/dcp847ske/Kconfig b/src/mainboard/intel/dcp847ske/Kconfig index 1fd3d8c..01c45de 100644 --- a/src/mainboard/intel/dcp847ske/Kconfig +++ b/src/mainboard/intel/dcp847ske/Kconfig @@ -11,6 +11,7 @@ select SOUTHBRIDGE_INTEL_C216 select SERIRQ_CONTINUOUS_MODE select INTEL_INT15 + select INTEL_GBE_ACPI_DEVICE_LABEL select MAINBOARD_HAS_LIBGFXINIT
menu "Debugging"