diff options
author | Greg Kroah-Hartman <gregkh@suse.de> | 2010-09-21 14:03:41 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2010-09-21 14:03:41 -0400 |
commit | 1a0b25ce7889cbd569dff308975e8459645f23f2 (patch) | |
tree | ca2fa3aa9e400235d1d65009385d392b06a050ef | |
parent | 584c5b7cf06194464240280483ee0376cdddbbae (diff) |
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>
-rw-r--r-- | drivers/staging/keucr/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/keucr/Kconfig b/drivers/staging/keucr/Kconfig index ff42d7ed853e..b595bdbd4740 100644 --- a/drivers/staging/keucr/Kconfig +++ b/drivers/staging/keucr/Kconfig | |||
@@ -1,6 +1,6 @@ | |||
1 | config USB_ENESTORAGE | 1 | config USB_ENESTORAGE |
2 | tristate "USB ENE card reader support" | 2 | tristate "USB ENE card reader support" |
3 | depends on USB && SCSI | 3 | depends on USB && SCSI && m |
4 | ---help--- | 4 | ---help--- |
5 | Say Y here if you wish to control a ENE Card reader. | 5 | Say Y here if you wish to control a ENE Card reader. |
6 | 6 | ||