Skip to content

Commit a8bd0ef

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 1d8d133 commit a8bd0ef

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
@@ -674,6 +674,9 @@ CONFIG_SPI_BCM2835AUX=m
674674
CONFIG_SPI_GPIO=m
675675
CONFIG_SPI_SPIDEV=m
676676
CONFIG_SPI_SLAVE=y
677+
CONFIG_PPS=m
678+
CONFIG_PPS_CLIENT_LDISC=m
679+
CONFIG_PPS_CLIENT_GPIO=m
677680
CONFIG_PINCTRL_MCP23S08=m
678681
CONFIG_GPIO_SYSFS=y
679682
CONFIG_GPIO_BCM_VIRT=y

arch/arm64/configs/bcmrpi3_defconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -611,6 +611,7 @@ CONFIG_GPIO_BCM_VIRT=y
611611
CONFIG_GPIO_PCA953X=m
612612
CONFIG_GPIO_ARIZONA=m
613613
CONFIG_GPIO_STMPE=y
614+
CONFIG_GPIO_MOCKUP=m
614615
CONFIG_W1=m
615616
CONFIG_W1_MASTER_DS2490=m
616617
CONFIG_W1_MASTER_DS2482=m

0 commit comments

Comments
 (0)