OSDN Git Service

[media] Add missing help for some menuconfig items
authorMauro Carvalho Chehab <mchehab@redhat.com>
Tue, 21 Aug 2012 11:16:28 +0000 (08:16 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Tue, 21 Aug 2012 11:17:37 +0000 (08:17 -0300)
Help was missing during some items reorganization. Add them.

Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/i2c/Kconfig
drivers/media/parport/Kconfig
drivers/media/pci/Kconfig
drivers/media/usb/Kconfig

index d41dc0a..9a5a059 100644 (file)
@@ -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
index a1c7853..ece13dc 100644 (file)
@@ -1,6 +1,9 @@
 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
index 083b62f..d4e2ed3 100644 (file)
@@ -1,6 +1,9 @@
 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
 
index f960e7c..6746994 100644 (file)
@@ -1,6 +1,9 @@
 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