diff options
author | Olof Johansson <olof@lixom.net> | 2015-04-03 14:47:11 -0700 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2015-04-03 14:47:11 -0700 |
commit | bb1518f39bec1b3061425ad378793cf9c4bdb3d2 (patch) | |
tree | 26226f353511e32b3514c210f1462414eaa89beb /arch/arm64/Kconfig | |
parent | 2b01311afc120ffb0ce5ec94721a77f05c84763f (diff) | |
parent | 359f9365d3f8d0d62683344807c986ec7d711b59 (diff) | |
download | op-kernel-dev-bb1518f39bec1b3061425ad378793cf9c4bdb3d2.zip op-kernel-dev-bb1518f39bec1b3061425ad378793cf9c4bdb3d2.tar.gz |
Merge tag 'v4.0-next-arm64' of https://github.com/mbgg/linux-mediatek into next/arm64
Merge "ARM: mediatek: arm64 changes for 4.1" from Matthias Brugger:
- Select PINCTRL for Mediatek platform
- Add pinctrl/GPIO/EINT node for mt8173.
* tag 'v4.0-next-arm64' of https://github.com/mbgg/linux-mediatek:
arm64: dts: mt8173: Add pinctrl/GPIO/EINT node for mt8173.
arm64: mediatek: Select PINCTRL for Mediatek platform
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch/arm64/Kconfig')
-rw-r--r-- | arch/arm64/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig index 3a73fce..5243067 100644 --- a/arch/arm64/Kconfig +++ b/arch/arm64/Kconfig @@ -174,6 +174,7 @@ config ARCH_FSL_LS2085A config ARCH_MEDIATEK bool "Mediatek MT65xx & MT81xx ARMv8 SoC" select ARM_GIC + select PINCTRL help Support for Mediatek MT65xx & MT81xx ARMv8 SoCs |