diff options
author | Hans Verkuil <hverkuil@xs4all.nl> | 2009-08-12 09:10:20 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-09-12 11:18:53 -0400 |
commit | 9d7530d53d6cd8b50efc8dcecad4febe8ae53fd4 (patch) | |
tree | f6d9f4dd33b8f47b26eea8f8cfe6e089f5835c3d /drivers/media/radio/Kconfig | |
parent | 17d8dfe8c8a23dfadd714315465d992410bebd88 (diff) |
V4L/DVB (12455): radio-typhoon: remove obsolete RADIO_TYPHOON_PROC_FS config option
Thanks to Robert P.J. Day for finding this.
Thanks-to: Robert P.J. Day <rpjday@crashcourse.ca>
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/radio/Kconfig')
-rw-r--r-- | drivers/media/radio/Kconfig | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/drivers/media/radio/Kconfig b/drivers/media/radio/Kconfig index 41bbec6df327..0e39edf75e76 100644 --- a/drivers/media/radio/Kconfig +++ b/drivers/media/radio/Kconfig | |||
@@ -288,16 +288,6 @@ config RADIO_TYPHOON | |||
288 | To compile this driver as a module, choose M here: the | 288 | To compile this driver as a module, choose M here: the |
289 | module will be called radio-typhoon. | 289 | module will be called radio-typhoon. |
290 | 290 | ||
291 | config RADIO_TYPHOON_PROC_FS | ||
292 | bool "Support for /proc/radio-typhoon" | ||
293 | depends on PROC_FS && RADIO_TYPHOON | ||
294 | help | ||
295 | Say Y here if you want the typhoon radio card driver to write | ||
296 | status information (frequency, volume, muted, mute frequency, | ||
297 | base address) to /proc/radio-typhoon. The file can be viewed with | ||
298 | your favorite pager (i.e. use "more /proc/radio-typhoon" or "less | ||
299 | /proc/radio-typhoon" or simply "cat /proc/radio-typhoon"). | ||
300 | |||
301 | config RADIO_TYPHOON_PORT | 291 | config RADIO_TYPHOON_PORT |
302 | hex "Typhoon I/O port (0x316 or 0x336)" | 292 | hex "Typhoon I/O port (0x316 or 0x336)" |
303 | depends on RADIO_TYPHOON=y | 293 | depends on RADIO_TYPHOON=y |