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:
3e45067
)
media: rc: ir-spi needs OF
author
Sean Young
<sean@mess.org>
Mon, 9 Oct 2017 08:30:06 +0000
(
04:30
-0400)
committer
Mauro Carvalho Chehab
<mchehab@s-opensource.com>
Wed, 11 Oct 2017 16:42:09 +0000
(12:42 -0400)
Without device tree, there is no way to use this driver.
Signed-off-by: Sean Young <sean@mess.org>
Acked-by: Andi Shyti <andi.shyti@samsung.com>
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 bde3c271fb88a6d348a6ec5e3bb779f2cfeb4024..afb3456d4e2017ce9dccaacd3247e9e995a3b0cd 100644
(file)
--- a/
drivers/media/rc/Kconfig
+++ b/
drivers/media/rc/Kconfig
@@
-286,6
+286,7
@@
config IR_REDRAT3
config IR_SPI
tristate "SPI connected IR LED"
depends on SPI && LIRC
+ depends on OF || COMPILE_TEST
---help---
Say Y if you want to use an IR LED connected through SPI bus.