diff options
author | Paul Menzel <paulepanter@users.sourceforge.net> | 2014-06-16 17:40:11 +0200 |
---|---|---|
committer | Patrick Georgi <patrick@georgi-clan.de> | 2014-07-05 16:53:19 +0200 |
commit | 501093d4fe993cfcca915c0d1fe2ab3a596d27b7 (patch) | |
tree | 19025acf773795f65cc217cb772809dc701b370b /src/mainboard/google/slippy | |
parent | cc53d5122505e3528a1f3d38004649bca8ff975e (diff) | |
download | coreboot-501093d4fe993cfcca915c0d1fe2ab3a596d27b7.tar.xz |
Intel Lynx Point boards: Kconfig: Add `HAVE_ME_BIN`
Change-Id: Ib7d2a5c14675427fe9556a6b81ed5397f17937d8
Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-on: http://review.coreboot.org/6049
Tested-by: build bot (Jenkins)
Reviewed-by: Patrick Georgi <patrick@georgi-clan.de>
Diffstat (limited to 'src/mainboard/google/slippy')
-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 45aa2d8b62..2536eaf027 100644 --- a/src/mainboard/google/slippy/Kconfig +++ b/src/mainboard/google/slippy/Kconfig @@ -55,4 +55,8 @@ config HAVE_IFD_BIN bool default n +config HAVE_ME_BIN + bool + default n + endif |