From ce144230e24a15a6776e0eeead5fe1334b47eee6 Mon Sep 17 00:00:00 2001
From: Victor Chong <victor.chong@linaro.org>
Date: Fri, 15 Sep 2017 07:03:29 +0100
Subject: [PATCH] kconfigs: hikey_debian: Set CONFIG_EXT4_FS=y

Follow reference in
https://github.com/96boards/meta-96boards/blob/master/recipes-kernel/linux/linux-hikey_git.bb

do_config() {
	..
	echo 'CONFIG_EXT4_FS=y' >> ${B}/.config
	..
}

Signed-off-by: Victor Chong <victor.chong@linaro.org>
Acked-by: Jerome Forissier <jerome.forissier@linaro.org>
---
 kconfigs/hikey_debian.conf | 1 +
 1 file changed, 1 insertion(+)

diff --git a/kconfigs/hikey_debian.conf b/kconfigs/hikey_debian.conf
index b100af1..b85868e 100644
--- a/kconfigs/hikey_debian.conf
+++ b/kconfigs/hikey_debian.conf
@@ -2,3 +2,4 @@ CONFIG_TEE=y
 CONFIG_OPTEE=y
 CONFIG_PINCTRL_SINGLE=y
 CONFIG_DEBUG_INFO=n
+CONFIG_EXT4_FS=y
-- 
GitLab