printf: Remove unused 'bprintf'
[drm/drm-misc.git] / samples / rust / Kconfig
blobb0f74a81c8f9ad24c9dc1ca057f83531156084aa
1 # SPDX-License-Identifier: GPL-2.0
3 menuconfig SAMPLES_RUST
4         bool "Rust samples"
5         depends on RUST
6         help
7           You can build sample Rust kernel code here.
9           If unsure, say N.
11 if SAMPLES_RUST
13 config SAMPLE_RUST_MINIMAL
14         tristate "Minimal"
15         help
16           This option builds the Rust minimal module sample.
18           To compile this as a module, choose M here:
19           the module will be called rust_minimal.
21           If unsure, say N.
23 config SAMPLE_RUST_PRINT
24         tristate "Printing macros"
25         help
26           This option builds the Rust printing macros sample.
28           To compile this as a module, choose M here:
29           the module will be called rust_print.
31           If unsure, say N.
33 config SAMPLE_RUST_HOSTPROGS
34         bool "Host programs"
35         help
36           This option builds the Rust host program samples.
38           If unsure, say N.
40 endif # SAMPLES_RUST