Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

arm: meson: explicitly select clk drivers

The AmLogic clock controller code is used by both arm and arm64
architectures. Explicitly select the core code for all Meson (32-bit
arm) builds, and also select the Meson8b driver when that machine is
built.

Signed-off-by: Michael Turquette <mturquette@baylibre.com>
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>

authored by

Michael Turquette and committed by
Arnd Bergmann
efea375f a30eceb7

+3
+3
arch/arm/mach-meson/Kconfig
··· 7 7 select CACHE_L2X0 8 8 select PINCTRL 9 9 select PINCTRL_MESON 10 + select COMMON_CLK 11 + select COMMON_CLK_AMLOGIC 10 12 11 13 if ARCH_MESON 12 14 ··· 26 24 bool "Amlogic Meson8b SoCs support" 27 25 default ARCH_MESON 28 26 select MESON6_TIMER 27 + select COMMON_CLK_MESON8B 29 28 30 29 endif