Skip to content

Commit 7aa52f3

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 <[email protected]>
1 parent 4a8f2b3 commit 7aa52f3

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
@@ -476,6 +476,7 @@ CONFIG_BLK_DEV_RBD=m
476476
CONFIG_BLK_DEV_NVME=y
477477
CONFIG_NVME_HWMON=y
478478
CONFIG_RP1_PIO=m
479+
CONFIG_WS2812_PIO_RP1=m
479480
CONFIG_SRAM=y
480481
CONFIG_EEPROM_AT24=m
481482
CONFIG_EEPROM_AT25=m

arch/arm64/configs/bcm2712_defconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -479,6 +479,7 @@ CONFIG_BLK_DEV_RBD=m
479479
CONFIG_BLK_DEV_NVME=y
480480
CONFIG_NVME_HWMON=y
481481
CONFIG_RP1_PIO=m
482+
CONFIG_WS2812_PIO_RP1=m
482483
CONFIG_SRAM=y
483484
CONFIG_EEPROM_AT24=m
484485
CONFIG_EEPROM_AT25=m

0 commit comments

Comments
 (0)