Kconfig (a9de18eb761f7c1c860964b2e5addc1a35c7e861) Kconfig (46a60cfef581307d8273919182ae939d44ff7cca)
1#
2# Multimedia Video device configuration
3#
4
5menuconfig RADIO_ADAPTERS
6 bool "Radio Adapters"
7 depends on VIDEO_V4L2
8 default y

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

382 Say Y here if you want to connect this type of radio to your
383 computer's USB port. Note that the audio is not digital, and
384 you must connect the line out connector to a sound card or a
385 set of speakers.
386
387 To compile this driver as a module, choose M here: the
388 module will be called radio-mr800.
389
1#
2# Multimedia Video device configuration
3#
4
5menuconfig RADIO_ADAPTERS
6 bool "Radio Adapters"
7 depends on VIDEO_V4L2
8 default y

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

382 Say Y here if you want to connect this type of radio to your
383 computer's USB port. Note that the audio is not digital, and
384 you must connect the line out connector to a sound card or a
385 set of speakers.
386
387 To compile this driver as a module, choose M here: the
388 module will be called radio-mr800.
389
390config RADIO_TEA5764
391 tristate "TEA5764 I2C FM radio support"
392 depends on I2C && VIDEO_V4L2
393 ---help---
394 Say Y here if you want to use the TEA5764 FM chip found in
395 EZX phones. This FM chip is present in EZX phones from Motorola,
396 connected to internal pxa I2C bus.
397
398 To compile this driver as a module, choose M here: the
399 module will be called radio-tea5764.
400
401config RADIO_TEA5764_XTAL
402 bool "TEA5764 crystal reference"
403 depends on RADIO_TEA5764=y
404 default y
405 help
406 Say Y here if TEA5764 have a 32768 Hz crystal in circuit, say N
407 here if TEA5764 reference frequency is connected in FREQIN.
408
390endif # RADIO_ADAPTERS
409endif # RADIO_ADAPTERS