Skip to content

Commit

Permalink
msi2500: move msi3101 out of staging and rename
Browse files Browse the repository at this point in the history
Move msi3101 out of staging and rename to msi2500.

Signed-off-by: Antti Palosaari <crope@iki.fi>
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
  • Loading branch information
Antti Palosaari authored and Mauro Carvalho Chehab committed Jul 22, 2014
1 parent 1b303e1 commit fd8b5f5
Show file tree
Hide file tree
Showing 9 changed files with 8 additions and 11 deletions.
1 change: 1 addition & 0 deletions drivers/media/usb/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ endif

if MEDIA_SDR_SUPPORT
comment "Software defined radio USB devices"
source "drivers/media/usb/msi2500/Kconfig"
source "drivers/media/usb/airspy/Kconfig"
endif

Expand Down
1 change: 1 addition & 0 deletions drivers/media/usb/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ obj-y += zr364xx/ stkwebcam/ s2255/
obj-$(CONFIG_USB_VIDEO_CLASS) += uvc/
obj-$(CONFIG_USB_GSPCA) += gspca/
obj-$(CONFIG_USB_PWC) += pwc/
obj-$(CONFIG_USB_MSI2500) += msi2500/
obj-$(CONFIG_USB_AIRSPY) += airspy/
obj-$(CONFIG_VIDEO_CPIA2) += cpia2/
obj-$(CONFIG_VIDEO_AU0828) += au0828/
Expand Down
5 changes: 5 additions & 0 deletions drivers/media/usb/msi2500/Kconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
config USB_MSI2500
tristate "Mirics MSi2500"
depends on VIDEO_V4L2 && SPI
select VIDEOBUF2_VMALLOC
select MEDIA_TUNER_MSI001
1 change: 1 addition & 0 deletions drivers/media/usb/msi2500/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
obj-$(CONFIG_USB_MSI2500) += msi2500.o
File renamed without changes.
2 changes: 0 additions & 2 deletions drivers/staging/media/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ source "drivers/staging/media/dt3155v4l/Kconfig"

source "drivers/staging/media/go7007/Kconfig"

source "drivers/staging/media/msi3101/Kconfig"

source "drivers/staging/media/omap24xx/Kconfig"

source "drivers/staging/media/solo6x10/Kconfig"
Expand Down
1 change: 0 additions & 1 deletion drivers/staging/media/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ obj-$(CONFIG_LIRC_STAGING) += lirc/
obj-$(CONFIG_SOLO6X10) += solo6x10/
obj-$(CONFIG_VIDEO_DT3155) += dt3155v4l/
obj-$(CONFIG_VIDEO_GO7007) += go7007/
obj-$(CONFIG_USB_MSI3101) += msi3101/
obj-$(CONFIG_VIDEO_DM365_VPFE) += davinci_vpfe/
obj-$(CONFIG_VIDEO_OMAP4) += omap4iss/
obj-$(CONFIG_VIDEO_OMAP2) += omap24xx/
Expand Down
7 changes: 0 additions & 7 deletions drivers/staging/media/msi3101/Kconfig

This file was deleted.

1 change: 0 additions & 1 deletion drivers/staging/media/msi3101/Makefile

This file was deleted.

0 comments on commit fd8b5f5

Please sign in to comment.