Skip to content

Commit 05df566

Browse files
pelwellpopcornmix
authored andcommitted
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 <phil@raspberrypi.com>
1 parent 1f9281a commit 05df566

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
@@ -1526,6 +1526,7 @@ CONFIG_PWM_BCM2835=m
15261526
CONFIG_PWM_BRCMSTB=y
15271527
CONFIG_PWM_GPIO=m
15281528
CONFIG_PWM_PCA9685=m
1529+
CONFIG_PWM_PIO_RP1=m
15291530
CONFIG_PWM_RASPBERRYPI_POE=m
15301531
CONFIG_PWM_RP1=y
15311532
CONFIG_BCM2712_MIP=y

arch/arm64/configs/bcm2712_defconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1529,6 +1529,7 @@ CONFIG_PWM_BCM2835=m
15291529
CONFIG_PWM_BRCMSTB=y
15301530
CONFIG_PWM_GPIO=m
15311531
CONFIG_PWM_PCA9685=m
1532+
CONFIG_PWM_PIO_RP1=m
15321533
CONFIG_PWM_RASPBERRYPI_POE=m
15331534
CONFIG_PWM_RP1=y
15341535
CONFIG_BCM2712_MIP=y

0 commit comments

Comments
 (0)