]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
docs: rust: general-information: simplify Kconfig example
authorMiguel Ojeda <ojeda@kernel.org>
Sun, 5 Apr 2026 23:53:05 +0000 (01:53 +0200)
committerMiguel Ojeda <ojeda@kernel.org>
Tue, 7 Apr 2026 08:00:25 +0000 (10:00 +0200)
commit9375ea727d7e5c0459c2423d2afccad78cc72187
tree8ac994d7e6744711a9426bd502f97dcfcec27287
parenta4392ed1c8b985e0a3dbad2739445e52c1c5543c
docs: rust: general-information: simplify Kconfig example

There is no need to use `def_bool y if <expr>` -- one can simply write
`def_bool <expr>`.

In fact, the simpler form is how we actually use them in practice in
`init/Kconfig`.

Thus simplify the example.

Reviewed-by: Tamir Duberstein <tamird@kernel.org>
Reviewed-by: Gary Guo <gary@garyguo.net>
Link: https://patch.msgid.link/20260405235309.418950-30-ojeda@kernel.org
Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
Documentation/rust/general-information.rst