/linux/arch/riscv/kernel/tests/ |
H A D | Kconfig.debug | diff cd14b01846612f3f3277e97bfbecba4c8cee5ce9 Sun Feb 11 13:48:08 CET 2024 Masahiro Yamada <masahiroy@kernel.org> 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>
|
/linux/net/dccp/ccids/ |
H A D | Kconfig | diff cd14b01846612f3f3277e97bfbecba4c8cee5ce9 Sun Feb 11 13:48:08 CET 2024 Masahiro Yamada <masahiroy@kernel.org> 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>
|
/linux/arch/x86/xen/ |
H A D | Kconfig | diff cd14b01846612f3f3277e97bfbecba4c8cee5ce9 Sun Feb 11 13:48:08 CET 2024 Masahiro Yamada <masahiroy@kernel.org> 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>
|
/linux/drivers/md/ |
H A D | Kconfig | diff cd14b01846612f3f3277e97bfbecba4c8cee5ce9 Sun Feb 11 13:48:08 CET 2024 Masahiro Yamada <masahiroy@kernel.org> 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>
|
/linux/arch/parisc/ |
H A D | Kconfig | diff cd14b01846612f3f3277e97bfbecba4c8cee5ce9 Sun Feb 11 13:48:08 CET 2024 Masahiro Yamada <masahiroy@kernel.org> 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>
|
/linux/drivers/acpi/ |
H A D | Kconfig | diff cd14b01846612f3f3277e97bfbecba4c8cee5ce9 Sun Feb 11 13:48:08 CET 2024 Masahiro Yamada <masahiroy@kernel.org> 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>
|
/linux/mm/ |
H A D | Kconfig | diff cd14b01846612f3f3277e97bfbecba4c8cee5ce9 Sun Feb 11 13:48:08 CET 2024 Masahiro Yamada <masahiroy@kernel.org> 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>
|
/linux/init/ |
H A D | Kconfig | diff cd14b01846612f3f3277e97bfbecba4c8cee5ce9 Sun Feb 11 13:48:08 CET 2024 Masahiro Yamada <masahiroy@kernel.org> 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>
|
/linux/lib/ |
H A D | Kconfig.debug | diff cd14b01846612f3f3277e97bfbecba4c8cee5ce9 Sun Feb 11 13:48:08 CET 2024 Masahiro Yamada <masahiroy@kernel.org> 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>
|