]> git.baikalelectronics.ru Git - kernel.git/commit
pwm: omap-dmtimer: Allow compiling with COMPILE_TEST
authorUwe Kleine-König <u.kleine-koenig@pengutronix.de>
Mon, 11 Nov 2019 09:03:57 +0000 (10:03 +0100)
committerThierry Reding <thierry.reding@gmail.com>
Mon, 20 Jan 2020 11:32:59 +0000 (12:32 +0100)
commit896407cc8b89bde8c2b0f4c72d64518e67398276
treec0748fa30feaeac74107ec366df2f8df4e37d0bd
parentd29fc5c76ec8b5982b60a319a30120623ea47742
pwm: omap-dmtimer: Allow compiling with COMPILE_TEST

The dependency on OMAP_DM_TIMER is only a runtime dependency. Also
OMAP_DM_TIMER cannot be enabled without ARCH_OMAP being enabled.

Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: Thierry Reding <thierry.reding@gmail.com>
drivers/pwm/Kconfig