projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5288879
)
media: rc: pwm-ir-tx needs OF
author
Sean Young
<sean@mess.org>
Thu, 5 Oct 2017 21:30:58 +0000
(17:30 -0400)
committer
Mauro Carvalho Chehab
<mchehab@s-opensource.com>
Wed, 11 Oct 2017 16:39:37 +0000
(12:39 -0400)
Without device tree, there is no way to use this driver.
Signed-off-by: Sean Young <sean@mess.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
drivers/media/rc/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/media/rc/Kconfig
b/drivers/media/rc/Kconfig
index 946d2ec419db4bb33f5c5a8706edc868b770cbf4..88c8ecd1304487a79203e0fcb2dae428d463f6b7 100644
(file)
--- a/
drivers/media/rc/Kconfig
+++ b/
drivers/media/rc/Kconfig
@@
-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.