mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
core/linux-raspberrypi4: support PCA953X GPIO expander
This commit is contained in:
parent
2060dd96b4
commit
6e38657175
3 changed files with 4 additions and 4 deletions
|
@ -31,9 +31,9 @@ md5sums=('41e3dc24695b5226a541c1300b2283f4'
|
|||
'f66a7ea3feb708d398ef57e4da4815e9'
|
||||
'ce6c81ad1ad1f8b333fd6077d47abdaf'
|
||||
'441ec084c47cddc53e592fb0cbce4edf')
|
||||
md5sums_armv7h=('acb34d1330e985332f8d4547eada6380'
|
||||
md5sums_armv7h=('be22026fa314f2bee0c2ab93f3040801'
|
||||
'9669d916a5929a2eedbd64477f83d99e')
|
||||
md5sums_aarch64=('4f0b716bd37d0b4e596a2d80d6a4ebd6'
|
||||
md5sums_aarch64=('1edf0d78e0c5f5eacad12b36d975f170'
|
||||
'9669d916a5929a2eedbd64477f83d99e')
|
||||
|
||||
# setup vars
|
||||
|
|
|
@ -3637,7 +3637,7 @@ CONFIG_GPIO_BCM_VIRT=y
|
|||
# CONFIG_GPIO_MAX7300 is not set
|
||||
# CONFIG_GPIO_MAX732X is not set
|
||||
CONFIG_GPIO_PCA953X=m
|
||||
# CONFIG_GPIO_PCA953X_IRQ is not set
|
||||
CONFIG_GPIO_PCA953X_IRQ=y
|
||||
# CONFIG_GPIO_PCA9570 is not set
|
||||
CONFIG_GPIO_PCF857X=m
|
||||
# CONFIG_GPIO_TPIC2810 is not set
|
||||
|
|
|
@ -3638,7 +3638,7 @@ CONFIG_GPIO_BCM_VIRT=y
|
|||
# CONFIG_GPIO_MAX7300 is not set
|
||||
# CONFIG_GPIO_MAX732X is not set
|
||||
CONFIG_GPIO_PCA953X=m
|
||||
# CONFIG_GPIO_PCA953X_IRQ is not set
|
||||
CONFIG_GPIO_PCA953X_IRQ=y
|
||||
# CONFIG_GPIO_PCA9570 is not set
|
||||
CONFIG_GPIO_PCF857X=m
|
||||
# CONFIG_GPIO_TPIC2810 is not set
|
||||
|
|
Loading…
Reference in a new issue