Skip to content

Commit 041ae24

Browse files
pelwellpopcornmix
authored andcommitted
configs: Add missing PPS configs
The arm64 bcm2711_defconfig was inexplicably missing three PPS config options. Add them, along with another missing option from bcmrpi3_defconfig. See: #3593 Signed-off-by: Phil Elwell <[email protected]>
1 parent 19ea834 commit 041ae24

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

arch/arm64/configs/bcm2711_defconfig

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -669,6 +669,9 @@ CONFIG_SPI_BCM2835AUX=m
669669
CONFIG_SPI_GPIO=m
670670
CONFIG_SPI_SPIDEV=m
671671
CONFIG_SPI_SLAVE=y
672+
CONFIG_PPS=m
673+
CONFIG_PPS_CLIENT_LDISC=m
674+
CONFIG_PPS_CLIENT_GPIO=m
672675
CONFIG_PINCTRL_MCP23S08=m
673676
CONFIG_GPIO_SYSFS=y
674677
CONFIG_GPIO_BCM_VIRT=y

arch/arm64/configs/bcmrpi3_defconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -609,6 +609,7 @@ CONFIG_GPIO_BCM_VIRT=y
609609
CONFIG_GPIO_PCA953X=m
610610
CONFIG_GPIO_ARIZONA=m
611611
CONFIG_GPIO_STMPE=y
612+
CONFIG_GPIO_MOCKUP=m
612613
CONFIG_W1=m
613614
CONFIG_W1_MASTER_DS2490=m
614615
CONFIG_W1_MASTER_DS2482=m

0 commit comments

Comments
 (0)