Skip to content

Commit

Permalink
Staging: keucr: prevent the driver from being built as a module.
Browse files Browse the repository at this point in the history
As there are symbols that conflict with the in-kernel usb-storage
module, we can't build this into the kernel.

Reported-by: Randy Dunlap <randy.dunlap@oracle.com>
Cc: Al Cho <acho@novell.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Greg Kroah-Hartman committed Sep 21, 2010
1 parent 584c5b7 commit 1a0b25c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/staging/keucr/Kconfig
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
config USB_ENESTORAGE
tristate "USB ENE card reader support"
depends on USB && SCSI
depends on USB && SCSI && m
---help---
Say Y here if you wish to control a ENE Card reader.

Expand Down

0 comments on commit 1a0b25c

Please sign in to comment.