diff options
author | 2024-02-11 21:48:08 +0900 | |
---|---|---|
committer | 2024-02-20 20:47:45 +0900 | |
commit | cd14b01846612f3f3277e97bfbecba4c8cee5ce9 (patch) | |
tree | dda57ead5ef2dd79b2fc0f8a6663fe4b8b722780 /tools/perf/scripts/python | |
parent | kconfig: use generic macros to implement symbol hashtable (diff) | |
download | wireguard-linux-cd14b01846612f3f3277e97bfbecba4c8cee5ce9.tar.xz wireguard-linux-cd14b01846612f3f3277e97bfbecba4c8cee5ce9.zip |
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>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions