Procházet zdrojové kódy

[ARM] 4376/1: Selects GENERIC_GPIO for ARCH_IXP4XX in Kconfig

Selects GENERIC_GPIO for ARCH_IXP4XX in Kconfig.

IXP4XX has generic GPIO support; however, ARCH_IXP4XX
Kconfig entry currently does not select GENERIC_GPIO like other
arch entries.

Signed-off-by: Milan Svoboda <msvoboda@ra.rockwell.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Milan Svoboda před 18 roky
rodič
revize
8858e9afdf
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  1. 1 0
      arch/arm/Kconfig

+ 1 - 0
arch/arm/Kconfig

@@ -287,6 +287,7 @@ config ARCH_IXP2000
 config ARCH_IXP4XX
 	bool "IXP4xx-based"
 	depends on MMU
+	select GENERIC_GPIO
 	select GENERIC_TIME
 	select GENERIC_CLOCKEVENTS
 	help