intel/braswell: Disable IFD & ME by default so abuild can build

The Braswell IFD & ME blobs aren't published in the 3rdparty repo, so
disable them by default for now.

Change-Id: If68ff1f37fbf7afb2f9eb1e5d9942afcf40ab1e3
Signed-off-by: Martin Roth <martinroth@google.com>
Reviewed-on: https://review.coreboot.org/12828
Tested-by: build bot (Jenkins)
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
diff --git a/src/soc/intel/braswell/Kconfig b/src/soc/intel/braswell/Kconfig
index 11d946a..c546e40 100644
--- a/src/soc/intel/braswell/Kconfig
+++ b/src/soc/intel/braswell/Kconfig
@@ -124,13 +124,13 @@
 	  the debug console.
 
 config HAVE_IFD_BIN
-	def_bool y
+	def_bool n
 
 config BUILD_WITH_FAKE_IFD
 	def_bool !HAVE_IFD_BIN
 
 config HAVE_ME_BIN
-	def_bool y
+	def_bool n
 
 config IED_REGION_SIZE
 	hex