diff options
author | 2015-12-22 13:02:00 -0800 | |
---|---|---|
committer | 2015-12-22 13:02:00 -0800 | |
commit | a25682e2a19788ca1fc989ea079db8c5609cb885 (patch) | |
tree | 8d2f06137f0bb2c0ad11c37071bcfb2e6c3cb96e | |
parent | Merge tag 'renesas-arm64-defconfig3-for-v4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas into next/config64 (diff) | |
parent | arm64: mediatek: enable MTK_TIMER (diff) | |
download | linux-rng-a25682e2a19788ca1fc989ea079db8c5609cb885.tar.xz linux-rng-a25682e2a19788ca1fc989ea079db8c5609cb885.zip |
Merge tag 'v4.4-next-kconfig' of https://github.com/mbgg/linux-mediatek into next/config64
Enable mediatek clocksource driver by default as otherwise the system
does not boot.
* tag 'v4.4-next-kconfig' of https://github.com/mbgg/linux-mediatek:
arm64: mediatek: enable MTK_TIMER
Signed-off-by: Olof Johansson <olof@lixom.net>
-rw-r--r-- | arch/arm64/Kconfig.platforms | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms index aec40354f3de..d255c1560984 100644 --- a/arch/arm64/Kconfig.platforms +++ b/arch/arm64/Kconfig.platforms @@ -44,6 +44,7 @@ config ARCH_MEDIATEK bool "Mediatek MT65xx & MT81xx ARMv8 SoC" select ARM_GIC select PINCTRL + select MTK_TIMER help Support for Mediatek MT65xx & MT81xx ARMv8 SoCs |