aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/Kconfig
diff options
context:
space:
mode:
authorJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2012-07-12 11:35:02 -0400
committerJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2012-10-12 21:21:43 -0400
commit6732ae5cb47c4f9a72727585956f2a5e069d1637 (patch)
tree8d350c462f7b29e6bd033aadd7a2607bc160a487 /arch/arm/Kconfig
parent97e5e625248e588de234aa5134cebbf969618dcf (diff)
ARM: at91: add pinctrl support
This is also include the gpio controller as the IP share both. Each soc will have to describe the SoC limitation and pin configuration via DT. This will allow to do not need to touch the C code when adding new SoC if the IP version is supported. Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r--arch/arm/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 431c3753145a..3d7f11fe610d 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -329,6 +329,8 @@ config ARCH_AT91
329 select IRQ_DOMAIN 329 select IRQ_DOMAIN
330 select NEED_MACH_GPIO_H 330 select NEED_MACH_GPIO_H
331 select NEED_MACH_IO_H if PCCARD 331 select NEED_MACH_IO_H if PCCARD
332 select PINCTRL
333 select PINCTRL_AT91 if USE_OF
332 help 334 help
333 This enables support for systems based on Atmel 335 This enables support for systems based on Atmel
334 AT91RM9200 and AT91SAM9* processors. 336 AT91RM9200 and AT91SAM9* processors.