Skip to content

Commit 56920d9

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 <[email protected]>
1 parent cd26850 commit 56920d9

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
@@ -455,6 +455,7 @@ CONFIG_DEVTMPFS=y
455455
CONFIG_DEVTMPFS_MOUNT=y
456456
# CONFIG_BRCMSTB_GISB_ARB is not set
457457
CONFIG_RASPBERRYPI_FIRMWARE=y
458+
CONFIG_FIRMWARE_RP1=m
458459
# CONFIG_EFI_VARS_PSTORE is not set
459460
CONFIG_MTD=m
460461
CONFIG_MTD_BLOCK=m

arch/arm64/configs/bcm2712_defconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -458,6 +458,7 @@ CONFIG_DEVTMPFS=y
458458
CONFIG_DEVTMPFS_MOUNT=y
459459
# CONFIG_BRCMSTB_GISB_ARB is not set
460460
CONFIG_RASPBERRYPI_FIRMWARE=y
461+
CONFIG_FIRMWARE_RP1=m
461462
# CONFIG_EFI_VARS_PSTORE is not set
462463
CONFIG_MTD=m
463464
CONFIG_MTD_BLOCK=m

0 commit comments

Comments
 (0)