diff options
author | Stefan Bader <shbader@de.ibm.com> | 2006-03-24 06:15:29 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-03-24 10:33:18 -0500 |
commit | b6cba4ee31e7376fa363c4b89ca502ac5e17eac1 (patch) | |
tree | af8756fdb9587d84df424b020b08af8253c6eb9c /drivers/s390/Kconfig | |
parent | 5f38433885245dce82aa53c20a6b2efbe81ae350 (diff) |
[PATCH] s390: 3590 tape driver
Michael Holzheu <holzheu@de.ibm.com>,
Martin Schwidefsky <schwidefsky@de.ibm.com>
Signed-off-by: Stefan Bader <shbader@de.ibm.com>
Signed-off-by: Michael Holzheu <holzheu@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers/s390/Kconfig')
-rw-r--r-- | drivers/s390/Kconfig | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/drivers/s390/Kconfig b/drivers/s390/Kconfig index 721787cc5a1c..4d36208ff8de 100644 --- a/drivers/s390/Kconfig +++ b/drivers/s390/Kconfig | |||
@@ -183,7 +183,13 @@ config S390_TAPE_34XX | |||
183 | tape subsystems and 100% compatibles. | 183 | tape subsystems and 100% compatibles. |
184 | It is safe to say "Y" here. | 184 | It is safe to say "Y" here. |
185 | 185 | ||
186 | 186 | config S390_TAPE_3590 | |
187 | tristate "Support for 3590 tape hardware" | ||
188 | depends on S390_TAPE | ||
189 | help | ||
190 | Select this option if you want to access IBM 3590 magnetic | ||
191 | tape subsystems and 100% compatibles. | ||
192 | It is safe to say "Y" here. | ||
187 | 193 | ||
188 | config VMLOGRDR | 194 | config VMLOGRDR |
189 | tristate "Support for the z/VM recording system services (VM only)" | 195 | tristate "Support for the z/VM recording system services (VM only)" |