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)
commit9f2919e9b40ec480609ee1f45567531de06ab3fe
treec0748fa30feaeac74107ec366df2f8df4e37d0bd
parentc7cb3a1dd53f63c64fb2b567d0be130b92a44d91
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