Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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 <u.kleine-koenig@pengutronix.de>
Signed-off-by: Thierry Reding <thierry.reding@gmail.com>

authored by

Uwe Kleine-König and committed by
Thierry Reding
2ee4bc91 97966ade

+1 -1
+1 -1
drivers/pwm/Kconfig
··· 272 272 273 273 config PWM_JZ4740 274 274 tristate "Ingenic JZ47xx PWM support" 275 - depends on MIPS 275 + depends on MIPS || COMPILE_TEST 276 276 depends on COMMON_CLK 277 277 select MFD_SYSCON 278 278 help