Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rust: Hide irq::Domain behind CONFIG_IRQ_DOMAIN
IRQ domains are not supported under all architectures, so hide the Domain struct (and its implementation) behind CONFIG_IRQ_DOMAIN. This is required for CONFIG_RUST to build and run under UML. Signed-off-by: David Gow <davidgow@google.com>
- Loading branch information