Commit 2ee4bc91 authored by Uwe Kleine-König's avatar Uwe Kleine-König Committed by Thierry Reding

pwm: jz4740: Improve compile coverage by allowing to enable on !MIPS

There are no mips specific constructs in this driver and it compiles
just fine with ARCH=arm.
Signed-off-by: default avatarUwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: default avatarThierry Reding <thierry.reding@gmail.com>
parent 97966ade
......@@ -272,7 +272,7 @@ config PWM_IQS620A
config PWM_JZ4740
tristate "Ingenic JZ47xx PWM support"
depends on MIPS
depends on MIPS || COMPILE_TEST
depends on COMMON_CLK
select MFD_SYSCON
help
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment