rust: don't select CONSTRUCTORS
authorAlice Ryhl <aliceryhl@google.com>
Fri, 8 Mar 2024 09:36:31 +0000 (09:36 +0000)
committerMiguel Ojeda <ojeda@kernel.org>
Sun, 31 Mar 2024 18:44:55 +0000 (20:44 +0200)
commit7d49f53af4b988b188d3932deac2c9c80fd7d9ce
tree5bbab112df9fa0820c3382139cacb2b628ebf4f0
parent4cece764965020c22cff7665b18a012006359095
rust: don't select CONSTRUCTORS

This was originally part of commit 4b9a68f2e59a0 ("rust: add support for
static synchronisation primitives") from the old Rust branch, which used
module constructors to initialize globals containing various
synchronisation primitives with pin-init. That commit has never been
upstreamed, but the `select CONSTRUCTORS` statement ended up being
included in the patch that initially added Rust support to the Linux
Kernel.

We are not using module constructors, so let's remove the select.

Signed-off-by: Alice Ryhl <aliceryhl@google.com>
Reviewed-by: Benno Lossin <benno.lossin@proton.me>
Cc: stable@vger.kernel.org
Fixes: 2f7ab1267dc9 ("Kbuild: add Rust support")
Link: https://lore.kernel.org/r/20240308-constructors-v1-1-4c811342391c@google.com
Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
init/Kconfig