mirror of
https://github.com/torvalds/linux.git
synced 2026-04-27 11:02:31 -04:00
treewide: replace or remove redundant def_bool in Kconfig files
'def_bool X' is a shorthand for 'bool' plus 'default X'. 'def_bool' is redundant where 'bool' is already present, so 'def_bool X' can be replaced with 'default X', or removed if X is 'n'. Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
This commit is contained in:
@@ -6,7 +6,7 @@ config AS_HAS_ULEB128
|
||||
|
||||
menuconfig RUNTIME_KERNEL_TESTING_MENU
|
||||
bool "arch/riscv/kernel runtime Testing"
|
||||
def_bool y
|
||||
default y
|
||||
help
|
||||
Enable riscv kernel runtime testing.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user