Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1315733
| From | Masahiro Yamada <yamada.masahiro@socionext.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH] ARM: pxa: let PXA27x select PINCTRL |
| Date | 2016-01-23 20:30 +0100 |
| Message-ID | <qUc2K-7pM-5@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
To use the newly added PXA27x pinctrl driver, this commit is needed
as well as commit 4b15ec9d42b2 ("pinctrl: activate pxa architecture").
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
---
arch/arm/mach-pxa/Kconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/arm/mach-pxa/Kconfig b/arch/arm/mach-pxa/Kconfig
index f096836..35bc0fe 100644
--- a/arch/arm/mach-pxa/Kconfig
+++ b/arch/arm/mach-pxa/Kconfig
@@ -618,6 +618,7 @@ config PXA25x
config PXA27x
bool
select CPU_XSCALE
+ select PINCTRL
help
Select code specific to PXA27x variants
--
1.9.1
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH] ARM: pxa: let PXA27x select PINCTRL Masahiro Yamada <yamada.masahiro@socionext.com> - 2016-01-23 20:30 +0100
Re: [PATCH] ARM: pxa: let PXA27x select PINCTRL Robert Jarzmik <robert.jarzmik@free.fr> - 2016-01-23 23:10 +0100
Re: [PATCH] ARM: pxa: let PXA27x select PINCTRL Arnd Bergmann <arnd@arndb.de> - 2016-01-24 00:10 +0100
Re: [PATCH] ARM: pxa: let PXA27x select PINCTRL Robert Jarzmik <robert.jarzmik@free.fr> - 2016-01-24 21:40 +0100
Re: [PATCH] ARM: pxa: let PXA27x select PINCTRL Arnd Bergmann <arnd@arndb.de> - 2016-01-24 22:40 +0100
Re: [PATCH] ARM: pxa: let PXA27x select PINCTRL Masahiro Yamada <yamada.masahiro@socionext.com> - 2016-01-25 03:10 +0100
Re: [PATCH] ARM: pxa: let PXA27x select PINCTRL Robert Jarzmik <robert.jarzmik@free.fr> - 2016-01-26 21:20 +0100
csiph-web