Skip to content
Commit 789ee25d authored by Fabio Estevam's avatar Fabio Estevam Committed by Tom Rini
Browse files

imx8mq_evk_defconfig: Move file system options to Kconfig



Chris Spencer reports that when enabling ext4 read support without
also enabling write support the following error is seen:

fs/fs.c:198:12: error: 'ext4_write_file' undeclared here (not in a
function); did you mean 'ext4_read_file'?
   .write = ext4_write_file,
            ^~~~~~~~~~~~~~~
Fix this problem by moving these options to Kconfig.

Reported-by: default avatarChris Spencer <spencercw@gmail.com>
Acked-by: default avatarPeng Fan <peng.fan@nxp.com>
Signed-off-by: default avatarFabio Estevam <festevam@gmail.com>
parent cdee91a0
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment