···5959 support radio reception. Disabling this option will6060 disable support for them.61616262+config MEDIA_SDR_SUPPORT6363+ bool "Software defined radio support"6464+ ---help---6565+ Enable software defined radio support.6666+6767+ Say Y when you have a software defined radio device.6868+6269config MEDIA_RC_SUPPORT6370 bool "Remote Controller support"6471 depends on INPUT···10295config VIDEO_DEV10396 tristate10497 depends on MEDIA_SUPPORT105105- depends on MEDIA_CAMERA_SUPPORT || MEDIA_ANALOG_TV_SUPPORT || MEDIA_RADIO_SUPPORT9898+ depends on MEDIA_CAMERA_SUPPORT || MEDIA_ANALOG_TV_SUPPORT || MEDIA_RADIO_SUPPORT || MEDIA_SDR_SUPPORT10699 default y107100108101config VIDEO_V4L2_SUBDEV_API···178171179172config MEDIA_SUBDRV_AUTOSELECT180173 bool "Autoselect ancillary drivers (tuners, sensors, i2c, frontends)"181181- depends on MEDIA_ANALOG_TV_SUPPORT || MEDIA_DIGITAL_TV_SUPPORT || MEDIA_CAMERA_SUPPORT174174+ depends on MEDIA_ANALOG_TV_SUPPORT || MEDIA_DIGITAL_TV_SUPPORT || MEDIA_CAMERA_SUPPORT || MEDIA_SDR_SUPPORT182175 depends on HAS_IOMEM183176 select I2C184177 select I2C_MUX
+4
drivers/media/usb/Kconfig
···5252source "drivers/media/usb/em28xx/Kconfig"5353endif54545555+if MEDIA_SDR_SUPPORT5656+ comment "Software defined radio USB devices"5757+endif5858+5559endif #MEDIA_USB_SUPPORT5660endif #USB