Intel Lynx Point boards: Kconfig: Add `HAVE_IFD_BIN`
Change-Id: I0ea09d75cb05687407fb152642578e19824d1c4c Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-on: http://review.coreboot.org/6048 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi <patrick@georgi-clan.de>
This commit is contained in:
parent
32d2298828
commit
cc53d51225
|
@ -47,4 +47,8 @@ config VGA_BIOS_FILE
|
||||||
string
|
string
|
||||||
default "pci8086,0166.rom"
|
default "pci8086,0166.rom"
|
||||||
|
|
||||||
|
config HAVE_IFD_BIN
|
||||||
|
bool
|
||||||
|
default n
|
||||||
|
|
||||||
endif
|
endif
|
||||||
|
|
|
@ -48,4 +48,8 @@ config VGA_BIOS_FILE
|
||||||
string
|
string
|
||||||
default "pci8086,0166.rom"
|
default "pci8086,0166.rom"
|
||||||
|
|
||||||
|
config HAVE_IFD_BIN
|
||||||
|
bool
|
||||||
|
default n
|
||||||
|
|
||||||
endif
|
endif
|
||||||
|
|
|
@ -47,4 +47,8 @@ config VGA_BIOS_FILE
|
||||||
string
|
string
|
||||||
default "pci8086,0166.rom"
|
default "pci8086,0166.rom"
|
||||||
|
|
||||||
|
config HAVE_IFD_BIN
|
||||||
|
bool
|
||||||
|
default n
|
||||||
|
|
||||||
endif
|
endif
|
||||||
|
|
|
@ -51,4 +51,8 @@ config VGA_BIOS_FILE
|
||||||
string
|
string
|
||||||
default "pci8086,0166.rom"
|
default "pci8086,0166.rom"
|
||||||
|
|
||||||
|
config HAVE_IFD_BIN
|
||||||
|
bool
|
||||||
|
default n
|
||||||
|
|
||||||
endif
|
endif
|
||||||
|
|
|
@ -37,4 +37,8 @@ config VGA_BIOS_FILE
|
||||||
string
|
string
|
||||||
default "pci8086,0166.rom"
|
default "pci8086,0166.rom"
|
||||||
|
|
||||||
|
config HAVE_IFD_BIN
|
||||||
|
bool
|
||||||
|
default n
|
||||||
|
|
||||||
endif # BOARD_INTEL_BASKING_RIDGE
|
endif # BOARD_INTEL_BASKING_RIDGE
|
||||||
|
|
|
@ -39,4 +39,8 @@ config VGA_BIOS_FILE
|
||||||
string
|
string
|
||||||
default "pci8086,0166.rom"
|
default "pci8086,0166.rom"
|
||||||
|
|
||||||
|
config HAVE_IFD_BIN
|
||||||
|
bool
|
||||||
|
default n
|
||||||
|
|
||||||
endif # BOARD_INTEL_WTM2
|
endif # BOARD_INTEL_WTM2
|
||||||
|
|
Loading…
Reference in New Issue