Skip to content

Commit

Permalink
arm: meson: explicitly select clk drivers
Browse files Browse the repository at this point in the history
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 <[email protected]>
Signed-off-by: Kevin Hilman <[email protected]>
Signed-off-by: Arnd Bergmann <[email protected]>
  • Loading branch information
mturquette authored and arndb committed Jul 7, 2016
1 parent a30eceb commit efea375
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions arch/arm/mach-meson/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ menuconfig ARCH_MESON
select CACHE_L2X0
select PINCTRL
select PINCTRL_MESON
select COMMON_CLK
select COMMON_CLK_AMLOGIC

if ARCH_MESON

Expand All @@ -24,5 +26,6 @@ config MACH_MESON8B
bool "Amlogic Meson8b SoCs support"
default ARCH_MESON
select MESON6_TIMER
select COMMON_CLK_MESON8B

endif

0 comments on commit efea375

Please sign in to comment.