diff options
author | Ondrej Zary <linux@rainbow-software.org> | 2009-12-10 15:12:32 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-12-15 21:18:40 -0500 |
commit | 67cabf503cd0ad7473cf1856f9c9bb6320098be6 (patch) | |
tree | 5b1205db2d1dc6327c3953cdea16cdc5efd30b4d /drivers/media/radio/Kconfig | |
parent | 4b8303747474033d6d73828607eafab77c620d96 (diff) |
V4L/DVB (13609): radio-sf16fmi: add autoprobing
Add automatic probing of ports 0x284 and 0x384 to radio-sf16fmi if no card is
found using PnP.
Signed-off-by: Ondrej Zary <linux@rainbow-software.org>
Signed-off-by: Douglas Schilling Landgraf <dougsland@redhat.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/radio/Kconfig')
-rw-r--r-- | drivers/media/radio/Kconfig | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/media/radio/Kconfig b/drivers/media/radio/Kconfig index 0fe93f2b48bd..3f40f375981b 100644 --- a/drivers/media/radio/Kconfig +++ b/drivers/media/radio/Kconfig | |||
@@ -218,10 +218,7 @@ config RADIO_SF16FMI | |||
218 | tristate "SF16-FMI/SF16-FMP Radio" | 218 | tristate "SF16-FMI/SF16-FMP Radio" |
219 | depends on ISA && VIDEO_V4L2 | 219 | depends on ISA && VIDEO_V4L2 |
220 | ---help--- | 220 | ---help--- |
221 | Choose Y here if you have one of these FM radio cards. If you | 221 | Choose Y here if you have one of these FM radio cards. |
222 | compile the driver into the kernel and your card is not PnP one, you | ||
223 | have to add "sf16fm=<io>" to the kernel command line (I/O address is | ||
224 | 0x284 or 0x384). | ||
225 | 222 | ||
226 | In order to control your radio card, you will need to use programs | 223 | In order to control your radio card, you will need to use programs |
227 | that are compatible with the Video For Linux API. Information on | 224 | that are compatible with the Video For Linux API. Information on |