diff mbox series

[4/8] UBUNTU: SAUCE: make it build on bcm2709

Message ID 1547216273-19433-5-git-send-email-paolo.pisati@canonical.com
State New
Headers show
Series Fix led triggers on Rpi3b+ | expand

Commit Message

Paolo Pisati Jan. 11, 2019, 2:17 p.m. UTC
BugLink: http://bugs.launchpad.net/bugs/1808366

Signed-off-by: Paolo Pisati <paolo.pisati@canonical.com>
---
 drivers/gpio/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig
index f2eaf8b..1eb9032 100644
--- a/drivers/gpio/Kconfig
+++ b/drivers/gpio/Kconfig
@@ -129,7 +129,7 @@  config GPIO_AMDPT
 
 config GPIO_BCM_EXP
 	bool "Broadcom Exp GPIO"
-	depends on OF_GPIO && RASPBERRYPI_FIRMWARE && (ARCH_BCM2835 || COMPILE_TEST)
+	depends on OF_GPIO && RASPBERRYPI_FIRMWARE && (ARCH_BCM2709 || COMPILE_TEST)
 	help
 	  Turn on GPIO support for Broadcom chips using the firmware mailbox
 	  to communicate with VideoCore on BCM283x chips.