aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-mediatek/Kconfig
Commit message (Collapse)AuthorAge
* ARM: mediatek: enable the pin controllerMatthias Brugger2015-03-10
| | | | | | This patch enables the pin controller for Mediatek SoCs. Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
* ARM: mediatek: Add config options for mediatek SoCs.Yingjoe Chen2015-01-20
| | | | | | | | | | | The upcoming MTK pinctrl driver have a big pin table for each SoC and we don't want to bloat the kernel binary if we don't need it. Add config options so we can build for one SoC only. Signed-off-by: Yingjoe Chen <yingjoe.chen@mediatek.com> Signed-off-by: Hongzhou Yang <hongzhou.yang@mediatek.com> Acked-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
* ARM: mediatek: Fix description for mediatek SoCsJoe.C2014-11-14
| | | | | | | We support more MediaTek SoCs now, update the description. Signed-off-by: Joe.C <yingjoe.chen@mediatek.com> Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
* arm: add basic support for Mediatek MT6589 boardsMatthias Brugger2014-07-22
This adds a generic devicetree board file and a dtsi for boards based on MT6589 SoCs from Mediatek. Apart from the generic parts (gic, clocks) the only component currently supported are the timers. Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>