From 7f922b0f6ad9b63c06e6243b0a485b05b36befb9 Mon Sep 17 00:00:00 2001 From: Arthur Heymans Date: Wed, 22 Aug 2018 02:14:04 +0200 Subject: drivers/net/atl1e: Add driver A shortcoming of this driver is that if multiple devices with the same PCI ID are present and don't have an eeprom, they would all get the same macadress set. The r8168 driver deals with such cases so it should be easy to implement if needed. Change-Id: I5c32df00e25453c350a45e7f1ee6834b89c4289f Signed-off-by: Arthur Heymans Reviewed-on: https://review.coreboot.org/28265 Tested-by: build bot (Jenkins) Reviewed-by: Felix Held --- src/mainboard/asus/p5qc/Kconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'src/mainboard/asus/p5qc/Kconfig') diff --git a/src/mainboard/asus/p5qc/Kconfig b/src/mainboard/asus/p5qc/Kconfig index 605dfd769f..cf71b641cc 100644 --- a/src/mainboard/asus/p5qc/Kconfig +++ b/src/mainboard/asus/p5qc/Kconfig @@ -28,6 +28,7 @@ config BOARD_SPECIFIC_OPTIONS select HAVE_OPTION_TABLE select HAVE_CMOS_DEFAULT select HAVE_ACPI_RESUME + select ATHEROS_ATL1E_SETMAC config MAINBOARD_DIR string -- cgit v1.2.3