Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fc2bbfb2 authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab
Browse files

[media] Kconfig: use menuconfig instead of menu



This allows disabling all drivers of a certain type as a hole

Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
parent b6334460
Loading
Loading
Loading
Loading
+5 −3
Original line number Diff line number Diff line
menu "V4L ISA and parallel port devices"
	visible if (ISA || PARPORT) && MEDIA_CAMERA_SUPPORT
menuconfig MEDIA_PARPORT_SUPPORT
	bool "V4L ISA and parallel port devices"
	depends on (ISA || PARPORT) && MEDIA_CAMERA_SUPPORT

if MEDIA_PARPORT_SUPPORT
config VIDEO_BWQCAM
	tristate "Quickcam BW Video For Linux"
	depends on PARPORT && VIDEO_V4L2
@@ -44,4 +46,4 @@ config VIDEO_W9966

	  Check out <file:Documentation/video4linux/w9966.txt> for more
	  information.
endmenu
endif
+5 −6
Original line number Diff line number Diff line
#
# DVB device configuration
#
menuconfig MEDIA_PCI_SUPPORT
	bool "Media PCI Adapters"
	depends on PCI && MEDIA_SUPPORT

menu "Media PCI Adapters"
	visible if PCI && MEDIA_SUPPORT
if MEDIA_PCI_SUPPORT

if MEDIA_CAMERA_SUPPORT
	comment "Media capture support"
@@ -42,4 +41,4 @@ source "drivers/media/pci/ngene/Kconfig"
source "drivers/media/pci/ddbridge/Kconfig"
endif

endmenu
endif #MEDIA_PCI_SUPPORT
+5 −7
Original line number Diff line number Diff line
#
# USB media device configuration
#
menuconfig MEDIA_USB_SUPPORT
	bool "Media USB Adapters"
	depends on USB && MEDIA_SUPPORT

menu "Media USB Adapters"
	visible if USB && MEDIA_SUPPORT
if MEDIA_USB_SUPPORT

if MEDIA_CAMERA_SUPPORT
	comment "Webcam devices"
@@ -25,7 +24,6 @@ source "drivers/media/usb/hdpvr/Kconfig"
source "drivers/media/usb/tlg2300/Kconfig"
source "drivers/media/usb/usbvision/Kconfig"
source "drivers/media/usb/stk1160/Kconfig"

endif

if (MEDIA_ANALOG_TV_SUPPORT || MEDIA_DIGITAL_TV_SUPPORT)
@@ -50,4 +48,4 @@ if (MEDIA_CAMERA_SUPPORT || MEDIA_ANALOG_TV_SUPPORT || MEDIA_DIGITAL_TV_SUPPORT)
source "drivers/media/usb/em28xx/Kconfig"
endif

endmenu
endif #MEDIA_USB_SUPPORT