summaryrefslogtreecommitdiffstats
path: root/drivers/staging/line6/Kconfig
diff options
context:
space:
mode:
authorStefan Hajnoczi2012-11-22 20:49:17 +0100
committerGreg Kroah-Hartman2012-11-27 01:13:50 +0100
commit9f673d7a6022b9425fc412d619fd72bcadcf80c3 (patch)
treed866c95a315e27e94cbefacda43d27645fb62476 /drivers/staging/line6/Kconfig
parentstaging: line6: drop variax raw sysfs attrs (diff)
downloadkernel-qcow2-linux-9f673d7a6022b9425fc412d619fd72bcadcf80c3.tar.gz
kernel-qcow2-linux-9f673d7a6022b9425fc412d619fd72bcadcf80c3.tar.xz
kernel-qcow2-linux-9f673d7a6022b9425fc412d619fd72bcadcf80c3.zip
staging: line6: drop CONFIG_LINE6_USB_RAW
Now that both pod.c and variax.c have removed their raw sysfs attrs, the CONFIG_LINE6_USB_RAW config option can be dropped. The drivers are being stripped down to just PCM and MIDI I/O so there is less state and filtering. Therefore it's no longer necessary to have a special sysfs attr to bypass the filtering ("raw"). Signed-off-by: Stefan Hajnoczi <stefanha@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/line6/Kconfig')
-rw-r--r--drivers/staging/line6/Kconfig11
1 files changed, 0 insertions, 11 deletions
diff --git a/drivers/staging/line6/Kconfig b/drivers/staging/line6/Kconfig
index 80a7202a75af..b63543658b2e 100644
--- a/drivers/staging/line6/Kconfig
+++ b/drivers/staging/line6/Kconfig
@@ -33,17 +33,6 @@ config LINE6_USB_DUMP_PCM
If unsure, say N.
-config LINE6_USB_RAW
- bool "raw data communication"
- default n
- help
- Say Y here to create special files which allow to send raw data
- to the device. This bypasses any sanity checks, so if you discover
- the code to erase the firmware, feel free to render your device
- useless, but only after reading the GPL section "NO WARRANTY".
-
- If unsure, say N.
-
config LINE6_USB_IMPULSE_RESPONSE
bool "measure impulse response"
default n