aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb/frontends/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media/dvb/frontends/Kconfig')
-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