From: Uwe Kleine-König Date: Wed, 7 Jul 2021 16:27:58 +0000 (+0200) Subject: pwm: jz4740: Improve compile coverage by allowing to enable on !MIPS X-Git-Tag: howlett/maple/20220722_2~2315^2~42 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=2ee4bc91b62e8ff2d8ffd4f1a4a02a36ad7a4f3b;p=users%2Fjedix%2Flinux-maple.git 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: Uwe Kleine-König Signed-off-by: Thierry Reding --- diff --git a/drivers/pwm/Kconfig b/drivers/pwm/Kconfig index c76adedd58c9f..ecbd91ee3c46a 100644 --- a/drivers/pwm/Kconfig +++ b/drivers/pwm/Kconfig @@ -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