From 63693dca06314d44601c9dec713290c694719935 Mon Sep 17 00:00:00 2001 From: Werner Zeh Date: Fri, 13 Feb 2015 12:18:58 +0100 Subject: drivers/intel/i210: Add new driver for Intel i210 MACPHY Add a new driver for Intel i210 MACPHY with the goal to update the MAC address in i210 if it is found during PCI scan. Change-Id: I4d4e797543a9f278fb649596f63ae8e1f285b3c3 Signed-off-by: Werner Zeh Reviewed-on: http://review.coreboot.org/8404 Reviewed-by: Alexandru Gagniuc Tested-by: build bot (Jenkins) --- src/drivers/intel/i210/Kconfig | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 src/drivers/intel/i210/Kconfig (limited to 'src/drivers/intel/i210/Kconfig') diff --git a/src/drivers/intel/i210/Kconfig b/src/drivers/intel/i210/Kconfig new file mode 100644 index 0000000000..0191169a0d --- /dev/null +++ b/src/drivers/intel/i210/Kconfig @@ -0,0 +1,3 @@ +config DRIVER_INTEL_I210 + bool + default n -- cgit v1.2.3