Skip to content
Snippets Groups Projects
Commit ce144230 authored by Victor Chong's avatar Victor Chong Committed by Jérôme Forissier
Browse files

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: default avatarVictor Chong <victor.chong@linaro.org>
Acked-by: default avatarJerome Forissier <jerome.forissier@linaro.org>
parent 6f05d384
No related branches found
No related tags found
No related merge requests found
...@@ -2,3 +2,4 @@ CONFIG_TEE=y ...@@ -2,3 +2,4 @@ CONFIG_TEE=y
CONFIG_OPTEE=y CONFIG_OPTEE=y
CONFIG_PINCTRL_SINGLE=y CONFIG_PINCTRL_SINGLE=y
CONFIG_DEBUG_INFO=n CONFIG_DEBUG_INFO=n
CONFIG_EXT4_FS=y
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment