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

pwm: keembay: Improve compile coverage by allowing to enable on !ARM64

There are no arm64 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
cf83f7b7 2ee4bc91

+2 -1
+2 -1
drivers/pwm/Kconfig
··· 284 284 285 285 config PWM_KEEMBAY 286 286 tristate "Intel Keem Bay PWM driver" 287 - depends on ARCH_KEEMBAY || (ARM64 && COMPILE_TEST) 287 + depends on ARCH_KEEMBAY || COMPILE_TEST 288 + depends on COMMON_CLK && HAS_IOMEM 288 289 help 289 290 The platform driver for Intel Keem Bay PWM controller. 290 291