Kconfig (4756fc64ecd628efa6f8296711d7dbcefabf25dd) Kconfig (42a741dcf1472cea55193ea8611db3d67808ce22)
1#
2# Multimedia Video device configuration
3#
4
5menuconfig RADIO_ADAPTERS
6 bool "Radio Adapters"
7 depends on VIDEO_V4L2
8 default y

--- 187 unchanged lines hidden (view full) ---

196 this API and pointers to "v4l" programs may be found at
197 <file:Documentation/video4linux/API.html>.
198
199 To compile this driver as a module, choose M here: the
200 module will be called radio-sf16fmi.
201
202config RADIO_SF16FMR2
203 tristate "SF16FMR2 Radio"
1#
2# Multimedia Video device configuration
3#
4
5menuconfig RADIO_ADAPTERS
6 bool "Radio Adapters"
7 depends on VIDEO_V4L2
8 default y

--- 187 unchanged lines hidden (view full) ---

196 this API and pointers to "v4l" programs may be found at
197 <file:Documentation/video4linux/API.html>.
198
199 To compile this driver as a module, choose M here: the
200 module will be called radio-sf16fmi.
201
202config RADIO_SF16FMR2
203 tristate "SF16FMR2 Radio"
204 depends on ISA && VIDEO_V4L2
204 depends on ISA && VIDEO_V4L2 && SND
205 ---help---
206 Choose Y here if you have one of these FM radio cards.
207
208 In order to control your radio card, you will need to use programs
209 that are compatible with the Video For Linux API. Information on
210 this API and pointers to "v4l" programs may be found on the WWW at
211 <http://roadrunner.swansea.uk.linux.org/v4l.shtml>.
212

--- 234 unchanged lines hidden ---
205 ---help---
206 Choose Y here if you have one of these FM radio cards.
207
208 In order to control your radio card, you will need to use programs
209 that are compatible with the Video For Linux API. Information on
210 this API and pointers to "v4l" programs may be found on the WWW at
211 <http://roadrunner.swansea.uk.linux.org/v4l.shtml>.
212

--- 234 unchanged lines hidden ---