diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-12-11 06:00:00 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-12-15 21:18:42 -0500 |
commit | e27d38112eb727df189a9ebf560aa104cb102253 (patch) | |
tree | 454d8cff41ebe8027ecd74d809ed415e427782b3 /drivers/media/video/Kconfig | |
parent | 909d15a70d6a269ba599c539c55a574482355ff1 (diff) |
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/video/Kconfig')
-rw-r--r-- | drivers/media/video/Kconfig | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/media/video/Kconfig b/drivers/media/video/Kconfig index 9dc74c93bf24..f63909d9c70b 100644 --- a/drivers/media/video/Kconfig +++ b/drivers/media/video/Kconfig | |||
@@ -37,10 +37,6 @@ config VIDEO_BTCX | |||
37 | depends on PCI | 37 | depends on PCI |
38 | tristate | 38 | tristate |
39 | 39 | ||
40 | config VIDEO_IR | ||
41 | tristate | ||
42 | depends on INPUT | ||
43 | |||
44 | config VIDEO_TVEEPROM | 40 | config VIDEO_TVEEPROM |
45 | tristate | 41 | tristate |
46 | depends on I2C | 42 | depends on I2C |