提交 52888793 编写于 作者: S Sean Young 提交者: Mauro Carvalho Chehab

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: NSean Young <sean@mess.org>
Signed-off-by: NMauro Carvalho Chehab <mchehab@s-opensource.com>
上级 829bbf26
...@@ -403,6 +403,7 @@ config IR_GPIO_TX ...@@ -403,6 +403,7 @@ config IR_GPIO_TX
tristate "GPIO IR Bit Banging Transmitter" tristate "GPIO IR Bit Banging Transmitter"
depends on RC_CORE depends on RC_CORE
depends on LIRC depends on LIRC
depends on (OF && GPIOLIB) || COMPILE_TEST
---help--- ---help---
Say Y if you want to a GPIO based IR transmitter. This is a Say Y if you want to a GPIO based IR transmitter. This is a
bit banging driver. bit banging driver.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册