diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-08-20 09:47:00 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-08-21 07:01:43 -0400 |
commit | fc2bbfb2c3d77c0b6da76224ef1575f0e90327e8 (patch) | |
tree | 5ae4e10ba7ae45c86c6d14ac5a4cdc317f14975e /drivers/media/pci | |
parent | b6334460f2929c02d0d1f0fbad9f909229d00d50 (diff) |
[media] Kconfig: use menuconfig instead of menu
This allows disabling all drivers of a certain type as a hole
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/pci')
-rw-r--r-- | drivers/media/pci/Kconfig | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/drivers/media/pci/Kconfig b/drivers/media/pci/Kconfig index 4243d5d38c0a..083b62f8b970 100644 --- a/drivers/media/pci/Kconfig +++ b/drivers/media/pci/Kconfig | |||
@@ -1,9 +1,8 @@ | |||
1 | # | 1 | menuconfig MEDIA_PCI_SUPPORT |
2 | # DVB device configuration | 2 | bool "Media PCI Adapters" |
3 | # | 3 | depends on PCI && MEDIA_SUPPORT |
4 | 4 | ||
5 | menu "Media PCI Adapters" | 5 | if MEDIA_PCI_SUPPORT |
6 | visible if PCI && MEDIA_SUPPORT | ||
7 | 6 | ||
8 | if MEDIA_CAMERA_SUPPORT | 7 | if MEDIA_CAMERA_SUPPORT |
9 | comment "Media capture support" | 8 | comment "Media capture support" |
@@ -42,4 +41,4 @@ source "drivers/media/pci/ngene/Kconfig" | |||
42 | source "drivers/media/pci/ddbridge/Kconfig" | 41 | source "drivers/media/pci/ddbridge/Kconfig" |
43 | endif | 42 | endif |
44 | 43 | ||
45 | endmenu | 44 | endif #MEDIA_PCI_SUPPORT |