From a7b901d51c7779871d93a793c760a21e21c5f5b0 Mon Sep 17 00:00:00 2001 From: Robert Schwebel Date: Tue, 6 Aug 2019 07:48:41 +0200 Subject: kernel: deactivate CONFIG_VALIDATE_FS_PARSER The filesystem parameter description parser validation is not useful except when working on the mount interface and prints confusing messages during boot. Signed-off-by: Robert Schwebel --- configs/platform-v7a/kernelconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configs/platform-v7a/kernelconfig') diff --git a/configs/platform-v7a/kernelconfig b/configs/platform-v7a/kernelconfig index e8270e0..d9f76cb 100644 --- a/configs/platform-v7a/kernelconfig +++ b/configs/platform-v7a/kernelconfig @@ -2984,7 +2984,7 @@ CONFIG_COUNTER=y # File systems # CONFIG_DCACHE_WORD_ACCESS=y -CONFIG_VALIDATE_FS_PARSER=y +# CONFIG_VALIDATE_FS_PARSER is not set CONFIG_FS_IOMAP=y # CONFIG_EXT2_FS is not set # CONFIG_EXT3_FS is not set -- cgit v1.2.3