mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-11 13:27:06 +09:00
cd14b01846
'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>