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

Paolo Pisati paolo.pisati at canonical.com
Fri Jan 11 14:17:49 UTC 2019


BugLink: http://bugs.launchpad.net/bugs/1808366

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

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.
-- 
2.7.4




More information about the kernel-team mailing list