change "default y/m" to "default y/n" add " should be "default y" " in default section d) Signed-off-by: SangYuhiter <sangyu.code@xxxxxxxxx> --- Documentation/kbuild/kconfig-language.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/kbuild/kconfig-language.rst b/Documentation/kbuild/kconfig-language.rst index a7173843a294..ae3add11d5e7 100644 --- a/Documentation/kbuild/kconfig-language.rst +++ b/Documentation/kbuild/kconfig-language.rst @@ -92,7 +92,7 @@ applicable everywhere (see syntax). release to release. Note: - Things that merit "default y/m" include: + Things that merit "default y/n" include: a) A new Kconfig option for something that used to always be built should be "default y". @@ -105,7 +105,7 @@ applicable everywhere (see syntax). "default n". This allows you to provide sane defaults. d) Hardware or infrastructure that everybody expects, such as CONFIG_NET - or CONFIG_BLOCK. These are rare exceptions. + or CONFIG_BLOCK, should be "default y". These are rare exceptions. - type definition + default value:: -- 2.17.1