Skip to content

Commit f85f350

Browse files
committed
pwm: Improve PWM_PIO_RP1 dependencies
PWM_PIO_RP1 should select RP1_PIO, as it is useless without it. Signed-off-by: Phil Elwell <[email protected]>
1 parent 0da5bec commit f85f350

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/pwm/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -468,6 +468,7 @@ config PWM_PCA9685
468468
config PWM_PIO_RP1
469469
tristate "RP1 PIO PWM support"
470470
depends on FIRMWARE_RP1 || COMPILE_TEST
471+
select RP1_PIO
471472
help
472473
This is a PWM framework driver for Raspberry Pi 5, using the PIO
473474
hardware of RP1 to provide PWM functionality. Supports up to 4

0 commit comments

Comments
 (0)