diff options
Diffstat (limited to 'sound/usb/Kconfig')
-rw-r--r-- | sound/usb/Kconfig | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/sound/usb/Kconfig b/sound/usb/Kconfig index 97724d8fa9f6..8beb77563da2 100644 --- a/sound/usb/Kconfig +++ b/sound/usb/Kconfig | |||
@@ -100,19 +100,17 @@ config SND_USB_US122L | |||
100 | 100 | ||
101 | config SND_USB_6FIRE | 101 | config SND_USB_6FIRE |
102 | tristate "TerraTec DMX 6Fire USB" | 102 | tristate "TerraTec DMX 6Fire USB" |
103 | depends on EXPERIMENTAL | ||
104 | select FW_LOADER | 103 | select FW_LOADER |
104 | select BITREVERSE | ||
105 | select SND_RAWMIDI | 105 | select SND_RAWMIDI |
106 | select SND_PCM | 106 | select SND_PCM |
107 | help | 107 | help |
108 | Say Y here to include support for TerraTec 6fire DMX USB interface. | 108 | Say Y here to include support for TerraTec 6fire DMX USB interface. |
109 | 109 | ||
110 | You will need firmware files in order to be able to use the device | 110 | You will need firmware files in order to be able to use the device |
111 | after it has been coldstarted. This driver currently does not support | 111 | after it has been coldstarted. An install script for the firmware |
112 | firmware loading for all devices. If you own such a device, | 112 | and further help can be found at |
113 | you could start windows and let the windows driver upload | 113 | http://sixfireusb.sourceforge.net |
114 | the firmware. As long as you do not unplug your device from power, | ||
115 | it should be usable. | ||
116 | 114 | ||
117 | endif # SND_USB | 115 | endif # SND_USB |
118 | 116 | ||