diff options
author | Borislav Petkov <bbpetkov@yahoo.de> | 2008-02-02 13:56:50 -0500 |
---|---|---|
committer | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | 2008-02-02 13:56:50 -0500 |
commit | 4278c2d5ba867f427d823e31947a6fb97508a1ce (patch) | |
tree | 6d8b8bf674f821e6c8a81b285d624d58072528e9 /drivers/ide | |
parent | 90699ce2b28ec263651a4a0935a4651c57d68303 (diff) |
ide-tape: remove EXPERIMENTAL driver status
ide-tape has depended on EXPERIMENTAL for ages. Change that since the driver is
being only maintained now.
Signed-off-by: Borislav Petkov <bbpetkov@yahoo.de>
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Diffstat (limited to 'drivers/ide')
-rw-r--r-- | drivers/ide/Kconfig | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/ide/Kconfig b/drivers/ide/Kconfig index e42a465f5717..45b26ed351cf 100644 --- a/drivers/ide/Kconfig +++ b/drivers/ide/Kconfig | |||
@@ -216,8 +216,7 @@ config BLK_DEV_IDECD_VERBOSE_ERRORS | |||
216 | memory, though. | 216 | memory, though. |
217 | 217 | ||
218 | config BLK_DEV_IDETAPE | 218 | config BLK_DEV_IDETAPE |
219 | tristate "Include IDE/ATAPI TAPE support (EXPERIMENTAL)" | 219 | tristate "Include IDE/ATAPI TAPE support" |
220 | depends on EXPERIMENTAL | ||
221 | help | 220 | help |
222 | If you have an IDE tape drive using the ATAPI protocol, say Y. | 221 | If you have an IDE tape drive using the ATAPI protocol, say Y. |
223 | ATAPI is a newer protocol used by IDE tape and CD-ROM drives, | 222 | ATAPI is a newer protocol used by IDE tape and CD-ROM drives, |