aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/Kconfig
diff options
context:
space:
mode:
authorHans Verkuil <hans.verkuil@cisco.com>2012-12-22 05:48:58 -0500
committerMauro Carvalho Chehab <mchehab@redhat.com>2012-12-27 15:40:09 -0500
commit5344fe6e041c1ff867cde87d8088abf845645655 (patch)
tree65ea1263ba9f2cd521dab58b070e14ab181368e1 /drivers/media/Kconfig
parent1ca6ae8de8a563f69eebe114d023855b4f0bcb1b (diff)
[media] Improve media Kconfig menu
I've always found it very confusing that the "Media ancillary drivers (tuners, sensors, i2c, frontends)" comment came after the "Autoselect" option. This patch moves it up and changes the "Autoselect" text to correspond more closely to the "Media ancillary drivers" comment. It also fixes two typos. Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/Kconfig')
-rw-r--r--drivers/media/Kconfig13
1 files changed, 7 insertions, 6 deletions
diff --git a/drivers/media/Kconfig b/drivers/media/Kconfig
index 4d9b4c21c199..84d85b921d6d 100644
--- a/drivers/media/Kconfig
+++ b/drivers/media/Kconfig
@@ -164,17 +164,20 @@ source "drivers/media/firewire/Kconfig"
164# Common driver options 164# Common driver options
165source "drivers/media/common/Kconfig" 165source "drivers/media/common/Kconfig"
166 166
167comment "Media ancillary drivers (tuners, sensors, i2c, frontends)"
168
167# 169#
168# Ancillary drivers (tuners, i2c, frontends) 170# Ancillary drivers (tuners, i2c, frontends)
169# 171#
170 172
171config MEDIA_SUBDRV_AUTOSELECT 173config MEDIA_SUBDRV_AUTOSELECT
172 bool "Autoselect tuners and i2c modules to build" 174 bool "Autoselect ancillary drivers (tuners, sensors, i2c, frontends)"
173 depends on MEDIA_ANALOG_TV_SUPPORT || MEDIA_DIGITAL_TV_SUPPORT || MEDIA_CAMERA_SUPPORT 175 depends on MEDIA_ANALOG_TV_SUPPORT || MEDIA_DIGITAL_TV_SUPPORT || MEDIA_CAMERA_SUPPORT
174 default y 176 default y
175 help 177 help
176 By default, a media driver auto-selects all possible i2c 178 By default, a media driver auto-selects all possible ancillary
177 devices that are used by any of the supported devices. 179 devices such as tuners, sensors, video encoders/decoders and
180 frontends, that are used by any of the supported devices.
178 181
179 This is generally the right thing to do, except when there 182 This is generally the right thing to do, except when there
180 are strict constraints with regards to the kernel size, 183 are strict constraints with regards to the kernel size,
@@ -183,12 +186,10 @@ config MEDIA_SUBDRV_AUTOSELECT
183 Use this option with care, as deselecting ancillary drivers which 186 Use this option with care, as deselecting ancillary drivers which
184 are, in fact, necessary will result in the lack of the needed 187 are, in fact, necessary will result in the lack of the needed
185 functionality for your device (it may not tune or may not have 188 functionality for your device (it may not tune or may not have
186 the need demodulers). 189 the needed demodulators).
187 190
188 If unsure say Y. 191 If unsure say Y.
189 192
190comment "Media ancillary drivers (tuners, sensors, i2c, frontends)"
191
192source "drivers/media/i2c/Kconfig" 193source "drivers/media/i2c/Kconfig"
193source "drivers/media/tuners/Kconfig" 194source "drivers/media/tuners/Kconfig"
194source "drivers/media/dvb-frontends/Kconfig" 195source "drivers/media/dvb-frontends/Kconfig"