treewide: replace or remove redundant def_bool in Kconfig files
authorMasahiro Yamada <masahiroy@kernel.org>
Sun, 11 Feb 2024 12:48:08 +0000 (21:48 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Tue, 20 Feb 2024 11:47:45 +0000 (20:47 +0900)
commitcd14b01846612f3f3277e97bfbecba4c8cee5ce9
treedda57ead5ef2dd79b2fc0f8a6663fe4b8b722780
parent91b69454f93d1c905f3a56bb39856db9a220c791
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>
arch/parisc/Kconfig
arch/riscv/kernel/tests/Kconfig.debug
arch/x86/kvm/Kconfig
arch/x86/xen/Kconfig
drivers/acpi/Kconfig
drivers/iommu/intel/Kconfig
drivers/md/Kconfig
init/Kconfig
lib/Kconfig.debug
mm/Kconfig
net/dccp/ccids/Kconfig