diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-08-20 13:48:02 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-08-21 07:05:06 -0400 |
commit | fccea74ff8b5159935acc7b4b4857ee81ee44661 (patch) | |
tree | e5d67c5a7993c5d71478f4cb833f7631113f1333 /drivers/media/pci/ngene | |
parent | fc2bbfb2c3d77c0b6da76224ef1575f0e90327e8 (diff) |
[media] Kconfig: merge all customise options into just one
Instead of having 3 options to allow customizing the media
sub-drivers (tuners, I2C drivers, frontends), merge all of
them into just one.
That simplifies the life for users, as they can just keep
this untouched.
Life for developers is also simpler, as there's now just
one Kconfig item to remember, for the ancillary sub-drivers
providing supports for chips that could change from one
board design to another.
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/pci/ngene')
-rw-r--r-- | drivers/media/pci/ngene/Kconfig | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/drivers/media/pci/ngene/Kconfig b/drivers/media/pci/ngene/Kconfig index 64c84702ba5c..637d506b23c5 100644 --- a/drivers/media/pci/ngene/Kconfig +++ b/drivers/media/pci/ngene/Kconfig | |||
@@ -1,13 +1,13 @@ | |||
1 | config DVB_NGENE | 1 | config DVB_NGENE |
2 | tristate "Micronas nGene support" | 2 | tristate "Micronas nGene support" |
3 | depends on DVB_CORE && PCI && I2C | 3 | depends on DVB_CORE && PCI && I2C |
4 | select DVB_LNBP21 if !DVB_FE_CUSTOMISE | 4 | select DVB_LNBP21 if MEDIA_SUBDRV_AUTOSELECT |
5 | select DVB_STV6110x if !DVB_FE_CUSTOMISE | 5 | select DVB_STV6110x if MEDIA_SUBDRV_AUTOSELECT |
6 | select DVB_STV090x if !DVB_FE_CUSTOMISE | 6 | select DVB_STV090x if MEDIA_SUBDRV_AUTOSELECT |
7 | select DVB_LGDT330X if !DVB_FE_CUSTOMISE | 7 | select DVB_LGDT330X if MEDIA_SUBDRV_AUTOSELECT |
8 | select DVB_DRXK if !DVB_FE_CUSTOMISE | 8 | select DVB_DRXK if MEDIA_SUBDRV_AUTOSELECT |
9 | select DVB_TDA18271C2DD if !DVB_FE_CUSTOMISE | 9 | select DVB_TDA18271C2DD if MEDIA_SUBDRV_AUTOSELECT |
10 | select MEDIA_TUNER_MT2131 if !MEDIA_TUNER_CUSTOMISE | 10 | select MEDIA_TUNER_MT2131 if MEDIA_SUBDRV_AUTOSELECT |
11 | ---help--- | 11 | ---help--- |
12 | Support for Micronas PCI express cards with nGene bridge. | 12 | Support for Micronas PCI express cards with nGene bridge. |
13 | 13 | ||