2019-05-19 13:07:45 +01:00
# SPDX-License-Identifier: GPL-2.0-only
2020-03-24 13:53:23 +01:00
# This Kconfig option is also used by the legacy av7110 driver
config TTPCI_EEPROM
tristate
depends on I2C
2013-05-22 11:25:52 -03:00
if USB && MEDIA_SUPPORT
2013-05-08 17:28:13 -03:00
2012-08-20 10:47:00 -03:00
menuconfig MEDIA_USB_SUPPORT
bool "Media USB Adapters"
2012-08-21 08:16:28 -03:00
help
Enable media drivers for USB bus.
If you have such devices, say Y.
2012-06-14 16:35:56 -03:00
2012-08-20 10:47:00 -03:00
if MEDIA_USB_SUPPORT
2012-06-14 16:35:56 -03:00
2012-08-14 00:13:22 -03:00
if MEDIA_CAMERA_SUPPORT
comment "Webcam devices"
source "drivers/media/usb/uvc/Kconfig"
source "drivers/media/usb/gspca/Kconfig"
source "drivers/media/usb/pwc/Kconfig"
source "drivers/media/usb/cpia2/Kconfig"
2012-08-14 01:01:29 -03:00
source "drivers/media/usb/zr364xx/Kconfig"
source "drivers/media/usb/stkwebcam/Kconfig"
source "drivers/media/usb/s2255/Kconfig"
2013-06-17 10:29:06 -03:00
source "drivers/media/usb/usbtv/Kconfig"
2012-08-14 00:13:22 -03:00
endif
if MEDIA_ANALOG_TV_SUPPORT
comment "Analog TV USB devices"
2020-04-14 11:00:30 +02:00
source "drivers/media/usb/pvrusb2/Kconfig"
2012-08-14 00:13:22 -03:00
source "drivers/media/usb/hdpvr/Kconfig"
source "drivers/media/usb/stk1160/Kconfig"
2014-07-22 06:21:37 +02:00
source "drivers/media/usb/go7007/Kconfig"
2012-08-14 00:13:22 -03:00
endif
if (MEDIA_ANALOG_TV_SUPPORT || MEDIA_DIGITAL_TV_SUPPORT)
comment "Analog/digital TV USB devices"
2012-12-04 11:30:00 -03:00
source "drivers/media/usb/au0828/Kconfig"
2012-08-14 00:13:22 -03:00
source "drivers/media/usb/cx231xx/Kconfig"
source "drivers/media/usb/tm6000/Kconfig"
endif
if I2C && MEDIA_DIGITAL_TV_SUPPORT
comment "Digital TV USB devices"
2012-06-14 16:35:56 -03:00
source "drivers/media/usb/dvb-usb/Kconfig"
source "drivers/media/usb/dvb-usb-v2/Kconfig"
source "drivers/media/usb/ttusb-budget/Kconfig"
source "drivers/media/usb/ttusb-dec/Kconfig"
source "drivers/media/usb/siano/Kconfig"
2012-06-14 16:35:58 -03:00
source "drivers/media/usb/b2c2/Kconfig"
2014-08-12 18:50:15 -03:00
source "drivers/media/usb/as102/Kconfig"
2012-08-14 00:13:22 -03:00
endif
2012-06-14 16:35:56 -03:00
2012-08-14 00:13:22 -03:00
if (MEDIA_CAMERA_SUPPORT || MEDIA_ANALOG_TV_SUPPORT || MEDIA_DIGITAL_TV_SUPPORT)
comment "Webcam, TV (analog/digital) USB devices"
source "drivers/media/usb/em28xx/Kconfig"
2012-06-14 16:35:56 -03:00
endif
2012-08-14 00:13:22 -03:00
2014-07-12 21:43:12 -03:00
if MEDIA_SDR_SUPPORT
comment "Software defined radio USB devices"
2014-07-17 21:42:24 -03:00
source "drivers/media/usb/airspy/Kconfig"
2014-08-23 04:40:01 -03:00
source "drivers/media/usb/hackrf/Kconfig"
source "drivers/media/usb/msi2500/Kconfig"
2014-07-12 21:43:12 -03:00
endif
2012-08-20 10:47:00 -03:00
endif #MEDIA_USB_SUPPORT
2013-05-08 17:28:13 -03:00
endif #USB