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>
This commit is contained in:
parent
2d726aaab2
commit
a840f3c7fb
|
@ -178,6 +178,7 @@ config IR_ENE
|
|||
config IR_HIX5HD2
|
||||
tristate "Hisilicon hix5hd2 IR remote control"
|
||||
depends on RC_CORE
|
||||
depends on OF || COMPILE_TEST
|
||||
help
|
||||
Say Y here if you want to use hisilicon hix5hd2 remote control.
|
||||
To compile this driver as a module, choose M here: the module will be
|
||||
|
|
Loading…
Reference in New Issue