diff options
author | Dinesh Ram <Dinesh.Ram@cern.ch> | 2013-10-15 11:24:37 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <m.chehab@samsung.com> | 2013-12-18 03:30:00 -0500 |
commit | 7391232e1215b3583de86af6e942aaa5c5c9fa97 (patch) | |
tree | 261d6ee8d92381602bd0437aca7f2793a99305f2 /drivers/media/radio/Kconfig | |
parent | 3e6e3b3d3d6877e5b9fe0c2cd9788127a4974a3d (diff) |
[media] si4713: Reorganized drivers/media/radio directory
Added a new si4713 directory which will contain all si4713 related files.
Also updated Makefile and Kconfig
Signed-off-by: Dinesh Ram <dinesh.ram@cern.ch>
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Tested-by: Eduardo Valentin <edubezval@gmail.com>
Acked-by: Eduardo Valentin <edubezval@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
Diffstat (limited to 'drivers/media/radio/Kconfig')
-rw-r--r-- | drivers/media/radio/Kconfig | 29 |
1 files changed, 6 insertions, 23 deletions
diff --git a/drivers/media/radio/Kconfig b/drivers/media/radio/Kconfig index 6ecdc39bb366..e92cec6fc480 100644 --- a/drivers/media/radio/Kconfig +++ b/drivers/media/radio/Kconfig | |||
@@ -21,6 +21,12 @@ config RADIO_SI470X | |||
21 | 21 | ||
22 | source "drivers/media/radio/si470x/Kconfig" | 22 | source "drivers/media/radio/si470x/Kconfig" |
23 | 23 | ||
24 | config RADIO_SI4713 | ||
25 | tristate "Silicon Labs Si4713 FM Radio with RDS Transmitter support" | ||
26 | depends on VIDEO_V4L2 | ||
27 | |||
28 | source "drivers/media/radio/si4713/Kconfig" | ||
29 | |||
24 | config RADIO_SI476X | 30 | config RADIO_SI476X |
25 | tristate "Silicon Laboratories Si476x I2C FM Radio" | 31 | tristate "Silicon Laboratories Si476x I2C FM Radio" |
26 | depends on I2C && VIDEO_V4L2 | 32 | depends on I2C && VIDEO_V4L2 |
@@ -113,29 +119,6 @@ config RADIO_SHARK2 | |||
113 | To compile this driver as a module, choose M here: the | 119 | To compile this driver as a module, choose M here: the |
114 | module will be called radio-shark2. | 120 | module will be called radio-shark2. |
115 | 121 | ||
116 | config I2C_SI4713 | ||
117 | tristate "I2C driver for Silicon Labs Si4713 device" | ||
118 | depends on I2C && VIDEO_V4L2 | ||
119 | ---help--- | ||
120 | Say Y here if you want support to Si4713 I2C device. | ||
121 | This device driver supports only i2c bus. | ||
122 | |||
123 | To compile this driver as a module, choose M here: the | ||
124 | module will be called si4713. | ||
125 | |||
126 | config RADIO_SI4713 | ||
127 | tristate "Silicon Labs Si4713 FM Radio Transmitter support" | ||
128 | depends on I2C && VIDEO_V4L2 | ||
129 | select I2C_SI4713 | ||
130 | ---help--- | ||
131 | Say Y here if you want support to Si4713 FM Radio Transmitter. | ||
132 | This device can transmit audio through FM. It can transmit | ||
133 | RDS and RBDS signals as well. This module is the v4l2 radio | ||
134 | interface for the i2c driver of this device. | ||
135 | |||
136 | To compile this driver as a module, choose M here: the | ||
137 | module will be called radio-si4713. | ||
138 | |||
139 | config USB_KEENE | 122 | config USB_KEENE |
140 | tristate "Keene FM Transmitter USB support" | 123 | tristate "Keene FM Transmitter USB support" |
141 | depends on USB && VIDEO_V4L2 | 124 | depends on USB && VIDEO_V4L2 |