mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 14:11:52 +00: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> |
||
---|---|---|
.. | ||
module_test | ||
Kconfig.debug | ||
Makefile |