summaryrefslogtreecommitdiffstats
path: root/drivers/media/rc/img-ir
diff options
context:
space:
mode:
authorJames Hogan <jhogan@kernel.org>2018-02-21 16:02:10 +0000
committerJames Hogan <jhogan@kernel.org>2018-03-05 16:34:25 +0000
commit43e951e744462bf10c2dc8548263095ed4aa9e7d (patch)
treefde0074a326450c6eea3efddf2c3bed787b7486d /drivers/media/rc/img-ir
parentb9b2909093ede6f0cea2beff201264f431504de3 (diff)
downloadop-kernel-dev-43e951e744462bf10c2dc8548263095ed4aa9e7d.zip
op-kernel-dev-43e951e744462bf10c2dc8548263095ed4aa9e7d.tar.gz
media: img-ir: Drop METAG dependency
Now that arch/metag/ has been removed, remove the METAG dependency from the IMG IR device driver. The hardware is also present on MIPS SoCs so the driver still has value. Signed-off-by: James Hogan <jhogan@kernel.org> Acked-by: Sean Young <sean@mess.org> Cc: Mauro Carvalho Chehab <mchehab@s-opensource.com> Cc: Mauro Carvalho Chehab <mchehab@kernel.org> Cc: linux-media@vger.kernel.org Cc: linux-metag@vger.kernel.org
Diffstat (limited to 'drivers/media/rc/img-ir')
-rw-r--r--drivers/media/rc/img-ir/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/rc/img-ir/Kconfig b/drivers/media/rc/img-ir/Kconfig
index a896d3c..d2c6617 100644
--- a/drivers/media/rc/img-ir/Kconfig
+++ b/drivers/media/rc/img-ir/Kconfig
@@ -1,7 +1,7 @@
config IR_IMG
tristate "ImgTec IR Decoder"
depends on RC_CORE
- depends on METAG || MIPS || COMPILE_TEST
+ depends on MIPS || COMPILE_TEST
select IR_IMG_HW if !IR_IMG_RAW
help
Say Y or M here if you want to use the ImgTec infrared decoder
OpenPOWER on IntegriCloud