Skip to content

Commit 971a935

Browse files
committed
treewide: Kconfig: remove default n
`default n` is already the default. Suggested-by: Russell King (Oracle) <[email protected]> Signed-off-by: Miguel Ojeda <[email protected]>
1 parent 3b54404 commit 971a935

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

drivers/android/Kconfig

-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ config ANDROID_BINDER_IPC
2323
config ANDROID_BINDER_IPC_RUST
2424
bool "Android Binder IPC Driver in Rust"
2525
depends on MMU && RUST
26-
default n
2726
help
2827
Implementation of the Binder IPC in Rust.
2928

init/Kconfig

-1
Original file line numberDiff line numberDiff line change
@@ -2060,7 +2060,6 @@ config RUST
20602060
depends on !MODVERSIONS
20612061
depends on !GCC_PLUGIN_RANDSTRUCT
20622062
select CONSTRUCTORS
2063-
default n
20642063
help
20652064
Enables Rust support in the kernel.
20662065

lib/Kconfig.debug

-1
Original file line numberDiff line numberDiff line change
@@ -2691,7 +2691,6 @@ menu "Rust hacking"
26912691

26922692
config RUST_DEBUG_ASSERTIONS
26932693
bool "Debug assertions"
2694-
default n
26952694
depends on RUST
26962695
help
26972696
Enables rustc's `-Cdebug-assertions` codegen option.

0 commit comments

Comments
 (0)