diff options
author | Jens Axboe <jens.axboe@oracle.com> | 2007-06-21 02:29:34 -0400 |
---|---|---|
committer | Jens Axboe <jens.axboe@oracle.com> | 2007-07-10 02:03:34 -0400 |
commit | f3f541f9ded9dd37edca103dd3be49bfbd9e730d (patch) | |
tree | b9b34955c9db6a10ad329731eaf66fe9c53cbf84 /drivers/Kconfig | |
parent | e654bc4393e85e326993256d80b9710a4d6411ff (diff) |
Remove legacy CDROM drivers
They are all broken beyond repair. Given that nobody has complained
about them (most haven't worked in 2.6 AT ALL), remove them from the
tree.
A new mitsumi driver that actually works is in progress, it'll get
added when completed.
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
Diffstat (limited to 'drivers/Kconfig')
-rw-r--r-- | drivers/Kconfig | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/Kconfig b/drivers/Kconfig index 050323fd79e9..4e6487d461f3 100644 --- a/drivers/Kconfig +++ b/drivers/Kconfig | |||
@@ -24,8 +24,6 @@ source "drivers/scsi/Kconfig" | |||
24 | 24 | ||
25 | source "drivers/ata/Kconfig" | 25 | source "drivers/ata/Kconfig" |
26 | 26 | ||
27 | source "drivers/cdrom/Kconfig" | ||
28 | |||
29 | source "drivers/md/Kconfig" | 27 | source "drivers/md/Kconfig" |
30 | 28 | ||
31 | source "drivers/message/fusion/Kconfig" | 29 | source "drivers/message/fusion/Kconfig" |