提交 efea375f 编写于 作者: M Michael Turquette 提交者: Arnd Bergmann

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: NMichael Turquette <mturquette@baylibre.com>
Signed-off-by: NKevin Hilman <khilman@baylibre.com>
Signed-off-by: NArnd Bergmann <arnd@arndb.de>
上级 a30eceb7
...@@ -7,6 +7,8 @@ menuconfig ARCH_MESON ...@@ -7,6 +7,8 @@ menuconfig ARCH_MESON
select CACHE_L2X0 select CACHE_L2X0
select PINCTRL select PINCTRL
select PINCTRL_MESON select PINCTRL_MESON
select COMMON_CLK
select COMMON_CLK_AMLOGIC
if ARCH_MESON if ARCH_MESON
...@@ -24,5 +26,6 @@ config MACH_MESON8B ...@@ -24,5 +26,6 @@ config MACH_MESON8B
bool "Amlogic Meson8b SoCs support" bool "Amlogic Meson8b SoCs support"
default ARCH_MESON default ARCH_MESON
select MESON6_TIMER select MESON6_TIMER
select COMMON_CLK_MESON8B
endif endif
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册