diff options
author | Olof Johansson <olof@lixom.net> | 2015-12-22 22:02:00 +0100 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2015-12-22 22:02:00 +0100 |
commit | a25682e2a19788ca1fc989ea079db8c5609cb885 (patch) | |
tree | 8d2f06137f0bb2c0ad11c37071bcfb2e6c3cb96e /arch/arm64/Kconfig.platforms | |
parent | Merge tag 'renesas-arm64-defconfig3-for-v4.5' of git://git.kernel.org/pub/scm... (diff) | |
parent | arm64: mediatek: enable MTK_TIMER (diff) | |
download | linux-a25682e2a19788ca1fc989ea079db8c5609cb885.tar.xz linux-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>
Diffstat (limited to 'arch/arm64/Kconfig.platforms')
-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 |