mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00

CONFIG_RUST depends on !CONFIG_GCC_PLUGINS. Disable CONFIG_GCC_PLUGINS in rust/config file to make sure it doesn't get enabled. Signed-off-by: Anders Roxell <anders.roxell@linaro.org> Acked-by: Miguel Ojeda <ojeda@kernel.org> Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
6 lines
141 B
Text
6 lines
141 B
Text
# CONFIG_GCC_PLUGINS is not set
|
|
CONFIG_RUST=y
|
|
CONFIG_SAMPLES=y
|
|
CONFIG_SAMPLES_RUST=y
|
|
CONFIG_SAMPLE_RUST_MINIMAL=m
|
|
CONFIG_SAMPLE_RUST_PRINT=m
|