aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
Diffstat (limited to 'drivers')
-rw-r--r--drivers/media/video/Kconfig17
1 files changed, 13 insertions, 4 deletions
diff --git a/drivers/media/video/Kconfig b/drivers/media/video/Kconfig
index 424cef1eca3b..f268dbeeb700 100644
--- a/drivers/media/video/Kconfig
+++ b/drivers/media/video/Kconfig
@@ -36,13 +36,9 @@ config VIDEOBUF_DVB
36config VIDEO_BTCX 36config VIDEO_BTCX
37 tristate 37 tristate
38 38
39config VIDEO_IR_I2C
40 tristate
41
42config VIDEO_IR 39config VIDEO_IR
43 tristate 40 tristate
44 depends on INPUT 41 depends on INPUT
45 select VIDEO_IR_I2C if I2C
46 42
47config VIDEO_TVEEPROM 43config VIDEO_TVEEPROM
48 tristate 44 tristate
@@ -88,6 +84,19 @@ config VIDEO_HELPER_CHIPS_AUTO
88 84
89 In doubt, say Y. 85 In doubt, say Y.
90 86
87config VIDEO_IR_I2C
88 tristate "I2C module for IR" if !VIDEO_HELPER_CHIPS_AUTO
89 depends on I2C && VIDEO_IR
90 default y
91 ---help---
92 Most boards have an IR chip directly connected via GPIO. However,
93 some video boards have the IR connected via I2C bus.
94
95 If your board doesn't have an I2C IR chip, you may disable this
96 option.
97
98 In doubt, say Y.
99
91# 100#
92# Encoder / Decoder module configuration 101# Encoder / Decoder module configuration
93# 102#