diff options
author | Randy Dunlap <randy.dunlap@oracle.com> | 2009-03-02 09:54:57 -0800 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2009-04-03 14:54:25 -0700 |
commit | 7e60fcb54f32e30f065a77b30f03370a287fda99 (patch) | |
tree | 8a4d4d29a50bd2cda6a08ac5b9ed408e62c69520 /drivers/staging | |
parent | 4b5e781dc8d981e9c58926464fc1fff16a8804ff (diff) |
Staging: line6: depends on SND
line6 code has lots of dependencies on ALSA (and build errors),
so express that in Kconfig.
Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Cc: Markus Grabner <grabner@icg.tugraz.at>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging')
-rw-r--r-- | drivers/staging/line6/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/line6/Kconfig b/drivers/staging/line6/Kconfig index 3c1ffcb8cb12..84f5be71ccff 100644 --- a/drivers/staging/line6/Kconfig +++ b/drivers/staging/line6/Kconfig @@ -1,6 +1,6 @@ config LINE6_USB tristate "Line6 USB support" - depends on USB + depends on USB && SND help This is a driver for the guitar amp, cab, and effects modeller PODxt Pro by Line6 (and similar devices), supporting the |