summaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb/frontends
diff options
context:
space:
mode:
authorGuennadi Liakhovetski2010-08-05 23:09:28 +0200
committerMauro Carvalho Chehab2010-08-09 04:43:02 +0200
commitb3fc1782c8b84574e44cf5869c9afa75523e2db8 (patch)
tree225657166d6cfc366a01348726e64590904df18c /drivers/media/dvb/frontends
parentV4L/DVB: soc-camera: prohibit S_CROP, if internal G_CROP has failed (diff)
downloadkernel-qcow2-linux-b3fc1782c8b84574e44cf5869c9afa75523e2db8.tar.gz
kernel-qcow2-linux-b3fc1782c8b84574e44cf5869c9afa75523e2db8.tar.xz
kernel-qcow2-linux-b3fc1782c8b84574e44cf5869c9afa75523e2db8.zip
V4L/DVB: V4L: do not autoselect components on embedded systems
Tuner, DVB frontend and video helper chip drivers are by default autoselected by their respective host cards, this, however, doesn't make much sense on SoC-based systems. Disable autoselection on EMBEDDED systems. Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/dvb/frontends')
-rw-r--r--drivers/media/dvb/frontends/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/dvb/frontends/Kconfig b/drivers/media/dvb/frontends/Kconfig
index 51d578a758a7..b5f6a04f9c12 100644
--- a/drivers/media/dvb/frontends/Kconfig
+++ b/drivers/media/dvb/frontends/Kconfig
@@ -1,7 +1,7 @@
config DVB_FE_CUSTOMISE
bool "Customise the frontend modules to build"
depends on DVB_CORE
- default N
+ default y if EMBEDDED
help
This allows the user to select/deselect frontend drivers for their
hardware from the build.