Commit 4609bdd9 authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab

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: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
parent af2ffb2c
menu "Customise DVB Frontends"
depends on DVB_CORE
config DVB_FE_CUSTOMISE config DVB_FE_CUSTOMISE
bool "Customise the frontend modules to build" bool "Customise the frontend modules to build"
depends on DVB_CORE
default N default N
help help
This allows the user to deselect frontend drivers unnecessary This allows the user to select/deselect frontend drivers for their
for their hardware from the build. Use this option with care hardware from the build.
as deselecting frontends which are in fact necessary will result
in DVB devices which cannot be tuned due to lack of driver support. 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 unsure say N.
if DVB_FE_CUSTOMISE
menu "Customise DVB Frontends"
comment "Multistandard (satellite) frontends" comment "Multistandard (satellite) frontends"
depends on DVB_CORE depends on DVB_CORE
...@@ -507,3 +511,5 @@ config DVB_AF9013 ...@@ -507,3 +511,5 @@ config DVB_AF9013
help help
Say Y when you want to support this frontend. Say Y when you want to support this frontend.
endmenu endmenu
endif
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment