From 9c66638412cd2162f02f9beb12f5495bfe650d03 Mon Sep 17 00:00:00 2001 From: Russell King Date: Mon, 11 Dec 2017 18:56:35 +0000 Subject: ARM: pxa/lubbock: add GPIO driver for LUB_MISC_WR register Add a gpio driver for the lubbock miscellaneous write IO register so we can take advantage of subsystems modelled around gpiolib, rather than having to provide platform specific callbacks. Signed-off-by: Russell King Reviewed-by: Linus Walleij Signed-off-by: Robert Jarzmik --- arch/arm/mach-pxa/Kconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'arch/arm/mach-pxa/Kconfig') diff --git a/arch/arm/mach-pxa/Kconfig b/arch/arm/mach-pxa/Kconfig index ce7d97babb0f..a68b34183107 100644 --- a/arch/arm/mach-pxa/Kconfig +++ b/arch/arm/mach-pxa/Kconfig @@ -40,6 +40,7 @@ config MACH_PXA3XX_DT config ARCH_LUBBOCK bool "Intel DBPXA250 Development Platform (aka Lubbock)" + select GPIO_REG select PXA25x select SA1111 -- cgit v1.2.3