diff --git a/init/Kconfig b/init/Kconfig
index 537f01eba2e6fccf116c089eb2c79cf9ad29c90a..4cd3fc82b09e55aced2128c8245be52be4e85197 100644
--- a/init/Kconfig
+++ b/init/Kconfig
@@ -1924,6 +1924,7 @@ config RUST
 	depends on !MODVERSIONS
 	depends on !GCC_PLUGINS
 	depends on !RANDSTRUCT
+	depends on !SHADOW_CALL_STACK
 	depends on !DEBUG_INFO_BTF || PAHOLE_HAS_LANG_EXCLUDE
 	help
 	  Enables Rust support in the kernel.