diff options
author | Olof Johansson <olof@lixom.net> | 2015-12-22 21:02:00 (GMT) |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2015-12-22 21:02:00 (GMT) |
commit | a25682e2a19788ca1fc989ea079db8c5609cb885 (patch) | |
tree | 8d2f06137f0bb2c0ad11c37071bcfb2e6c3cb96e /arch/arm64/Kconfig.platforms | |
parent | 8bdd6f54543413c8ce7a43e6a54dc03c689d7ba9 (diff) | |
parent | c050b45d87adf88d60347005cfaac3bdad21e7c5 (diff) | |
download | linux-a25682e2a19788ca1fc989ea079db8c5609cb885.tar.xz |
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 aec4035..d255c15 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 |