Skip to content
Commit cd14b018 authored by Masahiro Yamada's avatar Masahiro Yamada
Browse files

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: default avatarMasahiro Yamada <masahiroy@kernel.org>
parent 91b69454
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment