diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-08-21 08:16:28 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-08-21 08:17:37 -0300 |
commit | e9d2f0573e918d0b2ed08ece1c4bfe850477f8cf (patch) | |
tree | 5854c75f7c79e2e1785f1a7e8380e14261c7021a /drivers/media/usb/Kconfig | |
parent | 8511f8eaa86bb16e4e2bd5f30d5f12764f59ae8d (diff) | |
download | linux-e9d2f0573e918d0b2ed08ece1c4bfe850477f8cf.tar.gz linux-e9d2f0573e918d0b2ed08ece1c4bfe850477f8cf.tar.xz |
[media] Add missing help for some menuconfig items
Help was missing during some items reorganization. Add them.
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/usb/Kconfig')
-rw-r--r-- | drivers/media/usb/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/media/usb/Kconfig b/drivers/media/usb/Kconfig index f960e7ca4738..6746994d03fe 100644 --- a/drivers/media/usb/Kconfig +++ b/drivers/media/usb/Kconfig @@ -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 |