diff options
author | Kristina Martšenko <kristina.martsenko@gmail.com> | 2014-07-24 20:52:57 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2014-07-24 15:00:04 -0700 |
commit | 21ad9f74c6ee00eeae8084c82c4aa22ef7c3574b (patch) | |
tree | 6a7aaf34cb3a5f506d770334302bed01aef273fe /drivers/staging/phison/Kconfig | |
parent | 040bf7d63d624ad63be8b4b3a3c76a495c9cc569 (diff) |
staging: phison: remove driver
The driver hasn't been cleaned up and it doesn't look like anyone is
working on it anymore (including the original author). So remove the
driver from the kernel. If someone wants to work on cleaning it up and
moving it out of staging, this commit can be reverted.
Signed-off-by: Kristina Martšenko <kristina.martsenko@gmail.com>
Cc: Evan Ko <evan_ko@phison.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/phison/Kconfig')
-rw-r--r-- | drivers/staging/phison/Kconfig | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/staging/phison/Kconfig b/drivers/staging/phison/Kconfig deleted file mode 100644 index 1b56119a7657..000000000000 --- a/drivers/staging/phison/Kconfig +++ /dev/null @@ -1,5 +0,0 @@ -config IDE_PHISON - tristate "PCIE ATA PS5000 IDE support" - depends on PCI && ATA && ATA_SFF && ATA_BMDMA - ---help--- - This is an experimental driver for PS5000 IDE driver. |