Skip to content

Commit 4a2d62f

Browse files
committed
gpio: pl061: update Kconfig to include dependency on RUST.
This is so that the `GPIO_PL061_RUST` can only be selected if `RUST` is also selected. Signed-off-by: Wedson Almeida Filho <[email protected]>
1 parent 4349c44 commit 4a2d62f

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)