diff options
author | Alexander Bersenev <bay@hackerdom.ru> | 2014-06-08 15:08:10 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <m.chehab@samsung.com> | 2014-07-04 14:53:43 -0300 |
commit | b4e3e59fb59c214c5bcf9d1bf2971f100e0dac4f (patch) | |
tree | d732e313a532624c7a87fafd63ffae42ffd5a7f7 /drivers/media/rc/Makefile | |
parent | 22f44249d3fc913a8c9c8671e1554f30cdebb885 (diff) | |
download | blackbird-op-linux-b4e3e59fb59c214c5bcf9d1bf2971f100e0dac4f.tar.gz blackbird-op-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/Makefile')
-rw-r--r-- | drivers/media/rc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/rc/Makefile b/drivers/media/rc/Makefile index f8b54ff46601..9ee9ee75ae8d 100644 --- a/drivers/media/rc/Makefile +++ b/drivers/media/rc/Makefile @@ -32,4 +32,5 @@ obj-$(CONFIG_IR_GPIO_CIR) += gpio-ir-recv.o obj-$(CONFIG_IR_IGUANA) += iguanair.o obj-$(CONFIG_IR_TTUSBIR) += ttusbir.o obj-$(CONFIG_RC_ST) += st_rc.o +obj-$(CONFIG_IR_SUNXI) += sunxi-cir.o obj-$(CONFIG_IR_IMG) += img-ir/ |