Skip to content

Commit 346c84e

Browse files
seanyoungmchehab
authored andcommitted
media: pwm-ir-tx: Depend on CONFIG_HIGH_RES_TIMERS
Since commit 363d0e5 ("media: pwm-ir-tx: Trigger edges from hrtimer interrupt context"), pwm-ir-tx uses high resolution timers for IR signal generation when the pwm can be used from atomic context. Ensure they are available. Fixes: 363d0e5 ("media: pwm-ir-tx: Trigger edges from hrtimer interrupt context") Signed-off-by: Sean Young <sean@mess.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
1 parent dc9ceb9 commit 346c84e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/media/rc/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -319,6 +319,7 @@ config IR_PWM_TX
319319
tristate "PWM IR transmitter"
320320
depends on LIRC
321321
depends on PWM
322+
depends on HIGH_RES_TIMERS
322323
depends on OF
323324
help
324325
Say Y if you want to use a PWM based IR transmitter. This is

0 commit comments

Comments
 (0)