提交 e9d2f057 编写于 作者: M Mauro Carvalho Chehab

[media] Add missing help for some menuconfig items

Help was missing during some items reorganization. Add them.
Signed-off-by: NMauro Carvalho Chehab <mchehab@redhat.com>
上级 8511f8ea
......@@ -549,7 +549,7 @@ config VIDEO_M52790
To compile this driver as a module, choose M here: the
module will be called m52790.
endmenu
menu "Sensors used on soc_camera driver"
if SOC_CAMERA
......
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
......
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
......
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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册