summaryrefslogtreecommitdiffstats
path: root/drivers/media/IR/Kconfig
diff options
context:
space:
mode:
authorMauro Carvalho Chehab2009-12-11 12:00:00 +0100
committerMauro Carvalho Chehab2009-12-16 03:18:42 +0100
commite27d38112eb727df189a9ebf560aa104cb102253 (patch)
tree454d8cff41ebe8027ecd74d809ed415e427782b3 /drivers/media/IR/Kconfig
parentV4L/DVB (13611): radio-tea5764: Correct size given to memset (diff)
downloadkernel-qcow2-linux-e27d38112eb727df189a9ebf560aa104cb102253.tar.gz
kernel-qcow2-linux-e27d38112eb727df189a9ebf560aa104cb102253.tar.xz
kernel-qcow2-linux-e27d38112eb727df189a9ebf560aa104cb102253.zip
V4L/DVB (13612): IR: Move common IR code to drivers/media/IR
This is the first step of creating a common code for IR that can be used by other input devices. For now, keep IR dir at drivers/media, to easy the movement of the IR files, but later patches may move it to drivers/IR or drivers/input/IR. No functional changes is done on this patch. Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/IR/Kconfig')
-rw-r--r--drivers/media/IR/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/media/IR/Kconfig b/drivers/media/IR/Kconfig
new file mode 100644
index 000000000000..5b4ac969a586
--- /dev/null
+++ b/drivers/media/IR/Kconfig
@@ -0,0 +1,4 @@
+config VIDEO_IR
+ tristate
+ depends on INPUT
+ default INPUT