diff options
author | Michael Krufky <mkrufky@linuxtv.org> | 2006-03-16 11:18:25 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-03-21 11:53:50 -0500 |
commit | f5c08a2ee906381d85a6f0a3ca309fd56cf3b90f (patch) | |
tree | 6793d765aa7f42dab52e760f4153e891386a1c8d /drivers/media/dvb/frontends/Kconfig | |
parent | e690e14c9476aa46ec49ce8e24a591f786aa4766 (diff) |
V4L/DVB (3528): Kconfig: fix ATSC frontend menu item names by manufacturer
- Corrected typo for NxtWave NXT200X
- Added "Oren" manufacturer name to menu items for OR51132 and OR51211
- Removed "(pcHDTV HDx000 card)" from Oren frontends menu item names,
This isn't necessary, as these frontends are selected by the card drivers,
build configuration (DVB_BT8XX and VIDEO_CX88_DVB).
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/dvb/frontends/Kconfig')
-rw-r--r-- | drivers/media/dvb/frontends/Kconfig | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/media/dvb/frontends/Kconfig b/drivers/media/dvb/frontends/Kconfig index a1a894d81040..94233168d241 100644 --- a/drivers/media/dvb/frontends/Kconfig +++ b/drivers/media/dvb/frontends/Kconfig | |||
@@ -161,7 +161,7 @@ comment "ATSC (North American/Korean Terresterial DTV) frontends" | |||
161 | depends on DVB_CORE | 161 | depends on DVB_CORE |
162 | 162 | ||
163 | config DVB_NXT200X | 163 | config DVB_NXT200X |
164 | tristate "Nextwave NXT2002/NXT2004 based" | 164 | tristate "NxtWave Communications NXT2002/NXT2004 based" |
165 | depends on DVB_CORE | 165 | depends on DVB_CORE |
166 | select FW_LOADER | 166 | select FW_LOADER |
167 | help | 167 | help |
@@ -175,14 +175,14 @@ config DVB_NXT200X | |||
175 | or /lib/firmware (depending on configuration of firmware hotplug). | 175 | or /lib/firmware (depending on configuration of firmware hotplug). |
176 | 176 | ||
177 | config DVB_OR51211 | 177 | config DVB_OR51211 |
178 | tristate "or51211 based (pcHDTV HD2000 card)" | 178 | tristate "Oren OR51211 based" |
179 | depends on DVB_CORE | 179 | depends on DVB_CORE |
180 | select FW_LOADER | 180 | select FW_LOADER |
181 | help | 181 | help |
182 | An ATSC 8VSB tuner module. Say Y when you want to support this frontend. | 182 | An ATSC 8VSB tuner module. Say Y when you want to support this frontend. |
183 | 183 | ||
184 | config DVB_OR51132 | 184 | config DVB_OR51132 |
185 | tristate "OR51132 based (pcHDTV HD3000 card)" | 185 | tristate "Oren OR51132 based" |
186 | depends on DVB_CORE | 186 | depends on DVB_CORE |
187 | select FW_LOADER | 187 | select FW_LOADER |
188 | help | 188 | help |