Angel Pons has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/34124 )
Change subject: mb/asus/p8h61-m_pro: Fix integrated network ......................................................................
mb/asus/p8h61-m_pro: Fix integrated network
Looks like this select makes the internal NIC not work. Not sure why, though.
Change-Id: I92e603c86d9bfe9be9e53918e8f1477a9a1dcf99 Signed-off-by: Angel Pons th3fanbus@gmail.com --- M src/mainboard/asus/p8h61-m_pro/Kconfig 1 file changed, 0 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/24/34124/1
diff --git a/src/mainboard/asus/p8h61-m_pro/Kconfig b/src/mainboard/asus/p8h61-m_pro/Kconfig index e8a6f64..d3d1c67 100644 --- a/src/mainboard/asus/p8h61-m_pro/Kconfig +++ b/src/mainboard/asus/p8h61-m_pro/Kconfig @@ -31,7 +31,6 @@ select HAVE_CMOS_DEFAULT select DRIVERS_ASMEDIA_ASPM_BLACKLIST select MAINBOARD_HAS_LPC_TPM - select REALTEK_8168_RESET select RT8168_SET_LED_MODE select INTEL_GMA_HAVE_VBT