diff options
author | Arnd Bergmann <arnd@arndb.de> | 2014-07-23 22:49:24 +0200 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2014-07-23 22:54:06 +0200 |
commit | 60c70c8c58d8cde3813e730d4e753531f292a1f0 (patch) | |
tree | 2178f74dc89ef210cb9100763adc138f2a8d8e09 /arch/arm/Makefile | |
parent | f37ac9e5a47d72eab5185b0ddc14dfc943cc9589 (diff) | |
parent | afaedea451149ab8f08c37ce688c8021ed347811 (diff) | |
download | linux-60c70c8c58d8cde3813e730d4e753531f292a1f0.tar.bz2 |
Merge tag 'v3.17-next-mediatek-support' of https://github.com/mbgg/linux-mediatek into next/soc
Merge basic support for the Mediatek Cortex-A7 SoCs from Matthias Brugger:
Support is quite basic, as the only component working up to now are the
timers.
* tag 'v3.17-next-mediatek-support' of https://github.com/mbgg/linux-mediatek:
arm: mediatek: add dts for Aquaris5 mobile phone
dt-bindings: add documentation for Mediatek SoC
arm: add basic support for Mediatek MT6589 boards
Signed-off-by: Matthias Brugger matthias.bgg@gmail.com
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/Makefile')
-rw-r--r-- | arch/arm/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/Makefile b/arch/arm/Makefile index 433a6f1b218f..1e44549c0406 100644 --- a/arch/arm/Makefile +++ b/arch/arm/Makefile @@ -171,6 +171,7 @@ machine-$(CONFIG_ARCH_MSM) += msm machine-$(CONFIG_ARCH_MV78XX0) += mv78xx0 machine-$(CONFIG_ARCH_MVEBU) += mvebu machine-$(CONFIG_ARCH_MXC) += imx +machine-$(CONFIG_ARCH_MEDIATEK) += mediatek machine-$(CONFIG_ARCH_MXS) += mxs machine-$(CONFIG_ARCH_NETX) += netx machine-$(CONFIG_ARCH_NOMADIK) += nomadik |