Commit 2d726aaa authored by Sean Young's avatar Sean Young Committed by Mauro Carvalho Chehab

media: rc: pwm-ir-tx needs OF

Without device tree, there is no way to use this driver.
Signed-off-by: default avatarSean Young <sean@mess.org>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@s-opensource.com>
parent 52888793
......@@ -416,6 +416,7 @@ config IR_PWM_TX
depends on RC_CORE
depends on LIRC
depends on PWM
depends on OF || COMPILE_TEST
---help---
Say Y if you want to use a PWM based IR transmitter. This is
more power efficient than the bit banging gpio driver.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment