Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Staging: keucr: prevent the driver from being built as a module.

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>

+1 -1
+1 -1
drivers/staging/keucr/Kconfig
··· 1 1 config USB_ENESTORAGE 2 2 tristate "USB ENE card reader support" 3 - depends on USB && SCSI 3 + depends on USB && SCSI && m 4 4 ---help--- 5 5 Say Y here if you wish to control a ENE Card reader. 6 6