summaryrefslogtreecommitdiffstats
path: root/drivers/media/rc/Kconfig
diff options
context:
space:
mode:
authorAlexander Bersenev2014-06-08 20:08:10 +0200
committerMauro Carvalho Chehab2014-07-04 19:53:43 +0200
commitb4e3e59fb59c214c5bcf9d1bf2971f100e0dac4f (patch)
treed732e313a532624c7a87fafd63ffae42ffd5a7f7 /drivers/media/rc/Kconfig
parent[media] dt: bindings: Add binding documentation for sunxi IR controller (diff)
downloadkernel-qcow2-linux-b4e3e59fb59c214c5bcf9d1bf2971f100e0dac4f.tar.gz
kernel-qcow2-linux-b4e3e59fb59c214c5bcf9d1bf2971f100e0dac4f.tar.xz
kernel-qcow2-linux-b4e3e59fb59c214c5bcf9d1bf2971f100e0dac4f.zip
[media] rc: add sunxi-ir driver
This patch adds driver for sunxi IR controller. It is based on Alexsey Shestacov's work based on the original driver supplied by Allwinner. Signed-off-by: Alexander Bersenev <bay@hackerdom.ru> Signed-off-by: Alexsey Shestacov <wingrime@linux-sunxi.org> [hdegoede@redhat.com: Changed compatible to sun4i-a10-ir] Signed-off-by: Hans de Goede <hdegoede@redhat.com> Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
Diffstat (limited to 'drivers/media/rc/Kconfig')
-rw-r--r--drivers/media/rc/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/media/rc/Kconfig b/drivers/media/rc/Kconfig
index 8fbd377e6311..9427faddce32 100644
--- a/drivers/media/rc/Kconfig
+++ b/drivers/media/rc/Kconfig
@@ -343,4 +343,14 @@ config RC_ST
If you're not sure, select N here.
+config IR_SUNXI
+ tristate "SUNXI IR remote control"
+ depends on RC_CORE
+ depends on ARCH_SUNXI
+ ---help---
+ Say Y if you want to use sunXi internal IR Controller
+
+ To compile this driver as a module, choose M here: the module will
+ be called sunxi-ir.
+
endif #RC_DEVICES