Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 334498
b: refs/heads/master
c: 2c76a12
h: refs/heads/master
v: v3
  • Loading branch information
Mauro Carvalho Chehab committed Oct 17, 2012
1 parent 9bcf76c commit 19234f7
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 9 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ce3b5952bac17835363543ddf97e89d98b1d771f
refs/heads/master: 2c76a12ae9f5e6e2afc400bfbdd8b326e7d36b2a
18 changes: 10 additions & 8 deletions trunk/drivers/media/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -163,19 +163,21 @@ source "drivers/media/common/Kconfig"
#

config MEDIA_SUBDRV_AUTOSELECT
bool "Autoselect analog and hybrid tuner modules to build"
depends on MEDIA_TUNER
bool "Autoselect tuners and i2c modules to build"
depends on MEDIA_ANALOG_TV_SUPPORT || MEDIA_DIGITAL_TV_SUPPORT || MEDIA_CAMERA_SUPPORT
default y
help
By default, a TV driver auto-selects all possible tuners
thar could be used by the driver.
By default, a media driver auto-selects all possible i2c
devices that are used by any of the supported devices.

This is generally the right thing to do, except when there
are strict constraints with regards to the kernel size.
are strict constraints with regards to the kernel size,
like on embedded systems.

Use this option with care, as deselecting tuner drivers which
are in fact necessary will result in TV devices which cannot
be tuned due to lack of the tuning driver.
Use this option with care, as deselecting ancillary drivers which
are, in fact, necessary will result in the lack of the needed
functionality for your device (it may not tune or may not have
the need demodulers).

If unsure say Y.

Expand Down

0 comments on commit 19234f7

Please sign in to comment.