Commit cd94eade authored by Stephen Boyd's avatar Stephen Boyd
Browse files

clk: ingenic: Allow drivers to be built with COMPILE_TEST



We don't need the MIPS architecture or even a MIPS compiler to compile
test these drivers. Let's add a COMPILE_TEST possibility on the
menuconfig here so that we can build these drivers on more
configurations.

Cc: Paul Cercueil <paul@crapouillou.net>
Signed-off-by: default avatarStephen Boyd <sboyd@kernel.org>
Link: https://lkml.kernel.org/r/20191114001925.159276-1-sboyd@kernel.org


Reviewed-by: default avatarPaul Cercueil <paul@crapouillou.net>
parent b9df3997
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
# SPDX-License-Identifier: GPL-2.0-only
menu "Ingenic SoCs drivers"
	depends on MIPS
	depends on MIPS || COMPILE_TEST

config INGENIC_CGU_COMMON
	bool