Skip to content

Commit 643215f

Browse files
committed
configs: Enable the WS2812_PIO_RP1 driver
Enable the WS2812_PIO_RP1 driver in both the defconfig files that support the Pi 5 family. Signed-off-by: Phil Elwell <phil@raspberrypi.com>
1 parent 1c2101d commit 643215f

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
@@ -484,6 +484,7 @@ CONFIG_BLK_DEV_RBD=m
484484
CONFIG_BLK_DEV_NVME=y
485485
CONFIG_NVME_HWMON=y
486486
CONFIG_RP1_PIO=m
487+
CONFIG_WS2812_PIO_RP1=m
487488
CONFIG_SRAM=y
488489
CONFIG_EEPROM_AT24=m
489490
CONFIG_EEPROM_AT25=m

arch/arm64/configs/bcm2712_defconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -487,6 +487,7 @@ CONFIG_BLK_DEV_RBD=m
487487
CONFIG_BLK_DEV_NVME=y
488488
CONFIG_NVME_HWMON=y
489489
CONFIG_RP1_PIO=m
490+
CONFIG_WS2812_PIO_RP1=m
490491
CONFIG_SRAM=y
491492
CONFIG_EEPROM_AT24=m
492493
CONFIG_EEPROM_AT25=m

0 commit comments

Comments
 (0)