Kconfig (7391232e1215b3583de86af6e942aaa5c5c9fa97) | Kconfig (21326c461e10431767e817e858e66113336d361c) |
---|---|
1# 2# Multimedia Video device configuration 3# 4 5menuconfig RADIO_ADAPTERS 6 bool "Radio Adapters" 7 depends on VIDEO_V4L2 8 depends on MEDIA_RADIO_SUPPORT --- 115 unchanged lines hidden (view full) --- 124 depends on USB && VIDEO_V4L2 125 ---help--- 126 Say Y here if you want to connect this type of FM transmitter 127 to your computer's USB port. 128 129 To compile this driver as a module, choose M here: the 130 module will be called radio-keene. 131 | 1# 2# Multimedia Video device configuration 3# 4 5menuconfig RADIO_ADAPTERS 6 bool "Radio Adapters" 7 depends on VIDEO_V4L2 8 depends on MEDIA_RADIO_SUPPORT --- 115 unchanged lines hidden (view full) --- 124 depends on USB && VIDEO_V4L2 125 ---help--- 126 Say Y here if you want to connect this type of FM transmitter 127 to your computer's USB port. 128 129 To compile this driver as a module, choose M here: the 130 module will be called radio-keene. 131 |
132config USB_RAREMONO 133 tristate "Thanko's Raremono AM/FM/SW radio support" 134 depends on USB && VIDEO_V4L2 135 ---help--- 136 The 'Thanko's Raremono' device contains the Si4734 chip from Silicon Labs Inc. 137 It is one of the very few or perhaps the only consumer USB radio device 138 to receive the AM/FM/SW bands. 139 140 Say Y here if you want to connect this type of AM/FM/SW receiver 141 to your computer's USB port. 142 143 To compile this driver as a module, choose M here: the 144 module will be called radio-raremono. 145 |
|
132config USB_MA901 133 tristate "Masterkit MA901 USB FM radio support" 134 depends on USB && VIDEO_V4L2 135 ---help--- 136 Say Y here if you want to connect this type of radio to your 137 computer's USB port. Note that the audio is not digital, and 138 you must connect the line out connector to a sound card or a 139 set of speakers or headphones. --- 348 unchanged lines hidden --- | 146config USB_MA901 147 tristate "Masterkit MA901 USB FM radio support" 148 depends on USB && VIDEO_V4L2 149 ---help--- 150 Say Y here if you want to connect this type of radio to your 151 computer's USB port. Note that the audio is not digital, and 152 you must connect the line out connector to a sound card or a 153 set of speakers or headphones. --- 348 unchanged lines hidden --- |