Skip to content

Commit

Permalink
V4L/DVB (10837): Kconfig: only open the customise menu if selected
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Mauro Carvalho Chehab committed Mar 30, 2009
1 parent af2ffb2 commit 4609bdd
Showing 1 changed file with 13 additions and 7 deletions.
20 changes: 13 additions & 7 deletions drivers/media/dvb/frontends/Kconfig
Original file line number Diff line number Diff line change
@@ -1,17 +1,21 @@
menu "Customise DVB Frontends"
depends on DVB_CORE

config DVB_FE_CUSTOMISE
bool "Customise the frontend modules to build"
depends on DVB_CORE
default N
help
This allows the user to deselect frontend drivers unnecessary
for their hardware from the build. Use this option with care
as deselecting frontends which are in fact necessary will result
in DVB devices which cannot be tuned due to lack of driver support.
This allows the user to select/deselect frontend drivers for their
hardware from the build.

Use this option with care as deselecting frontends which are in fact
necessary will result in DVB devices which cannot be tuned due to lack
of driver support.

If unsure say N.

if DVB_FE_CUSTOMISE

menu "Customise DVB Frontends"

comment "Multistandard (satellite) frontends"
depends on DVB_CORE

Expand Down Expand Up @@ -507,3 +511,5 @@ config DVB_AF9013
help
Say Y when you want to support this frontend.
endmenu

endif

0 comments on commit 4609bdd

Please sign in to comment.