Skip to content

Commit

Permalink
[media] au0828: Move the Kconfig knob under V4L_USB_DRIVERS
Browse files Browse the repository at this point in the history
This driver is for USB devices, but was incorrectly listed under
V4L_PCI_DRIVERS.

Signed-off-by: Ismael Luceno <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
  • Loading branch information
ismaell authored and Mauro Carvalho Chehab committed May 20, 2012
1 parent 26c8a72 commit 711e1bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/media/video/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -649,6 +649,8 @@ menuconfig V4L_USB_DRIVERS

if V4L_USB_DRIVERS

source "drivers/media/video/au0828/Kconfig"

source "drivers/media/video/uvc/Kconfig"

source "drivers/media/video/gspca/Kconfig"
Expand Down Expand Up @@ -724,8 +726,6 @@ menuconfig V4L_PCI_DRIVERS

if V4L_PCI_DRIVERS

source "drivers/media/video/au0828/Kconfig"

source "drivers/media/video/bt8xx/Kconfig"

source "drivers/media/video/cx18/Kconfig"
Expand Down

0 comments on commit 711e1bf

Please sign in to comment.