diff options
author | Nico Huber <nico.huber@secunet.com> | 2013-05-14 15:14:08 +0200 |
---|---|---|
committer | Stefan Reinauer <stefan.reinauer@coreboot.org> | 2013-06-06 20:38:41 +0200 |
commit | ea6d6e8c1f1e5785d5c41029f3bb76e726aece6c (patch) | |
tree | e622a2aab61357866f1ea069f488be352e59f339 /src/southbridge/intel/bd82x6x/Kconfig | |
parent | 4af2bb5724b7b50b1a7b139da7fe17289e0785c8 (diff) |
intel/bd82x6x: Add option to include ethernet firmware
Change-Id: Idf804ed29a67bad732df19e6981f74c8d0c354b5
Signed-off-by: Nico Huber <nico.huber@secunet.com>
Reviewed-on: http://review.coreboot.org/3388
Tested-by: build bot (Jenkins)
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Diffstat (limited to 'src/southbridge/intel/bd82x6x/Kconfig')
-rw-r--r-- | src/southbridge/intel/bd82x6x/Kconfig | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/southbridge/intel/bd82x6x/Kconfig b/src/southbridge/intel/bd82x6x/Kconfig index 5dd492c182..79c812eaa9 100644 --- a/src/southbridge/intel/bd82x6x/Kconfig +++ b/src/southbridge/intel/bd82x6x/Kconfig @@ -59,6 +59,19 @@ config HPET_MIN_TICKS hex default 0x80 +config HAVE_GBE_BIN + bool "Add gigabit ethernet firmware" + default n + help + The integrated gigabit ethernet controller needs a firmware file. + Select this if you are going to use the PCH integrated controller + and have the firmware. + +config GBE_BIN_PATH + string "Path to gigabit ethernet firmware" + depends on HAVE_GBE_BIN + default "3rdparty/mainboard/$(MAINBOARDDIR)/gbe.bin" + config LOCK_MANAGEMENT_ENGINE bool "Lock Management Engine section" default n |