Skip to content

Commit

Permalink
doc: kbuild: fix default in imply table
Browse files Browse the repository at this point in the history
`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>
  • Loading branch information
Miguel Ojeda authored and Masahiro Yamada committed Jan 8, 2022
1 parent c0ee9bb commit c199d5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/kbuild/kconfig-language.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
=== === ============= ==============

Expand Down

0 comments on commit c199d5d

Please sign in to comment.