File tree 3 files changed +0
-3
lines changed
3 files changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,6 @@ config ANDROID_BINDER_IPC
23
23
config ANDROID_BINDER_IPC_RUST
24
24
bool "Android Binder IPC Driver in Rust"
25
25
depends on MMU && RUST
26
- default n
27
26
help
28
27
Implementation of the Binder IPC in Rust.
29
28
Original file line number Diff line number Diff line change @@ -2060,7 +2060,6 @@ config RUST
2060
2060
depends on !MODVERSIONS
2061
2061
depends on !GCC_PLUGIN_RANDSTRUCT
2062
2062
select CONSTRUCTORS
2063
- default n
2064
2063
help
2065
2064
Enables Rust support in the kernel.
2066
2065
Original file line number Diff line number Diff line change @@ -2691,7 +2691,6 @@ menu "Rust hacking"
2691
2691
2692
2692
config RUST_DEBUG_ASSERTIONS
2693
2693
bool "Debug assertions"
2694
- default n
2695
2694
depends on RUST
2696
2695
help
2697
2696
Enables rustc's `-Cdebug-assertions` codegen option.
You can’t perform that action at this time.
0 commit comments