Skip to content

Commit 84cf905

Browse files
committed
fixup! misc: Add RP1 PIO driver
Change the Kconfig dependencies so that RP1_PIO depends on FIRMWARE_RP1, rather than selecting it. Signed-off-by: Phil Elwell <phil@raspberrypi.com>
1 parent 49679ed commit 84cf905

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/misc/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ config BCM2835_SMI
1919

2020
config RP1_PIO
2121
tristate "Raspberry Pi RP1 PIO driver"
22-
select FIRMWARE_RP1
22+
depends on FIRMWARE_RP1 || COMPILE_TEST
2323
default n
2424
help
2525
Driver providing control of the Raspberry Pi PIO block, as found in

0 commit comments

Comments
 (0)