summaryrefslogtreecommitdiff
path: root/linux/drivers/media/Kconfig
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@infradead.org>2007-06-28 11:24:17 -0300
committerMauro Carvalho Chehab <mchehab@infradead.org>2007-06-28 11:24:17 -0300
commitb9c9d1201c245b30e3ae4a7e5624e0a5177010d5 (patch)
tree28ed76d8ad2772b4faddbcdd7bdece65f67df243 /linux/drivers/media/Kconfig
parentf141fe417cfa79dc3ed46e4fa1ed4961bd2d67d9 (diff)
downloadmediapointer-dvb-s2-b9c9d1201c245b30e3ae4a7e5624e0a5177010d5.tar.gz
mediapointer-dvb-s2-b9c9d1201c245b30e3ae4a7e5624e0a5177010d5.tar.bz2
Fix: Correct the checks for VIDEO_IR_I2C
From: Mauro Carvalho Chehab <mchehab@infradead.org> Hmm... I did two typos on my IR fix... It should be checking for I2C, in order to select VIDEO_IR_I2C. I've added a wrong check and at the wrong line. Ok, now, the test should work fine. Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'linux/drivers/media/Kconfig')
-rw-r--r--linux/drivers/media/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/drivers/media/Kconfig b/linux/drivers/media/Kconfig
index c726a9f39..f0ff4ab83 100644
--- a/linux/drivers/media/Kconfig
+++ b/linux/drivers/media/Kconfig
@@ -82,10 +82,10 @@ config VIDEO_BTCX
config VIDEO_IR_I2C
tristate
+ select VIDEO_IR_I2C if I2C
config VIDEO_IR
tristate
- select VIDEO_IR_I2C if USB
config VIDEO_TVEEPROM
tristate