diff options
| author | Kristina Martšenko <kristina.martsenko@gmail.com> | 2014-07-24 04:34:38 +0300 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2014-07-23 19:01:36 -0700 |
| commit | 16fae052074aa44ffa8c15b789719bd9611a1278 (patch) | |
| tree | 9539fbbb48b95310e13b3081b0b16b6fc568fdf4 /drivers/staging/keucr/Kconfig | |
| parent | 0d317b91d6d8f0ddb24623228e921e40f3d42265 (diff) | |
| download | linux-16fae052074aa44ffa8c15b789719bd9611a1278.tar.bz2 | |
staging: keucr: remove driver
The driver hasn't been fully cleaned up and it doesn't look like anyone
is working on it anymore (including the original author). So remove the
driver and all references to it. If someone wants to finish cleaning
the driver up and moving it out of staging, this commit can be reverted.
Signed-off-by: Kristina Martšenko <kristina.martsenko@gmail.com>
Cc: Cho, Yu-Chen <acho@novell.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/keucr/Kconfig')
| -rw-r--r-- | drivers/staging/keucr/Kconfig | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/drivers/staging/keucr/Kconfig b/drivers/staging/keucr/Kconfig deleted file mode 100644 index ba756bf20665..000000000000 --- a/drivers/staging/keucr/Kconfig +++ /dev/null @@ -1,14 +0,0 @@ -config USB_ENESTORAGE - tristate "USB ENE SM card reader support" - depends on USB && SCSI && m - ---help--- - Say Y here if you wish to control a ENE SM Card reader. - To use SD/MS card, please build driver/usb/storage/ums-eneub6250.ko - - This option depends on 'SCSI' support being enabled, but you - probably also need 'SCSI device support: SCSI disk support' - (BLK_DEV_SD) for most USB storage devices. - - To compile this driver as a module, choose M here: the - module will be called keucr. - |