diff options
author | Mauro Carvalho Chehab <m.chehab@samsung.com> | 2014-08-12 18:50:15 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <m.chehab@samsung.com> | 2014-08-21 15:25:28 -0500 |
commit | d6317c68f3324e086799e12e4864231bb71829cb (patch) | |
tree | cb151d04f478e2b230fab10c43a310bc5c876644 /drivers/media/usb/Makefile | |
parent | 2179de602c33d0b7b87f087dd7fbf35d22da4bd8 (diff) | |
download | linux-next-d6317c68f3324e086799e12e4864231bb71829cb.tar.gz |
[media] as102: promote it out of staging
This driver is stable and doesn't contain any really serious
issue. Move it out of staging.
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
Diffstat (limited to 'drivers/media/usb/Makefile')
-rw-r--r-- | drivers/media/usb/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/usb/Makefile b/drivers/media/usb/Makefile index f438efffefc5..b5b645b91f4e 100644 --- a/drivers/media/usb/Makefile +++ b/drivers/media/usb/Makefile @@ -23,3 +23,4 @@ obj-$(CONFIG_VIDEO_TM6000) += tm6000/ obj-$(CONFIG_VIDEO_EM28XX) += em28xx/ obj-$(CONFIG_VIDEO_USBTV) += usbtv/ obj-$(CONFIG_VIDEO_GO7007) += go7007/ +obj-$(CONFIG_DVB_AS102) += as102/ |