diff options
author | Stefan Hajnoczi <stefanha@gmail.com> | 2012-11-14 08:50:43 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-11-14 16:29:30 -0800 |
commit | 4aea449ac8c4955f18c49ecb6fd3e0417a2073c0 (patch) | |
tree | cf941fcb5973f9d1a78958f95ef8dea32b8950af /drivers | |
parent | 19ae77935e45d60bf64144e2d67074a2886db245 (diff) |
staging: line6: drop unused CONFIG_LINE6_USB_DUMP_CTRL
Signed-off-by: Stefan Hajnoczi <stefanha@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers')
-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 a5ded1233fe2..2101799344c5 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_CTRL - bool "dump control messages" - default n - help - Say Y here to write control messages sent to and received from - Line6 devices to the syslog. - - If unsure, say N. - config LINE6_USB_DUMP_MIDI bool "dump MIDI messages" default n |