diff options
author | Sean Young <sean@mess.org> | 2017-10-06 00:30:59 +0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2017-10-11 19:39:55 +0300 |
commit | a840f3c7fb426382b4b2204bc01bf8b474875fcc (patch) | |
tree | 7cbd732fe3ad0c45c67fc4f6119b4a2a8f30812e /drivers | |
parent | 2d726aaab2831866846dadbc675f484305041ee9 (diff) | |
download | linux-a840f3c7fb426382b4b2204bc01bf8b474875fcc.tar.xz |
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>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/media/rc/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/rc/Kconfig b/drivers/media/rc/Kconfig index 88c8ecd13044..94db0ed1df54 100644 --- a/drivers/media/rc/Kconfig +++ b/drivers/media/rc/Kconfig @@ -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 |