diff options
author | Robert Schwebel <r.schwebel@pengutronix.de> | 2019-08-06 07:48:41 +0200 |
---|---|---|
committer | Robert Schwebel <r.schwebel@pengutronix.de> | 2019-08-06 07:50:59 +0200 |
commit | a7b901d51c7779871d93a793c760a21e21c5f5b0 (patch) | |
tree | 1fff04711f5bccb18424e6655936b2ddffd0b693 /configs | |
parent | 56422047c0a102eb58e899257ba5fc8ad1c1f802 (diff) | |
download | DistroKit-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')
-rw-r--r-- | configs/platform-rpi/kernelconfig | 2 | ||||
-rw-r--r-- | configs/platform-v7a/kernelconfig | 2 |
2 files changed, 2 insertions, 2 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 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 |