Skip to content

Commit fe4306c

Browse files
pelwellcminyard
authored andcommitted
configs: Add missing PPS configs
Source: kernel.org MR: 103889 Type: Enhancement Disposition: Merged from https://github.com/raspberrypi/linux.git rpi-5.4.y ChangeID: 6858dfa860f51057cc20e65edea8298d85b1bd18 Description: The arm64 bcm2711_defconfig was inexplicably missing three PPS config options. Add them, along with another missing option from bcmrpi3_defconfig. See: raspberrypi/linux#3593 Signed-off-by: Phil Elwell <[email protected]> Signed-off-by: Corey Minyard <[email protected]>
1 parent dc76120 commit fe4306c

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)