diff options
author | Michal Simek <michal.simek@amd.com> | 2023-10-25 09:25:37 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2023-10-30 15:32:49 -0400 |
commit | 18370f14975ca4abb15cb9700f57d82587e620b4 (patch) | |
tree | 4f87ec26a92a88669a1fb30ea637cac3f960c523 /fs | |
parent | 54024c8021ab9ca50927e2c08df1bc95dd63d3f1 (diff) |
Kconfig: Remove all default n/no options
Similar change was done by commit b4c2c151b14b ("Kconfig: Remove all
default n/no options") and again sync is required.
default n/no doesn't need to be specified. It is default option anyway.
Signed-off-by: Michal Simek <michal.simek@amd.com>
Reviewed-by: Svyatoslav Ryhel <clamor95@gmail.com> # tegra
Reviewed-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Angelo Dureghello <angelo@kernel-space.org>
Diffstat (limited to 'fs')
-rw-r--r-- | fs/ubifs/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/ubifs/Kconfig b/fs/ubifs/Kconfig index 949b288411..690e77ef8d 100644 --- a/fs/ubifs/Kconfig +++ b/fs/ubifs/Kconfig @@ -8,7 +8,6 @@ config UBIFS_SILENCE_MSG config UBIFS_SILENCE_DEBUG_DUMP bool "UBIFS silence debug dumps" default y if UBIFS_SILENCE_MSG - default n help Make the debug dumps from UBIFS stop printing. This decreases size of U-Boot binary. |