aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@redhat.com>2009-03-06 06:31:39 -0500
committerMauro Carvalho Chehab <mchehab@redhat.com>2009-03-30 11:43:08 -0400
commit4609bdd927913c63db4477b066d002aed9cfc504 (patch)
treeb0f59365e83e4b99cc86143a16bf1e9bbe785ab4 /drivers/media/dvb
parentaf2ffb2cfd72dc949f1bac7f7de291f116ae87da (diff)
V4L/DVB (10837): Kconfig: only open the customise menu if selected
Instead of asking a lot of questions for the poor users, let's just hide the frontend customise menu, if the user doesn't want to customise. Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/dvb')
-rw-r--r--drivers/media/dvb/frontends/Kconfig20
1 files changed, 13 insertions, 7 deletions
diff --git a/drivers/media/dvb/frontends/Kconfig b/drivers/media/dvb/frontends/Kconfig
index 4059d22a1e55..f9a9273028a9 100644
--- a/drivers/media/dvb/frontends/Kconfig
+++ b/drivers/media/dvb/frontends/Kconfig
@@ -1,17 +1,21 @@
1menu "Customise DVB Frontends"
2 depends on DVB_CORE
3
4config DVB_FE_CUSTOMISE 1config DVB_FE_CUSTOMISE
5 bool "Customise the frontend modules to build" 2 bool "Customise the frontend modules to build"
3 depends on DVB_CORE
6 default N 4 default N
7 help 5 help
8 This allows the user to deselect frontend drivers unnecessary 6 This allows the user to select/deselect frontend drivers for their
9 for their hardware from the build. Use this option with care 7 hardware from the build.
10 as deselecting frontends which are in fact necessary will result 8
11 in DVB devices which cannot be tuned due to lack of driver support. 9 Use this option with care as deselecting frontends which are in fact
10 necessary will result in DVB devices which cannot be tuned due to lack
11 of driver support.
12 12
13 If unsure say N. 13 If unsure say N.
14 14
15if DVB_FE_CUSTOMISE
16
17menu "Customise DVB Frontends"
18
15comment "Multistandard (satellite) frontends" 19comment "Multistandard (satellite) frontends"
16 depends on DVB_CORE 20 depends on DVB_CORE
17 21
@@ -507,3 +511,5 @@ config DVB_AF9013
507 help 511 help
508 Say Y when you want to support this frontend. 512 Say Y when you want to support this frontend.
509endmenu 513endmenu
514
515endif