Re: [PATCH RFC 01/20] rust_binder: define a Rust binder driver

From: Alice Ryhl
Date: Wed Nov 08 2023 - 05:38:27 EST


Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> writes:
> On Wed, Nov 01, 2023 at 06:01:31PM +0000, Alice Ryhl wrote:
>> +config ANDROID_BINDER_IPC_RUST
>> + bool "Android Binder IPC Driver in Rust"
>> + depends on MMU && RUST
>
> Can RUST even build on non-mmu systems?

I don't know, but if it could, then the dependencies of this RFC
probably broke that. I guess this depends on is in the wrong place.

Alice