diff options
author | Paul Menzel <paulepanter@users.sourceforge.net> | 2014-06-16 17:30:56 +0200 |
---|---|---|
committer | Patrick Georgi <patrick@georgi-clan.de> | 2014-07-05 16:53:17 +0200 |
commit | cc53d5122505e3528a1f3d38004649bca8ff975e (patch) | |
tree | ad1ae76237efa876c9a0d28567764bc3e2da0f19 /src/mainboard/google/slippy/Kconfig | |
parent | 32d22988282c0696dd89312e41b4a9ef57886443 (diff) | |
download | coreboot-cc53d5122505e3528a1f3d38004649bca8ff975e.tar.xz |
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>
Diffstat (limited to 'src/mainboard/google/slippy/Kconfig')
-rw-r--r-- | src/mainboard/google/slippy/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mainboard/google/slippy/Kconfig b/src/mainboard/google/slippy/Kconfig index 3c34938d26..45aa2d8b62 100644 --- a/src/mainboard/google/slippy/Kconfig +++ b/src/mainboard/google/slippy/Kconfig @@ -51,4 +51,8 @@ config VGA_BIOS_FILE string default "pci8086,0166.rom" +config HAVE_IFD_BIN + bool + default n + endif |