xref: /linux/drivers/media/radio/Kconfig (revision b31c33bd8b339e426138dd267ec969291f802a0d)
11da177e4SLinus Torvalds#
21da177e4SLinus Torvalds# Multimedia Video device configuration
31da177e4SLinus Torvalds#
41da177e4SLinus Torvalds
5c5da5afbSJan Engelhardtmenuconfig RADIO_ADAPTERS
6c5da5afbSJan Engelhardt	bool "Radio Adapters"
7b10fece5STrent Piepho	depends on VIDEO_DEV
8c5da5afbSJan Engelhardt	default y
9ff01652cSMauro Carvalho Chehab	---help---
10ff01652cSMauro Carvalho Chehab	  Say Y here to enable selecting AM/FM radio adapters.
11c5da5afbSJan Engelhardt
1259faba1bSTrent Piephoif RADIO_ADAPTERS && VIDEO_DEV
131da177e4SLinus Torvalds
141da177e4SLinus Torvaldsconfig RADIO_CADET
151da177e4SLinus Torvalds	tristate "ADS Cadet AM/FM Tuner"
16c0c7fa09SHans J. Koch	depends on ISA && VIDEO_V4L2
171da177e4SLinus Torvalds	---help---
181da177e4SLinus Torvalds	  Choose Y here if you have one of these AM/FM radio cards, and then
191da177e4SLinus Torvalds	  fill in the port address below.
201da177e4SLinus Torvalds
211da177e4SLinus Torvalds	  In order to control your radio card, you will need to use programs
221da177e4SLinus Torvalds	  that are compatible with the Video For Linux API.  Information on
231da177e4SLinus Torvalds	  this API and pointers to "v4l" programs may be found at
241da177e4SLinus Torvalds	  <file:Documentation/video4linux/API.html>.
251da177e4SLinus Torvalds
261da177e4SLinus Torvalds	  Further documentation on this driver can be found on the WWW at
271da177e4SLinus Torvalds	  <http://linux.blackhawke.net/cadet/>.
281da177e4SLinus Torvalds
291da177e4SLinus Torvalds	  To compile this driver as a module, choose M here: the
301da177e4SLinus Torvalds	  module will be called radio-cadet.
311da177e4SLinus Torvalds
321da177e4SLinus Torvaldsconfig RADIO_RTRACK
331da177e4SLinus Torvalds	tristate "AIMSlab RadioTrack (aka RadioReveal) support"
3446ff2c72SMauro Carvalho Chehab	depends on ISA && VIDEO_V4L2
351da177e4SLinus Torvalds	---help---
361da177e4SLinus Torvalds	  Choose Y here if you have one of these FM radio cards, and then fill
371da177e4SLinus Torvalds	  in the port address below.
381da177e4SLinus Torvalds
391da177e4SLinus Torvalds	  Note that newer AIMSlab RadioTrack cards have a different chipset
401da177e4SLinus Torvalds	  and are not supported by this driver.  For these cards, use the
411da177e4SLinus Torvalds	  RadioTrack II driver below.
421da177e4SLinus Torvalds
431da177e4SLinus Torvalds	  If you have a GemTeks combined (PnP) sound- and radio card you must
441da177e4SLinus Torvalds	  use this driver as a module and setup the card with isapnptools.
451da177e4SLinus Torvalds	  You must also pass the module a suitable io parameter, 0x248 has
461da177e4SLinus Torvalds	  been reported to be used by these cards.
471da177e4SLinus Torvalds
481da177e4SLinus Torvalds	  In order to control your radio card, you will need to use programs
491da177e4SLinus Torvalds	  that are compatible with the Video For Linux API.  Information on
501da177e4SLinus Torvalds	  this API and pointers to "v4l" programs may be found at
511da177e4SLinus Torvalds	  <file:Documentation/video4linux/API.html>. More information is
521da177e4SLinus Torvalds	  contained in the file
531da177e4SLinus Torvalds	  <file:Documentation/video4linux/radiotrack.txt>.
541da177e4SLinus Torvalds
551da177e4SLinus Torvalds	  To compile this driver as a module, choose M here: the
561da177e4SLinus Torvalds	  module will be called radio-aimslab.
571da177e4SLinus Torvalds
581da177e4SLinus Torvaldsconfig RADIO_RTRACK_PORT
591da177e4SLinus Torvalds	hex "RadioTrack i/o port (0x20f or 0x30f)"
601da177e4SLinus Torvalds	depends on RADIO_RTRACK=y
611da177e4SLinus Torvalds	default "20f"
621da177e4SLinus Torvalds	help
631da177e4SLinus Torvalds	  Enter either 0x30f or 0x20f here.  The card default is 0x30f, if you
641da177e4SLinus Torvalds	  haven't changed the jumper setting on the card.
651da177e4SLinus Torvalds
661da177e4SLinus Torvaldsconfig RADIO_RTRACK2
671da177e4SLinus Torvalds	tristate "AIMSlab RadioTrack II support"
68f8c559f8SMauro Carvalho Chehab	depends on ISA && VIDEO_V4L2
691da177e4SLinus Torvalds	---help---
701da177e4SLinus Torvalds	  Choose Y here if you have this FM radio card, and then fill in the
711da177e4SLinus Torvalds	  port address below.
721da177e4SLinus Torvalds
731da177e4SLinus Torvalds	  In order to control your radio card, you will need to use programs
741da177e4SLinus Torvalds	  that are compatible with the Video For Linux API.  Information on
751da177e4SLinus Torvalds	  this API and pointers to "v4l" programs may be found at
761da177e4SLinus Torvalds	  <file:Documentation/video4linux/API.html>.
771da177e4SLinus Torvalds
781da177e4SLinus Torvalds	  To compile this driver as a module, choose M here: the
791da177e4SLinus Torvalds	  module will be called radio-rtrack2.
801da177e4SLinus Torvalds
811da177e4SLinus Torvaldsconfig RADIO_RTRACK2_PORT
821da177e4SLinus Torvalds	hex "RadioTrack II i/o port (0x20c or 0x30c)"
831da177e4SLinus Torvalds	depends on RADIO_RTRACK2=y
841da177e4SLinus Torvalds	default "30c"
851da177e4SLinus Torvalds	help
861da177e4SLinus Torvalds	  Enter either 0x30c or 0x20c here.  The card default is 0x30c, if you
871da177e4SLinus Torvalds	  haven't changed the jumper setting on the card.
881da177e4SLinus Torvalds
891da177e4SLinus Torvaldsconfig RADIO_AZTECH
901da177e4SLinus Torvalds	tristate "Aztech/Packard Bell Radio"
91a4366af4SMauro Carvalho Chehab	depends on ISA && VIDEO_V4L2
921da177e4SLinus Torvalds	---help---
931da177e4SLinus Torvalds	  Choose Y here if you have one of these FM radio cards, and then fill
941da177e4SLinus Torvalds	  in the port address below.
951da177e4SLinus Torvalds
961da177e4SLinus Torvalds	  In order to control your radio card, you will need to use programs
971da177e4SLinus Torvalds	  that are compatible with the Video For Linux API.  Information on
981da177e4SLinus Torvalds	  this API and pointers to "v4l" programs may be found at
991da177e4SLinus Torvalds	  <file:Documentation/video4linux/API.html>.
1001da177e4SLinus Torvalds
1011da177e4SLinus Torvalds	  To compile this driver as a module, choose M here: the
1021da177e4SLinus Torvalds	  module will be called radio-aztech.
1031da177e4SLinus Torvalds
1041da177e4SLinus Torvaldsconfig RADIO_AZTECH_PORT
1051da177e4SLinus Torvalds	hex "Aztech/Packard Bell I/O port (0x350 or 0x358)"
1061da177e4SLinus Torvalds	depends on RADIO_AZTECH=y
1071da177e4SLinus Torvalds	default "350"
1081da177e4SLinus Torvalds	help
1091da177e4SLinus Torvalds	  Enter either 0x350 or 0x358 here.  The card default is 0x350, if you
1101da177e4SLinus Torvalds	  haven't changed the setting of jumper JP3 on the card.  Removing the
1111da177e4SLinus Torvalds	  jumper sets the card to 0x358.
1121da177e4SLinus Torvalds
1131da177e4SLinus Torvaldsconfig RADIO_GEMTEK
1141da177e4SLinus Torvalds	tristate "GemTek Radio Card support"
115d1c4ecdeSMauro Carvalho Chehab	depends on ISA && VIDEO_V4L2
1161da177e4SLinus Torvalds	---help---
1171da177e4SLinus Torvalds	  Choose Y here if you have this FM radio card, and then fill in the
1181da177e4SLinus Torvalds	  port address below.
1191da177e4SLinus Torvalds
1201da177e4SLinus Torvalds	  In order to control your radio card, you will need to use programs
1211da177e4SLinus Torvalds	  that are compatible with the Video For Linux API.  Information on
1221da177e4SLinus Torvalds	  this API and pointers to "v4l" programs may be found at
1231da177e4SLinus Torvalds	  <file:Documentation/video4linux/API.html>.
1241da177e4SLinus Torvalds
1251da177e4SLinus Torvalds	  To compile this driver as a module, choose M here: the
1261da177e4SLinus Torvalds	  module will be called radio-gemtek.
1271da177e4SLinus Torvalds
1281da177e4SLinus Torvaldsconfig RADIO_GEMTEK_PORT
1291da177e4SLinus Torvalds	hex "GemTek i/o port (0x20c, 0x30c, 0x24c or 0x34c)"
1301da177e4SLinus Torvalds	depends on RADIO_GEMTEK=y
1311da177e4SLinus Torvalds	default "34c"
1321da177e4SLinus Torvalds	help
1331da177e4SLinus Torvalds	  Enter either 0x20c, 0x30c, 0x24c or 0x34c here. The card default is
1341da177e4SLinus Torvalds	  0x34c, if you haven't changed the jumper setting on the card. On
1351da177e4SLinus Torvalds	  Sound Vision 16 Gold PnP with FM Radio (ESS1869+FM Gemtek), the I/O
1361da177e4SLinus Torvalds	  port is 0x28c.
1371da177e4SLinus Torvalds
1381da177e4SLinus Torvaldsconfig RADIO_GEMTEK_PCI
1391da177e4SLinus Torvalds	tristate "GemTek PCI Radio Card support"
14052afbc2fSMauro Carvalho Chehab	depends on VIDEO_V4L2 && PCI
1411da177e4SLinus Torvalds	---help---
1421da177e4SLinus Torvalds	  Choose Y here if you have this PCI FM radio card.
1431da177e4SLinus Torvalds
1441da177e4SLinus Torvalds	  In order to control your radio card, you will need to use programs
1451da177e4SLinus Torvalds	  that are compatible with the Video for Linux API.  Information on
1461da177e4SLinus Torvalds	  this API and pointers to "v4l" programs may be found at
1471da177e4SLinus Torvalds	  <file:Documentation/video4linux/API.html>.
1481da177e4SLinus Torvalds
1491da177e4SLinus Torvalds	  To compile this driver as a module, choose M here: the
1501da177e4SLinus Torvalds	  module will be called radio-gemtek-pci.
1511da177e4SLinus Torvalds
1521da177e4SLinus Torvaldsconfig RADIO_MAXIRADIO
1531da177e4SLinus Torvalds	tristate "Guillemot MAXI Radio FM 2000 radio"
154e84fef6bSMauro Carvalho Chehab	depends on VIDEO_V4L2 && PCI
1551da177e4SLinus Torvalds	---help---
1561da177e4SLinus Torvalds	  Choose Y here if you have this radio card.  This card may also be
1571da177e4SLinus Torvalds	  found as Gemtek PCI FM.
1581da177e4SLinus Torvalds
1591da177e4SLinus Torvalds	  In order to control your radio card, you will need to use programs
1601da177e4SLinus Torvalds	  that are compatible with the Video For Linux API.  Information on
1611da177e4SLinus Torvalds	  this API and pointers to "v4l" programs may be found at
1621da177e4SLinus Torvalds	  <file:Documentation/video4linux/API.html>.
1631da177e4SLinus Torvalds
1641da177e4SLinus Torvalds	  To compile this driver as a module, choose M here: the
1651da177e4SLinus Torvalds	  module will be called radio-maxiradio.
1661da177e4SLinus Torvalds
1671da177e4SLinus Torvaldsconfig RADIO_MAESTRO
1681da177e4SLinus Torvalds	tristate "Maestro on board radio"
169b6055d7bSMauro Carvalho Chehab	depends on VIDEO_V4L2 && PCI
1701da177e4SLinus Torvalds	---help---
1711da177e4SLinus Torvalds	  Say Y here to directly support the on-board radio tuner on the
1721da177e4SLinus Torvalds	  Maestro 2 or 2E sound card.
1731da177e4SLinus Torvalds
1741da177e4SLinus Torvalds	  In order to control your radio card, you will need to use programs
1751da177e4SLinus Torvalds	  that are compatible with the Video For Linux API.  Information on
1761da177e4SLinus Torvalds	  this API and pointers to "v4l" programs may be found at
1771da177e4SLinus Torvalds	  <file:Documentation/video4linux/API.html>.
1781da177e4SLinus Torvalds
1791da177e4SLinus Torvalds	  To compile this driver as a module, choose M here: the
1801da177e4SLinus Torvalds	  module will be called radio-maestro.
1811da177e4SLinus Torvalds
1821da177e4SLinus Torvaldsconfig RADIO_SF16FMI
1831da177e4SLinus Torvalds	tristate "SF16FMI Radio"
184a2ef73afSMauro Carvalho Chehab	depends on ISA && VIDEO_V4L2
1851da177e4SLinus Torvalds	---help---
1861da177e4SLinus Torvalds	  Choose Y here if you have one of these FM radio cards.  If you
1871da177e4SLinus Torvalds	  compile the driver into the kernel and your card is not PnP one, you
1881da177e4SLinus Torvalds	  have to add "sf16fm=<io>" to the kernel command line (I/O address is
1891da177e4SLinus Torvalds	  0x284 or 0x384).
1901da177e4SLinus Torvalds
1911da177e4SLinus Torvalds	  In order to control your radio card, you will need to use programs
1921da177e4SLinus Torvalds	  that are compatible with the Video For Linux API.  Information on
1931da177e4SLinus Torvalds	  this API and pointers to "v4l" programs may be found at
1941da177e4SLinus Torvalds	  <file:Documentation/video4linux/API.html>.
1951da177e4SLinus Torvalds
1961da177e4SLinus Torvalds	  To compile this driver as a module, choose M here: the
1971da177e4SLinus Torvalds	  module will be called radio-sf16fmi.
1981da177e4SLinus Torvalds
1991da177e4SLinus Torvaldsconfig RADIO_SF16FMR2
2001da177e4SLinus Torvalds	tristate "SF16FMR2 Radio"
201acda0e71SMauro Carvalho Chehab	depends on ISA && VIDEO_V4L2
2021da177e4SLinus Torvalds	---help---
2031da177e4SLinus Torvalds	  Choose Y here if you have one of these FM radio cards.
2041da177e4SLinus Torvalds
2051da177e4SLinus Torvalds	  In order to control your radio card, you will need to use programs
2061da177e4SLinus Torvalds	  that are compatible with the Video For Linux API.  Information on
2071da177e4SLinus Torvalds	  this API and pointers to "v4l" programs may be found on the WWW at
2081da177e4SLinus Torvalds	  <http://roadrunner.swansea.uk.linux.org/v4l.shtml>.
2091da177e4SLinus Torvalds
2101da177e4SLinus Torvalds	  To compile this driver as a module, choose M here: the
2111da177e4SLinus Torvalds	  module will be called radio-sf16fmr2.
2121da177e4SLinus Torvalds
2131da177e4SLinus Torvaldsconfig RADIO_TERRATEC
2141da177e4SLinus Torvalds	tristate "TerraTec ActiveRadio ISA Standalone"
21555ac7b69SMauro Carvalho Chehab	depends on ISA && VIDEO_V4L2
2161da177e4SLinus Torvalds	---help---
2171da177e4SLinus Torvalds	  Choose Y here if you have this FM radio card, and then fill in the
2181da177e4SLinus Torvalds	  port address below. (TODO)
2191da177e4SLinus Torvalds
2201da177e4SLinus Torvalds	  Note: This driver is in its early stages.  Right now volume and
2211da177e4SLinus Torvalds	  frequency control and muting works at least for me, but
2221da177e4SLinus Torvalds	  unfortunately I have not found anybody who wants to use this card
2231da177e4SLinus Torvalds	  with Linux.  So if it is this what YOU are trying to do right now,
2241da177e4SLinus Torvalds	  PLEASE DROP ME A NOTE!!  Rolf Offermanns <rolf@offermanns.de>.
2251da177e4SLinus Torvalds
2261da177e4SLinus Torvalds	  In order to control your radio card, you will need to use programs
2271da177e4SLinus Torvalds	  that are compatible with the Video For Linux API.  Information on
2281da177e4SLinus Torvalds	  this API and pointers to "v4l" programs may be found at
2291da177e4SLinus Torvalds	  <file:Documentation/video4linux/API.html>.
2301da177e4SLinus Torvalds
2311da177e4SLinus Torvalds	  To compile this driver as a module, choose M here: the
2321da177e4SLinus Torvalds	  module will be called radio-terratec.
2331da177e4SLinus Torvalds
2341da177e4SLinus Torvaldsconfig RADIO_TERRATEC_PORT
2351da177e4SLinus Torvalds	hex "Terratec i/o port (normally 0x590)"
2361da177e4SLinus Torvalds	depends on RADIO_TERRATEC=y
2371da177e4SLinus Torvalds	default "590"
2381da177e4SLinus Torvalds	help
2391da177e4SLinus Torvalds	  Fill in the I/O port of your TerraTec FM radio card. If unsure, go
2401da177e4SLinus Torvalds	  with the default.
2411da177e4SLinus Torvalds
2421da177e4SLinus Torvaldsconfig RADIO_TRUST
2431da177e4SLinus Torvalds	tristate "Trust FM radio card"
244982eddb9SMauro Carvalho Chehab	depends on ISA && VIDEO_V4L2
2451da177e4SLinus Torvalds	help
2461da177e4SLinus Torvalds	  This is a driver for the Trust FM radio cards. Say Y if you have
2471da177e4SLinus Torvalds	  such a card and want to use it under Linux.
2481da177e4SLinus Torvalds
2491da177e4SLinus Torvalds	  To compile this driver as a module, choose M here: the
2501da177e4SLinus Torvalds	  module will be called radio-trust.
2511da177e4SLinus Torvalds
2521da177e4SLinus Torvaldsconfig RADIO_TRUST_PORT
2531da177e4SLinus Torvalds	hex "Trust i/o port (usually 0x350 or 0x358)"
2541da177e4SLinus Torvalds	depends on RADIO_TRUST=y
2551da177e4SLinus Torvalds	default "350"
2561da177e4SLinus Torvalds	help
2571da177e4SLinus Torvalds	  Enter the I/O port of your Trust FM radio card. If unsure, try the
2581da177e4SLinus Torvalds	  values "0x350" or "0x358".
2591da177e4SLinus Torvalds
2601da177e4SLinus Torvaldsconfig RADIO_TYPHOON
2611da177e4SLinus Torvalds	tristate "Typhoon Radio (a.k.a. EcoRadio)"
26230c48305SMauro Carvalho Chehab	depends on ISA && VIDEO_V4L2
2631da177e4SLinus Torvalds	---help---
2641da177e4SLinus Torvalds	  Choose Y here if you have one of these FM radio cards, and then fill
2651da177e4SLinus Torvalds	  in the port address and the frequency used for muting below.
2661da177e4SLinus Torvalds
2671da177e4SLinus Torvalds	  In order to control your radio card, you will need to use programs
2681da177e4SLinus Torvalds	  that are compatible with the Video For Linux API.  Information on
2691da177e4SLinus Torvalds	  this API and pointers to "v4l" programs may be found at
2701da177e4SLinus Torvalds	  <file:Documentation/video4linux/API.html>.
2711da177e4SLinus Torvalds
2721da177e4SLinus Torvalds	  To compile this driver as a module, choose M here: the
2731da177e4SLinus Torvalds	  module will be called radio-typhoon.
2741da177e4SLinus Torvalds
2751da177e4SLinus Torvaldsconfig RADIO_TYPHOON_PROC_FS
2761da177e4SLinus Torvalds	bool "Support for /proc/radio-typhoon"
2771da177e4SLinus Torvalds	depends on PROC_FS && RADIO_TYPHOON
2781da177e4SLinus Torvalds	help
2791da177e4SLinus Torvalds	  Say Y here if you want the typhoon radio card driver to write
2801da177e4SLinus Torvalds	  status information (frequency, volume, muted, mute frequency,
2811da177e4SLinus Torvalds	  base address) to /proc/radio-typhoon. The file can be viewed with
2821da177e4SLinus Torvalds	  your favorite pager (i.e. use "more /proc/radio-typhoon" or "less
2831da177e4SLinus Torvalds	  /proc/radio-typhoon" or simply "cat /proc/radio-typhoon").
2841da177e4SLinus Torvalds
2851da177e4SLinus Torvaldsconfig RADIO_TYPHOON_PORT
2861da177e4SLinus Torvalds	hex "Typhoon I/O port (0x316 or 0x336)"
2871da177e4SLinus Torvalds	depends on RADIO_TYPHOON=y
2881da177e4SLinus Torvalds	default "316"
2891da177e4SLinus Torvalds	help
2901da177e4SLinus Torvalds	  Enter the I/O port of your Typhoon or EcoRadio radio card.
2911da177e4SLinus Torvalds
2921da177e4SLinus Torvaldsconfig RADIO_TYPHOON_MUTEFREQ
2931da177e4SLinus Torvalds	int "Typhoon frequency set when muting the device (kHz)"
2941da177e4SLinus Torvalds	depends on RADIO_TYPHOON=y
2951da177e4SLinus Torvalds	default "87500"
2961da177e4SLinus Torvalds	help
2971da177e4SLinus Torvalds	  Enter the frequency used for muting the radio. The device is never
2981da177e4SLinus Torvalds	  completely silent. If the volume is just turned down, you can still
2991da177e4SLinus Torvalds	  hear silent voices and music. For that reason, the frequency of the
3001da177e4SLinus Torvalds	  radio device is set to the frequency you can enter here whenever
3011da177e4SLinus Torvalds	  the device is muted. There should be no local radio station at that
3021da177e4SLinus Torvalds	  frequency.
3031da177e4SLinus Torvalds
3041da177e4SLinus Torvaldsconfig RADIO_ZOLTRIX
3051da177e4SLinus Torvalds	tristate "Zoltrix Radio"
3062ab65299SMauro Carvalho Chehab	depends on ISA && VIDEO_V4L2
3071da177e4SLinus Torvalds	---help---
3081da177e4SLinus Torvalds	  Choose Y here if you have one of these FM radio cards, and then fill
3091da177e4SLinus Torvalds	  in the port address below.
3101da177e4SLinus Torvalds
3111da177e4SLinus Torvalds	  In order to control your radio card, you will need to use programs
3121da177e4SLinus Torvalds	  that are compatible with the Video For Linux API.  Information on
3131da177e4SLinus Torvalds	  this API and pointers to "v4l" programs may be found at
3141da177e4SLinus Torvalds	  <file:Documentation/video4linux/API.html>.
3151da177e4SLinus Torvalds
3161da177e4SLinus Torvalds	  To compile this driver as a module, choose M here: the
3171da177e4SLinus Torvalds	  module will be called radio-zoltrix.
3181da177e4SLinus Torvalds
3191da177e4SLinus Torvaldsconfig RADIO_ZOLTRIX_PORT
3201da177e4SLinus Torvalds	hex "ZOLTRIX I/O port (0x20c or 0x30c)"
3211da177e4SLinus Torvalds	depends on RADIO_ZOLTRIX=y
3221da177e4SLinus Torvalds	default "20c"
3231da177e4SLinus Torvalds	help
3241da177e4SLinus Torvalds	  Enter the I/O port of your Zoltrix radio card.
3251da177e4SLinus Torvalds
3267fb65297SMauro Carvalho Chehabconfig USB_DSBR
327*b31c33bdSDouglas Schilling Landgraf	tristate "D-Link/GemTek USB FM radio support"
328*b31c33bdSDouglas Schilling Landgraf	depends on USB && VIDEO_V4L2
3297fb65297SMauro Carvalho Chehab	---help---
3307fb65297SMauro Carvalho Chehab	  Say Y here if you want to connect this type of radio to your
3317fb65297SMauro Carvalho Chehab	  computer's USB port. Note that the audio is not digital, and
3327fb65297SMauro Carvalho Chehab	  you must connect the line out connector to a sound card or a
3337fb65297SMauro Carvalho Chehab	  set of speakers.
3341da177e4SLinus Torvalds
3357fb65297SMauro Carvalho Chehab	  To compile this driver as a module, choose M here: the
3367fb65297SMauro Carvalho Chehab	  module will be called dsbr100.
337c5da5afbSJan Engelhardt
338c5da5afbSJan Engelhardtendif # RADIO_ADAPTERS
339