Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1204879
| From | Ludovic Desroches <ludovic.desroches@atmel.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 5/5] ARM: at91/defconfig: sama5: add PIO4 controller support |
| Date | 2015-08-11 10:40 +0200 |
| Message-ID | <pWdgd-8dF-7@gated-at.bofh.it> (permalink) |
| References | <pWd6y-82q-5@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
SAMA5D2 chip family has a new PIO controller. Signed-off-by: Ludovic Desroches <ludovic.desroches@atmel.com> --- arch/arm/mach-at91/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/mach-at91/Kconfig b/arch/arm/mach-at91/Kconfig index 89a755b..9e4067c 100644 --- a/arch/arm/mach-at91/Kconfig +++ b/arch/arm/mach-at91/Kconfig @@ -5,6 +5,7 @@ menuconfig ARCH_AT91 select COMMON_CLK_AT91 select PINCTRL select PINCTRL_AT91 + select PINCTRL_AT91PIO4 select SOC_BUS if ARCH_AT91 -- 2.5.0 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[PATCH 0/5] New Atmel PIO4 pinctrl/gpio driver Ludovic Desroches <ludovic.desroches@atmel.com> - 2015-08-11 10:30 +0200 [PATCH 1/5] pinctrl: introduce driver for Atmel PIO4 controller Ludovic Desroches <ludovic.desroches@atmel.com> - 2015-08-11 10:30 +0200 [PATCH 5/5] ARM: at91/defconfig: sama5: add PIO4 controller support Ludovic Desroches <ludovic.desroches@atmel.com> - 2015-08-11 10:40 +0200
csiph-web