18c2ecf20Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0-only
28c2ecf20Sopenharmony_ci
38c2ecf20Sopenharmony_ci# This Kconfig option is also used by the legacy av7110 driver
48c2ecf20Sopenharmony_ciconfig TTPCI_EEPROM
58c2ecf20Sopenharmony_ci	tristate
68c2ecf20Sopenharmony_ci	depends on I2C
78c2ecf20Sopenharmony_ci
88c2ecf20Sopenharmony_ciif USB && MEDIA_SUPPORT
98c2ecf20Sopenharmony_ci
108c2ecf20Sopenharmony_cimenuconfig MEDIA_USB_SUPPORT
118c2ecf20Sopenharmony_ci	bool "Media USB Adapters"
128c2ecf20Sopenharmony_ci	help
138c2ecf20Sopenharmony_ci	  Enable media drivers for USB bus.
148c2ecf20Sopenharmony_ci	  If you have such devices, say Y.
158c2ecf20Sopenharmony_ci
168c2ecf20Sopenharmony_ciif MEDIA_USB_SUPPORT
178c2ecf20Sopenharmony_ci
188c2ecf20Sopenharmony_ciif MEDIA_CAMERA_SUPPORT
198c2ecf20Sopenharmony_ci	comment "Webcam devices"
208c2ecf20Sopenharmony_cisource "drivers/media/usb/uvc/Kconfig"
218c2ecf20Sopenharmony_cisource "drivers/media/usb/gspca/Kconfig"
228c2ecf20Sopenharmony_cisource "drivers/media/usb/pwc/Kconfig"
238c2ecf20Sopenharmony_cisource "drivers/media/usb/cpia2/Kconfig"
248c2ecf20Sopenharmony_cisource "drivers/media/usb/zr364xx/Kconfig"
258c2ecf20Sopenharmony_cisource "drivers/media/usb/stkwebcam/Kconfig"
268c2ecf20Sopenharmony_cisource "drivers/media/usb/s2255/Kconfig"
278c2ecf20Sopenharmony_cisource "drivers/media/usb/usbtv/Kconfig"
288c2ecf20Sopenharmony_ciendif
298c2ecf20Sopenharmony_ci
308c2ecf20Sopenharmony_ciif MEDIA_ANALOG_TV_SUPPORT
318c2ecf20Sopenharmony_ci	comment "Analog TV USB devices"
328c2ecf20Sopenharmony_cisource "drivers/media/usb/pvrusb2/Kconfig"
338c2ecf20Sopenharmony_cisource "drivers/media/usb/hdpvr/Kconfig"
348c2ecf20Sopenharmony_cisource "drivers/media/usb/stk1160/Kconfig"
358c2ecf20Sopenharmony_cisource "drivers/media/usb/go7007/Kconfig"
368c2ecf20Sopenharmony_ciendif
378c2ecf20Sopenharmony_ci
388c2ecf20Sopenharmony_ciif (MEDIA_ANALOG_TV_SUPPORT || MEDIA_DIGITAL_TV_SUPPORT)
398c2ecf20Sopenharmony_ci	comment "Analog/digital TV USB devices"
408c2ecf20Sopenharmony_cisource "drivers/media/usb/au0828/Kconfig"
418c2ecf20Sopenharmony_cisource "drivers/media/usb/cx231xx/Kconfig"
428c2ecf20Sopenharmony_cisource "drivers/media/usb/tm6000/Kconfig"
438c2ecf20Sopenharmony_ciendif
448c2ecf20Sopenharmony_ci
458c2ecf20Sopenharmony_ci
468c2ecf20Sopenharmony_ciif I2C && MEDIA_DIGITAL_TV_SUPPORT
478c2ecf20Sopenharmony_ci	comment "Digital TV USB devices"
488c2ecf20Sopenharmony_cisource "drivers/media/usb/dvb-usb/Kconfig"
498c2ecf20Sopenharmony_cisource "drivers/media/usb/dvb-usb-v2/Kconfig"
508c2ecf20Sopenharmony_cisource "drivers/media/usb/ttusb-budget/Kconfig"
518c2ecf20Sopenharmony_cisource "drivers/media/usb/ttusb-dec/Kconfig"
528c2ecf20Sopenharmony_cisource "drivers/media/usb/siano/Kconfig"
538c2ecf20Sopenharmony_cisource "drivers/media/usb/b2c2/Kconfig"
548c2ecf20Sopenharmony_cisource "drivers/media/usb/as102/Kconfig"
558c2ecf20Sopenharmony_ciendif
568c2ecf20Sopenharmony_ci
578c2ecf20Sopenharmony_ciif (MEDIA_CAMERA_SUPPORT || MEDIA_ANALOG_TV_SUPPORT || MEDIA_DIGITAL_TV_SUPPORT)
588c2ecf20Sopenharmony_ci	comment "Webcam, TV (analog/digital) USB devices"
598c2ecf20Sopenharmony_cisource "drivers/media/usb/em28xx/Kconfig"
608c2ecf20Sopenharmony_ciendif
618c2ecf20Sopenharmony_ci
628c2ecf20Sopenharmony_ciif MEDIA_SDR_SUPPORT
638c2ecf20Sopenharmony_ci	comment "Software defined radio USB devices"
648c2ecf20Sopenharmony_cisource "drivers/media/usb/airspy/Kconfig"
658c2ecf20Sopenharmony_cisource "drivers/media/usb/hackrf/Kconfig"
668c2ecf20Sopenharmony_cisource "drivers/media/usb/msi2500/Kconfig"
678c2ecf20Sopenharmony_ciendif
688c2ecf20Sopenharmony_ci
698c2ecf20Sopenharmony_ciendif #MEDIA_USB_SUPPORT
708c2ecf20Sopenharmony_ciendif #USB
71