Skip to content

Commit 901f18a

Browse files
committed
configs: Enable the pwm-pio-rp1 driver
Enable building of the pwm-pio-rp1 driver, which is Pi 5-specific. Signed-off-by: Phil Elwell <[email protected]>
1 parent 4d20aad commit 901f18a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

arch/arm64/configs/bcm2711_defconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1514,6 +1514,7 @@ CONFIG_PWM_BCM2835=m
15141514
CONFIG_PWM_BRCMSTB=y
15151515
CONFIG_PWM_GPIO=m
15161516
CONFIG_PWM_PCA9685=m
1517+
CONFIG_PWM_PIO_RP1=m
15171518
CONFIG_PWM_RASPBERRYPI_POE=m
15181519
CONFIG_PWM_RP1=y
15191520
CONFIG_BCM2712_MIP=y

arch/arm64/configs/bcm2712_defconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1517,6 +1517,7 @@ CONFIG_PWM_BCM2835=m
15171517
CONFIG_PWM_BRCMSTB=y
15181518
CONFIG_PWM_GPIO=m
15191519
CONFIG_PWM_PCA9685=m
1520+
CONFIG_PWM_PIO_RP1=m
15201521
CONFIG_PWM_RASPBERRYPI_POE=m
15211522
CONFIG_PWM_RP1=y
15221523
CONFIG_BCM2712_MIP=y

0 commit comments

Comments
 (0)