diff options
author | Stefan Hajnoczi <stefanha@gmail.com> | 2012-11-14 08:50:46 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-11-14 16:29:31 -0800 |
commit | c6c2f47f30c44f3fdae9362f811f95109f81303e (patch) | |
tree | 5880fbfba5ec2f31755b222f3a07f3bf24dc2b04 /drivers/staging/line6 | |
parent | 10c39f1d717d3e5e8bcb2998f7dee4362edda26a (diff) |
staging: line6: drop unused CONFIG_LINE6_USB_DUMP_MIDI
Signed-off-by: Stefan Hajnoczi <stefanha@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/line6')
-rw-r--r-- | drivers/staging/line6/Kconfig | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/drivers/staging/line6/Kconfig b/drivers/staging/line6/Kconfig index 2101799344c5..80a7202a75af 100644 --- a/drivers/staging/line6/Kconfig +++ b/drivers/staging/line6/Kconfig @@ -23,15 +23,6 @@ menuconfig LINE6_USB if LINE6_USB -config LINE6_USB_DUMP_MIDI - bool "dump MIDI messages" - default n - help - Say Y here to write MIDI messages sent to and received from - Line6 devices to the syslog. - - If unsure, say N. - config LINE6_USB_DUMP_PCM bool "dump PCM data" default n |