mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-09-18 22:14:16 +00:00
media: gpio-ir-tx: Driver does not behave with PREEMPT_RT
This driver bit-bangs a signal with interrupts disabled. The signal can last for up to half a second (IR_MAX_DURATION). A much better way of transmitting IR is using the pwm-ir-tx driver, which does not disable interrupts. Signed-off-by: Sean Young <sean@mess.org> Acked-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de> Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
This commit is contained in:
parent
67cefecf2a
commit
2af8dbd4ab
1 changed files with 1 additions and 0 deletions
|
@ -184,6 +184,7 @@ config IR_GPIO_TX
|
|||
tristate "GPIO IR Bit Banging Transmitter"
|
||||
depends on LIRC
|
||||
depends on (OF && GPIOLIB) || COMPILE_TEST
|
||||
depends on !PREEMPT_RT
|
||||
help
|
||||
Say Y if you want to a GPIO based IR transmitter. This is a
|
||||
bit banging driver.
|
||||
|
|
Loading…
Add table
Reference in a new issue