diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-08-21 13:16:28 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-08-21 13:17:37 +0200 |
commit | e9d2f0573e918d0b2ed08ece1c4bfe850477f8cf (patch) | |
tree | 5854c75f7c79e2e1785f1a7e8380e14261c7021a /drivers/media/parport | |
parent | [media] flexcop: Show the item to enable debug after the driver (diff) | |
download | linux-e9d2f0573e918d0b2ed08ece1c4bfe850477f8cf.tar.xz linux-e9d2f0573e918d0b2ed08ece1c4bfe850477f8cf.zip |
[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/parport')
-rw-r--r-- | drivers/media/parport/Kconfig | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/drivers/media/parport/Kconfig b/drivers/media/parport/Kconfig index a1c7853f3a96..ece13dcff07d 100644 --- a/drivers/media/parport/Kconfig +++ b/drivers/media/parport/Kconfig @@ -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 |