Commit 950db1a8 authored by Sean Young's avatar Sean Young Committed by Mauro Carvalho Chehab

media: rc: ir-spi needs OF

Without device tree, there is no way to use this driver.
Signed-off-by: default avatarSean Young <sean@mess.org>
Acked-by: default avatarAndi Shyti <andi.shyti@samsung.com>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@s-opensource.com>
parent 3e45067f
......@@ -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.
......
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