From b9c9d1201c245b30e3ae4a7e5624e0a5177010d5 Mon Sep 17 00:00:00 2001 From: Mauro Carvalho Chehab Date: Thu, 28 Jun 2007 11:24:17 -0300 Subject: Fix: Correct the checks for VIDEO_IR_I2C From: Mauro Carvalho Chehab 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 --- linux/drivers/media/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'linux') 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 -- cgit v1.2.3