diff options
author | Edward O'Callaghan <eocallaghan@alterapraxis.com> | 2014-05-18 09:42:46 +1000 |
---|---|---|
committer | Idwer Vollering <vidwer@gmail.com> | 2014-05-20 13:46:35 +0200 |
commit | fb8df3240f5ac80a39b36ca8b5bad291156437a3 (patch) | |
tree | c412e1b65a5840c7f1f56aa12569a78395055b3e /src/drivers/Kconfig | |
parent | 8dd407a878e8e4f86591ecde0af44400eb3fa098 (diff) | |
download | coreboot-fb8df3240f5ac80a39b36ca8b5bad291156437a3.tar.xz |
drivers: Drop GbE stub drivers
These NIC stub drivers were to initialize the Gigabit Ethernet adapters
just enough to keep coreboot from trying to execute an option ROM.
However this is no longer required as non-VGA option roms are not ran;
See:
b32816e Remove PCI_ROM_RUN option
Change-Id: Idc44619767c631c5fcf550a5948c8947bde5e218
Signed-off-by: Edward O'Callaghan <eocallaghan@alterapraxis.com>
Reviewed-on: http://review.coreboot.org/5777
Tested-by: build bot (Jenkins)
Reviewed-by: Martin Roth <martin.roth@se-eng.com>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Diffstat (limited to 'src/drivers/Kconfig')
-rw-r--r-- | src/drivers/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/drivers/Kconfig b/src/drivers/Kconfig index 1a5f8ff069..874ec751fc 100644 --- a/src/drivers/Kconfig +++ b/src/drivers/Kconfig @@ -31,7 +31,6 @@ source src/drivers/parade/Kconfig if PC80_SYSTEM source src/drivers/pc80/Kconfig endif -source src/drivers/realtek/Kconfig source src/drivers/sil/Kconfig source src/drivers/spi/Kconfig source src/drivers/ti/Kconfig |