Skip to content

Commit f164109

Browse files
authored
Merge pull request #583 from wedsonaf/depends-on-rust
gpio: pl061: update `Kconfig` to include dependency on `RUST`.
2 parents 4349c44 + 4a2d62f commit f164109

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/gpio/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -473,7 +473,7 @@ config GPIO_PL061
473473

474474
config GPIO_PL061_RUST
475475
tristate "PrimeCell PL061 GPIO support written in Rust"
476-
depends on ARM_AMBA
476+
depends on ARM_AMBA && RUST
477477
select IRQ_DOMAIN
478478
select GPIOLIB_IRQCHIP
479479
help

0 commit comments

Comments
 (0)