mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-15 17:43:59 +00:00
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>
This commit is contained in:
parent
829bbf2688
commit
5288879390
@ -403,6 +403,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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user