Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[media] au0828: Move the Kconfig knob under V4L_USB_DRIVERS

This driver is for USB devices, but was incorrectly listed under
V4L_PCI_DRIVERS.

Signed-off-by: Ismael Luceno <ismael.luceno@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>

authored by

Ismael Luceno and committed by
Mauro Carvalho Chehab
711e1bfb 26c8a729

+2 -2
+2 -2
drivers/media/video/Kconfig
··· 649 649 650 650 if V4L_USB_DRIVERS 651 651 652 + source "drivers/media/video/au0828/Kconfig" 653 + 652 654 source "drivers/media/video/uvc/Kconfig" 653 655 654 656 source "drivers/media/video/gspca/Kconfig" ··· 725 723 Say Y here to enable support for these PCI(e) drivers. 726 724 727 725 if V4L_PCI_DRIVERS 728 - 729 - source "drivers/media/video/au0828/Kconfig" 730 726 731 727 source "drivers/media/video/bt8xx/Kconfig" 732 728