minnowboard: Disable MINIGZIP. Sync with Edison

Disable MINIGZIP so product build will pass for
minnowboard. CONFIG_HAVE_KERNEL_LZ4 removed and
CONFIG_KERNEL_GZIP enabled so all options are
now in sync with Edison.

BUG=none
Change-Id: I089cdaeb01d1f08d5e1aabf6f0e60c2eeb1b5042
Signed-off-by: Mihai Serban <mihai.serban@intel.com>
Signed-off-by: Viorel Suman <viorel.suman@intel.com>
diff --git a/arch/x86/configs/x86_64_brillo_minnowboard_defconfig b/arch/x86/configs/x86_64_brillo_minnowboard_defconfig
index 8e23f54..b2218dd 100644
--- a/arch/x86/configs/x86_64_brillo_minnowboard_defconfig
+++ b/arch/x86/configs/x86_64_brillo_minnowboard_defconfig
@@ -53,19 +53,15 @@
 CONFIG_LOCALVERSION="-x86_64"
 CONFIG_LOCALVERSION_AUTO=y
 CONFIG_HAVE_KERNEL_GZIP=y
-CONFIG_HAVE_KERNEL_MINIGZIP=y
 CONFIG_HAVE_KERNEL_BZIP2=y
 CONFIG_HAVE_KERNEL_LZMA=y
 CONFIG_HAVE_KERNEL_XZ=y
 CONFIG_HAVE_KERNEL_LZO=y
-CONFIG_HAVE_KERNEL_LZ4=y
-# CONFIG_KERNEL_GZIP is not set
-CONFIG_KERNEL_MINIGZIP=y
+CONFIG_KERNEL_GZIP=y
 # CONFIG_KERNEL_BZIP2 is not set
 # CONFIG_KERNEL_LZMA is not set
 # CONFIG_KERNEL_XZ is not set
 # CONFIG_KERNEL_LZO is not set
-# CONFIG_KERNEL_LZ4 is not set
 CONFIG_DEFAULT_HOSTNAME="localhost"
 CONFIG_SWAP=y
 CONFIG_SYSVIPC=y