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

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

[media] Add missing help for some menuconfig items



Help was missing during some items reorganization. Add them.

Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
parent 8511f8ea
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
menuconfig MEDIA_PARPORT_SUPPORT
	bool "V4L ISA and parallel port devices"
	bool "ISA and parallel port devices"
	depends on (ISA || PARPORT) && MEDIA_CAMERA_SUPPORT
	help
	  Enables drivers for ISA and parallel port bus. If you
	  need media drivers using those legacy buses, say Y.

if MEDIA_PARPORT_SUPPORT
config VIDEO_BWQCAM
+3 −0
Original line number Diff line number Diff line
menuconfig MEDIA_PCI_SUPPORT
	bool "Media PCI Adapters"
	depends on PCI && MEDIA_SUPPORT
	help
	  Enable media drivers for PCI/PCIe bus.
	  If you have such devices, say Y.

if MEDIA_PCI_SUPPORT

+3 −0
Original line number Diff line number Diff line
menuconfig MEDIA_USB_SUPPORT
	bool "Media USB Adapters"
	depends on USB && MEDIA_SUPPORT
	help
	  Enable media drivers for USB bus.
	  If you have such devices, say Y.

if MEDIA_USB_SUPPORT

+1 −1

File changed.

Contains only whitespace changes.