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-rpi/kernelconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configs/platform-rpi') diff --git a/configs/platform-rpi/kernelconfig b/configs/platform-rpi/kernelconfig index 256795d..fab6b46 100644 --- a/configs/platform-rpi/kernelconfig +++ b/configs/platform-rpi/kernelconfig @@ -2885,7 +2885,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