diff options
author | Hans Verkuil <hans.verkuil@cisco.com> | 2014-07-22 06:21:37 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab <m.chehab@samsung.com> | 2014-07-22 12:53:33 -0300 |
commit | 7955f03d18d14d18188f94581a4ea336c94b1e2d (patch) | |
tree | 45adce1032716316b288dde48682280163cdc8d6 /drivers/media/usb/Kconfig | |
parent | 28cae868cd245b6bb2f27bce807e9d78afcf8ea2 (diff) | |
download | linux-7955f03d18d14d18188f94581a4ea336c94b1e2d.tar.gz linux-7955f03d18d14d18188f94581a4ea336c94b1e2d.tar.xz |
[media] go7007: move out of staging into drivers/media/usb.
Now that the custom motion detection API in this driver has been
replaced with a standard API there is no reason anymore to keep it
in staging. So (finally!) move it to drivers/media/usb.
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
Diffstat (limited to 'drivers/media/usb/Kconfig')
-rw-r--r-- | drivers/media/usb/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/usb/Kconfig b/drivers/media/usb/Kconfig index fa67519abda2..94d51e092db3 100644 --- a/drivers/media/usb/Kconfig +++ b/drivers/media/usb/Kconfig @@ -27,6 +27,7 @@ source "drivers/media/usb/hdpvr/Kconfig" source "drivers/media/usb/tlg2300/Kconfig" source "drivers/media/usb/usbvision/Kconfig" source "drivers/media/usb/stk1160/Kconfig" +source "drivers/media/usb/go7007/Kconfig" endif if (MEDIA_ANALOG_TV_SUPPORT || MEDIA_DIGITAL_TV_SUPPORT) |