aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/kbuild
diff options
context:
space:
mode:
authorMiguel Ojeda <ojeda@kernel.org>2021-12-31 20:59:25 +0100
committerMasahiro Yamada <masahiroy@kernel.org>2022-01-08 18:28:21 +0900
commitc199d5d0a79d4eb11623e0eb645b27d271f8d713 (patch)
tree4e44faa6e3ed5680a163224ce6030f6b9487ac91 /Documentation/kbuild
parentmicroblaze: use built-in function to get CPU_{MAJOR,MINOR,REV} (diff)
downloadlinux-dev-c199d5d0a79d4eb11623e0eb645b27d271f8d713.tar.xz
linux-dev-c199d5d0a79d4eb11623e0eb645b27d271f8d713.zip
doc: kbuild: fix default in `imply` table
`BAZ` takes `FOO`'s value as default (as far as `BAR` allows it). Signed-off-by: Miguel Ojeda <ojeda@kernel.org> Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Diffstat (limited to 'Documentation/kbuild')
-rw-r--r--Documentation/kbuild/kconfig-language.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/kbuild/kconfig-language.rst b/Documentation/kbuild/kconfig-language.rst
index 98c24183d8c3..93a5b6e1fabd 100644
--- a/Documentation/kbuild/kconfig-language.rst
+++ b/Documentation/kbuild/kconfig-language.rst
@@ -176,7 +176,7 @@ applicable everywhere (see syntax).
y y y Y/m/n
n m n N/m
m m m M/n
- y m n M/n
+ y m m M/n
y n * N
=== === ============= ==============