summaryrefslogtreecommitdiff
path: root/drivers/staging/media/lirc/Makefile
diff options
context:
space:
mode:
authorSean Young <sean@mess.org>2017-10-24 14:59:31 -0400
committerMauro Carvalho Chehab <mchehab@s-opensource.com>2017-12-14 10:35:13 -0500
commitf95367a7b7585fd9123f417d09ed5b2febe773a1 (patch)
treec82b88081109130a5c22589d8e127f64f23557d7 /drivers/staging/media/lirc/Makefile
parent1cb26030f3494a8bb3c953d45cffba838ec4d454 (diff)
media: staging: remove lirc_zilog driver
The ir-kbd-i2c driver behaves like the lirc_zilog driver, except it can send raw IR and receives scancodes rather than lirccodes. The lirc_zilog driver only polls if the lirc chardev is opened; similarly the ir-kbd-i2c driver only polls if the corresponding input device is opened, or the lirc device. Polling is disabled during IR transmission through the mutex. The polling period is 402ms in the ir-kdb-i2c driver, and 260ms in the lirc_zilog driver. Signed-off-by: Sean Young <sean@mess.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'drivers/staging/media/lirc/Makefile')
-rw-r--r--drivers/staging/media/lirc/Makefile6
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/staging/media/lirc/Makefile b/drivers/staging/media/lirc/Makefile
deleted file mode 100644
index 665562436e30..000000000000
--- a/drivers/staging/media/lirc/Makefile
+++ /dev/null
@@ -1,6 +0,0 @@
-# Makefile for the lirc drivers.
-#
-
-# Each configuration option enables a list of files.
-
-obj-$(CONFIG_LIRC_ZILOG) += lirc_zilog.o