summaryrefslogtreecommitdiffstats
path: root/configs/platform-rpi/kernelconfig
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2019-08-06 07:48:41 +0200
committerRobert Schwebel <r.schwebel@pengutronix.de>2019-08-06 07:50:59 +0200
commita7b901d51c7779871d93a793c760a21e21c5f5b0 (patch)
tree1fff04711f5bccb18424e6655936b2ddffd0b693 /configs/platform-rpi/kernelconfig
parent56422047c0a102eb58e899257ba5fc8ad1c1f802 (diff)
downloadDistroKit-a7b901d51c7779871d93a793c760a21e21c5f5b0.tar.gz
DistroKit-a7b901d51c7779871d93a793c760a21e21c5f5b0.tar.xz
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 <r.schwebel@pengutronix.de>
Diffstat (limited to 'configs/platform-rpi/kernelconfig')
-rw-r--r--configs/platform-rpi/kernelconfig2
1 files changed, 1 insertions, 1 deletions
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