summaryrefslogtreecommitdiffstats
path: root/drivers/media/IR/Kconfig
diff options
context:
space:
mode:
authorMauro Carvalho Chehab2009-12-11 12:34:07 +0100
committerMauro Carvalho Chehab2009-12-16 03:18:42 +0100
commit446e4a64d2f6efddc63a47169ba3c8037b620307 (patch)
tree3b14d76f7e93d5b35de50edf85a9179f759adb3d /drivers/media/IR/Kconfig
parentV4L/DVB (13612): IR: Move common IR code to drivers/media/IR (diff)
downloadkernel-qcow2-linux-446e4a64d2f6efddc63a47169ba3c8037b620307.tar.gz
kernel-qcow2-linux-446e4a64d2f6efddc63a47169ba3c8037b620307.tar.xz
kernel-qcow2-linux-446e4a64d2f6efddc63a47169ba3c8037b620307.zip
V4L/DVB (13613): IR: create ir-core module
Split the ir-common into two separate modules: - ir-core: it is the IR-independent functions; - ir-common: has the common part used by V4L drivers. Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/IR/Kconfig')
-rw-r--r--drivers/media/IR/Kconfig7
1 files changed, 6 insertions, 1 deletions
diff --git a/drivers/media/IR/Kconfig b/drivers/media/IR/Kconfig
index 5b4ac969a586..4dde7d180a32 100644
--- a/drivers/media/IR/Kconfig
+++ b/drivers/media/IR/Kconfig
@@ -1,4 +1,9 @@
-config VIDEO_IR
+config IR_CORE
tristate
depends on INPUT
default INPUT
+
+config VIDEO_IR
+ tristate
+ depends on IR_CORE
+ default IR_CORE