]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: meson: select HAVE_ARM_TWD and ARM_GLOBAL_TIMER
authorMartin Blumenstingl <martin.blumenstingl@googlemail.com>
Fri, 23 Nov 2018 19:53:06 +0000 (20:53 +0100)
committerKevin Hilman <khilman@baylibre.com>
Mon, 10 Dec 2018 20:43:40 +0000 (12:43 -0800)
commita1b2fb56d7d55a25362a5418dadba489cc2bd071
tree4f64b5671d958269c7c8336eab7a03e886a341f8
parent7cfc57c98a521d30deea0fd5f9ae38cd63d7d3ac
ARM: meson: select HAVE_ARM_TWD and ARM_GLOBAL_TIMER

The 32-bit Meson SoCs use multiple Cortex-A9 (Meson8 and Meson8m2) or
Cortex-A5 (Meson8b) CPU cores. These come with the "ARM global timer"
and "Timer-Watchdog" (aka TWD, which provides both a per-cpu local timer
and watchdog).

Selecting ARM_GLOBAL_TIMER and HAVE_ARM_TWD allows us to add the timers
to the SoC.dtsi files.

Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
arch/arm/mach-meson/Kconfig