[PATCH v5 2/3] ARM: bcm281xx: Enable GPIO driver
From: Linus Walleij <hidden>
Date: 2013-08-29 18:40:41
Also in:
linux-devicetree
On Thu, Aug 29, 2013 at 12:16 AM, Markus Mayer [off-list ref] wrote:
This patch adds the Kconfig and Makefile glue to compile the GPIO driver for bcm281xx when CONFIG_GPIO_BCM=y. Signed-off-by: Markus Mayer <redacted> Reviewed-by: Tim Kryger <redacted> Reviewed-by: Matt Porter <redacted>
(...)
quoted hunk ↗ jump to hunk
diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig index b2450ba..b68e9b5 100644 --- a/drivers/gpio/Kconfig +++ b/drivers/gpio/Kconfig@@ -714,6 +714,11 @@ config GPIO_MSIC Enable support for GPIO on intel MSIC controllers found in intel MID devices +config GPIO_BCM_KONA + bool "Broadcom Kona GPIO" + help + Turn on GPIO support for Broadcom "Kona" chips. + comment "USB GPIO expanders:" config GPIO_VIPERBOARDdiff --git a/drivers/gpio/Makefile b/drivers/gpio/Makefile index ef3e983..fcd0751 100644 --- a/drivers/gpio/Makefile +++ b/drivers/gpio/Makefile@@ -16,6 +16,7 @@ obj-$(CONFIG_GPIO_ADP5520) += gpio-adp5520.o obj-$(CONFIG_GPIO_ADP5588) += gpio-adp5588.o obj-$(CONFIG_GPIO_AMD8111) += gpio-amd8111.o obj-$(CONFIG_GPIO_ARIZONA) += gpio-arizona.o +obj-$(CONFIG_GPIO_BCM_KONA) += gpio-bcm-kona.o obj-$(CONFIG_GPIO_BT8XX) += gpio-bt8xx.o obj-$(CONFIG_GPIO_CLPS711X) += gpio-clps711x.o obj-$(CONFIG_GPIO_CS5535) += gpio-cs5535.o
Move these two hunks of the patch over to patch 1. I prefer to have the driver added along with the Kconfig and Makefile changes. Yours, Linus Walleij