Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1243300
| From | Jisheng Zhang <jszhang@marvell.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v5 4/7] arm64: berlin: add the pinctrl dependency for Marvell Berlin SoCs |
| Date | 2015-10-09 14:10 +0200 |
| Message-ID | <qhEEO-1EV-21@gated-at.bofh.it> (permalink) |
| References | <qhEEN-1EV-3@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
This is to add the pinctrl dependency for Marvell Berlin SoCs. Signed-off-by: Jisheng Zhang <jszhang@marvell.com> --- arch/arm64/Kconfig.platforms | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms index c6e2c75..3d17ee2 100644 --- a/arch/arm64/Kconfig.platforms +++ b/arch/arm64/Kconfig.platforms @@ -9,6 +9,7 @@ config ARCH_BERLIN bool "Marvell Berlin SoC Family" select ARCH_REQUIRE_GPIOLIB select DW_APB_ICTL + select PINCTRL help This enables support for Marvell Berlin SoC Family -- 2.6.1 -- 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 | Next in thread | Find similar | Unroll thread
[PATCH v5 0/7] arm64: berlin: add pinctrl support Jisheng Zhang <jszhang@marvell.com> - 2015-10-09 14:10 +0200
[PATCH v5 3/7] pinctrl: berlin: add the berlin4ct pinctrl driver Jisheng Zhang <jszhang@marvell.com> - 2015-10-09 14:10 +0200
Re: [PATCH v5 3/7] pinctrl: berlin: add the berlin4ct pinctrl driver Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com> - 2015-10-16 00:00 +0200
[PATCH v5 7/7] arm64: dts: berlin4ct: add default pinmux for uart0 Jisheng Zhang <jszhang@marvell.com> - 2015-10-09 14:10 +0200
[PATCH v5 4/7] arm64: berlin: add the pinctrl dependency for Marvell Berlin SoCs Jisheng Zhang <jszhang@marvell.com> - 2015-10-09 14:10 +0200
Re: [PATCH v5 0/7] arm64: berlin: add pinctrl support Antoine Tenart <antoine.tenart@free-electrons.com> - 2015-10-11 00:40 +0200
Re: [PATCH v5 0/7] arm64: berlin: add pinctrl support Jisheng Zhang <jszhang@marvell.com> - 2015-10-12 04:50 +0200
Re: [PATCH v5 0/7] arm64: berlin: add pinctrl support Antoine Tenart <antoine.tenart@free-electrons.com> - 2015-10-11 00:50 +0200
Re: [PATCH v5 0/7] arm64: berlin: add pinctrl support Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com> - 2015-10-16 00:00 +0200
csiph-web