From: Sean Young Date: Mon, 9 Oct 2017 08:30:06 +0000 (-0400) Subject: media: rc: ir-spi needs OF X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=950db1a80e6349a25f9af594a45ab45eed5a0020;p=openwrt%2Fstaging%2Fblogic.git media: rc: ir-spi needs OF Without device tree, there is no way to use this driver. Signed-off-by: Sean Young Acked-by: Andi Shyti Signed-off-by: Mauro Carvalho Chehab --- diff --git a/drivers/media/rc/Kconfig b/drivers/media/rc/Kconfig index bde3c271fb88..afb3456d4e20 100644 --- 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.