diff --git a/init/Kconfig b/init/Kconfig index 9d2d2635f6fb..a3432dd96208 100644 --- a/init/Kconfig +++ b/init/Kconfig @@ -1983,7 +1983,8 @@ config RUST select CFI_ICALL_NORMALIZE_INTEGERS if CFI_CLANG depends on !CALL_PADDING || RUSTC_VERSION >= 108100 depends on !KASAN_SW_TAGS - depends on !(MITIGATION_RETHUNK && KASAN) || RUSTC_VERSION >= 108300 + # ANDROID: This version number has been changed due to backports in Android's compiler. + depends on !(MITIGATION_RETHUNK && KASAN) || RUSTC_VERSION >= 108200 help Enables Rust support in the kernel.