aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/usb/Kconfig
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@redhat.com>2012-08-13 23:13:22 -0400
committerMauro Carvalho Chehab <mchehab@redhat.com>2012-08-15 15:25:07 -0400
commit0c0d06cac63ee327ceaab4b5ffe2206574ab86bd (patch)
treee759f0dc3185d97f2a0c6b5cd5e32ea6faa74d40 /drivers/media/usb/Kconfig
parent84cfe9e79bd5ac11c963f4841158454fefa872f6 (diff)
[media] rename most media/video usb drivers to media/usb
Rename all USB drivers with their own directory under drivers/media/video into drivers/media/usb and update the building system. Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/usb/Kconfig')
-rw-r--r--drivers/media/usb/Kconfig41
1 files changed, 36 insertions, 5 deletions
diff --git a/drivers/media/usb/Kconfig b/drivers/media/usb/Kconfig
index 53664b35af1c..a1e25ee9d671 100644
--- a/drivers/media/usb/Kconfig
+++ b/drivers/media/usb/Kconfig
@@ -2,18 +2,49 @@
2# USB media device configuration 2# USB media device configuration
3# 3#
4 4
5menuconfig MEDIA_USB_DRIVERS 5menu "Media USB Adapters"
6 bool "Supported DVB USB Adapters" 6 visible if USB && MEDIA_SUPPORT
7 depends on USB
8 default y
9 7
10if MEDIA_USB_DRIVERS && DVB_CORE && I2C 8if MEDIA_CAMERA_SUPPORT
9 comment "Webcam devices"
10source "drivers/media/usb/uvc/Kconfig"
11source "drivers/media/usb/gspca/Kconfig"
12source "drivers/media/usb/pwc/Kconfig"
13source "drivers/media/usb/cpia2/Kconfig"
14source "drivers/media/usb/sn9c102/Kconfig"
15endif
16
17if MEDIA_ANALOG_TV_SUPPORT
18 comment "Analog TV USB devices"
19source "drivers/media/usb/au0828/Kconfig"
20source "drivers/media/usb/pvrusb2/Kconfig"
21source "drivers/media/usb/hdpvr/Kconfig"
22source "drivers/media/usb/tlg2300/Kconfig"
23source "drivers/media/usb/usbvision/Kconfig"
24source "drivers/media/usb/stk1160/Kconfig"
11 25
26endif
27
28if (MEDIA_ANALOG_TV_SUPPORT || MEDIA_DIGITAL_TV_SUPPORT)
29 comment "Analog/digital TV USB devices"
30source "drivers/media/usb/cx231xx/Kconfig"
31source "drivers/media/usb/tm6000/Kconfig"
32endif
33
34
35if I2C && MEDIA_DIGITAL_TV_SUPPORT
36 comment "Digital TV USB devices"
12source "drivers/media/usb/dvb-usb/Kconfig" 37source "drivers/media/usb/dvb-usb/Kconfig"
13source "drivers/media/usb/dvb-usb-v2/Kconfig" 38source "drivers/media/usb/dvb-usb-v2/Kconfig"
14source "drivers/media/usb/ttusb-budget/Kconfig" 39source "drivers/media/usb/ttusb-budget/Kconfig"
15source "drivers/media/usb/ttusb-dec/Kconfig" 40source "drivers/media/usb/ttusb-dec/Kconfig"
16source "drivers/media/usb/siano/Kconfig" 41source "drivers/media/usb/siano/Kconfig"
17source "drivers/media/usb/b2c2/Kconfig" 42source "drivers/media/usb/b2c2/Kconfig"
43endif
18 44
45if (MEDIA_CAMERA_SUPPORT || MEDIA_ANALOG_TV_SUPPORT || MEDIA_DIGITAL_TV_SUPPORT)
46 comment "Webcam, TV (analog/digital) USB devices"
47source "drivers/media/usb/em28xx/Kconfig"
19endif 48endif
49
50endmenu