mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +09:00
UPSTREAM: media: rc: gpio-ir-tx does not work without devicetree or gpiolib
If the kernel is built without device tree, this driver cannot be
used and without gpiolib it cannot control any gpio pin.
Signed-off-by: Sean Young <sean@mess.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
(cherry picked from commit 5288879390)
Signed-off-by: Ziyuan Xu <xzy.xu@rock-chips.com>
This commit is contained in:
@@ -373,6 +373,7 @@ config IR_GPIO_TX
|
||||
tristate "GPIO IR Bit Banging Transmitter"
|
||||
depends on RC_CORE
|
||||
depends on LIRC
|
||||
depends on (OF && GPIOLIB) || COMPILE_TEST
|
||||
---help---
|
||||
Say Y if you want to a GPIO based IR transmitter. This is a
|
||||
bit banging driver.
|
||||
|
||||
Reference in New Issue
Block a user