Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

media: rc: hix5hd2 drivers needs OF

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>

authored by

Sean Young and committed by
Mauro Carvalho Chehab
a840f3c7 2d726aaa

+1
+1
drivers/media/rc/Kconfig
··· 178 178 config IR_HIX5HD2 179 179 tristate "Hisilicon hix5hd2 IR remote control" 180 180 depends on RC_CORE 181 + depends on OF || COMPILE_TEST 181 182 help 182 183 Say Y here if you want to use hisilicon hix5hd2 remote control. 183 184 To compile this driver as a module, choose M here: the module will be