diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-05-28 15:17:47 +0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-07-06 01:21:28 +0400 |
commit | b4c184e506a4cdb9b77bff4a1d39237581540b33 (patch) | |
tree | 41e83684bda91dbc63ce1022c6b69b87ed551fe8 /drivers/media/dvb | |
parent | 31361fc4632f20e3a108f56b1a1a9c9bf2dfc07c (diff) | |
download | linux-b4c184e506a4cdb9b77bff4a1d39237581540b33.tar.xz |
[media] media: reorganize the main Kconfig items
Change the main items to:
<m> Multimedia support --->
[ ] Cameras/video grabbers support
[ ] Analog TV support
[ ] Digital TV support
[ ] AM/FM radio receivers/transmitters support
[ ] Remote Controller support
This provides an interface that is clearer to end users that
are compiling the Kernel, and will allow the building system
to automatically unselect drivers for unused functions.
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/dvb')
-rw-r--r-- | drivers/media/dvb/frontends/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/dvb/frontends/Kconfig b/drivers/media/dvb/frontends/Kconfig index 2d4f1b6adc69..a08c2152d0ee 100644 --- a/drivers/media/dvb/frontends/Kconfig +++ b/drivers/media/dvb/frontends/Kconfig @@ -1,6 +1,7 @@ config DVB_FE_CUSTOMISE bool "Customise the frontend modules to build" depends on DVB_CORE + depends on EXPERT default y if EXPERT help This allows the user to select/deselect frontend drivers for their |