Kconfig (9edd576d89a5b6d3e136d7dcab654d887c0d25b7) | Kconfig (1bf20c3a0c616f44359c573b533d06bae960ee45) |
---|---|
1# 2# Multimedia Video device configuration 3# 4 5menuconfig RADIO_ADAPTERS 6 bool "Radio Adapters" 7 depends on VIDEO_V4L2 8 default y --- 66 unchanged lines hidden (view full) --- 75 Say Y here if you want support to Si4713 FM Radio Transmitter. 76 This device can transmit audio through FM. It can transmit 77 RDS and RBDS signals as well. This module is the v4l2 radio 78 interface for the i2c driver of this device. 79 80 To compile this driver as a module, choose M here: the 81 module will be called radio-si4713. 82 | 1# 2# Multimedia Video device configuration 3# 4 5menuconfig RADIO_ADAPTERS 6 bool "Radio Adapters" 7 depends on VIDEO_V4L2 8 default y --- 66 unchanged lines hidden (view full) --- 75 Say Y here if you want support to Si4713 FM Radio Transmitter. 76 This device can transmit audio through FM. It can transmit 77 RDS and RBDS signals as well. This module is the v4l2 radio 78 interface for the i2c driver of this device. 79 80 To compile this driver as a module, choose M here: the 81 module will be called radio-si4713. 82 |
83config USB_KEENE 84 tristate "Keene FM Transmitter USB support" 85 depends on USB && VIDEO_V4L2 86 ---help--- 87 Say Y here if you want to connect this type of FM transmitter 88 to your computer's USB port. 89 90 To compile this driver as a module, choose M here: the 91 module will be called radio-keene. 92 |
|
83config RADIO_TEA5764 84 tristate "TEA5764 I2C FM radio support" 85 depends on I2C && VIDEO_V4L2 86 ---help--- 87 Say Y here if you want to use the TEA5764 FM chip found in 88 EZX phones. This FM chip is present in EZX phones from Motorola, 89 connected to internal pxa I2C bus. 90 --- 372 unchanged lines hidden --- | 93config RADIO_TEA5764 94 tristate "TEA5764 I2C FM radio support" 95 depends on I2C && VIDEO_V4L2 96 ---help--- 97 Say Y here if you want to use the TEA5764 FM chip found in 98 EZX phones. This FM chip is present in EZX phones from Motorola, 99 connected to internal pxa I2C bus. 100 --- 372 unchanged lines hidden --- |