diff options
author | Mauro Carvalho Chehab <m.chehab@samsung.com> | 2014-08-12 23:50:15 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab <m.chehab@samsung.com> | 2014-08-21 22:25:28 +0200 |
commit | d6317c68f3324e086799e12e4864231bb71829cb (patch) | |
tree | cb151d04f478e2b230fab10c43a310bc5c876644 /drivers/media/usb/Makefile | |
parent | [media] staging: media: as102: replace custom dprintk() with dev_dbg() (diff) | |
download | linux-d6317c68f3324e086799e12e4864231bb71829cb.tar.xz linux-d6317c68f3324e086799e12e4864231bb71829cb.zip |
[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/ |