Skip to content

Commit b94b470

Browse files
committed
configs: Restore RP1_PIO after dependency change
Having changed a Kconfig "select" to a "depends on", RP1_PIO must be explicitly enabled. Signed-off-by: Phil Elwell <phil@raspberrypi.com>
1 parent 84cf905 commit b94b470

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
@@ -463,6 +463,7 @@ CONFIG_DEVTMPFS=y
463463
CONFIG_DEVTMPFS_MOUNT=y
464464
# CONFIG_BRCMSTB_GISB_ARB is not set
465465
CONFIG_RASPBERRYPI_FIRMWARE=y
466+
CONFIG_FIRMWARE_RP1=m
466467
# CONFIG_EFI_VARS_PSTORE is not set
467468
CONFIG_MTD=m
468469
CONFIG_MTD_BLOCK=m

arch/arm64/configs/bcm2712_defconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -466,6 +466,7 @@ CONFIG_DEVTMPFS=y
466466
CONFIG_DEVTMPFS_MOUNT=y
467467
# CONFIG_BRCMSTB_GISB_ARB is not set
468468
CONFIG_RASPBERRYPI_FIRMWARE=y
469+
CONFIG_FIRMWARE_RP1=m
469470
# CONFIG_EFI_VARS_PSTORE is not set
470471
CONFIG_MTD=m
471472
CONFIG_MTD_BLOCK=m

0 commit comments

Comments
 (0)