summaryrefslogtreecommitdiffstats
path: root/drivers/staging/media/Kconfig
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/Kconfig
parent1cb26030f3494a8bb3c953d45cffba838ec4d454 (diff)
downloadlinux-f95367a7b7585fd9123f417d09ed5b2febe773a1.tar.bz2
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/Kconfig')
-rw-r--r--drivers/staging/media/Kconfig3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/staging/media/Kconfig b/drivers/staging/media/Kconfig
index 79aff267e284..227437f22acf 100644
--- a/drivers/staging/media/Kconfig
+++ b/drivers/staging/media/Kconfig
@@ -31,9 +31,6 @@ source "drivers/staging/media/imx/Kconfig"
source "drivers/staging/media/omap4iss/Kconfig"
-# Keep LIRC at the end, as it has sub-menus
-source "drivers/staging/media/lirc/Kconfig"
-
source "drivers/staging/media/tegra-vde/Kconfig"
endif