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>
This commit is contained in:
committed by
Thierry Reding
parent
2ee4bc91b6
commit
cf83f7b7ae
@@ -284,7 +284,8 @@ config PWM_JZ4740
|
|||||||
|
|
||||||
config PWM_KEEMBAY
|
config PWM_KEEMBAY
|
||||||
tristate "Intel Keem Bay PWM driver"
|
tristate "Intel Keem Bay PWM driver"
|
||||||
depends on ARCH_KEEMBAY || (ARM64 && COMPILE_TEST)
|
depends on ARCH_KEEMBAY || COMPILE_TEST
|
||||||
|
depends on COMMON_CLK && HAS_IOMEM
|
||||||
help
|
help
|
||||||
The platform driver for Intel Keem Bay PWM controller.
|
The platform driver for Intel Keem Bay PWM controller.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user