~ubuntu-branches/ubuntu/quantal/linux-linaro-mx51/quantal

« back to all changes in this revision

Viewing changes to drivers/s390/char/Kconfig

  • Committer: Package Import Robot
  • Author(s): John Rigby, John Rigby
  • Date: 2011-09-26 10:44:23 UTC
  • Revision ID: package-import@ubuntu.com-20110926104423-3o58a3c1bj7x00rs
Tags: 3.0.0-1007.9
[ John Rigby ]

Enable crypto modules and remove crypto-modules from
exclude-module files
LP: #826021

Show diffs side-by-side

added added

removed removed

Lines of Context:
119
119
comment "S/390 tape interface support"
120
120
        depends on S390_TAPE
121
121
 
122
 
config S390_TAPE_BLOCK
123
 
        def_bool y
124
 
        prompt "Support for tape block devices"
125
 
        depends on S390_TAPE && BLOCK
126
 
        help
127
 
          Select this option if you want to access your channel-attached tape
128
 
          devices using the block device interface.  This interface is similar
129
 
          to CD-ROM devices on other platforms.  The tapes can only be
130
 
          accessed read-only when using this interface.  Have a look at
131
 
          <file:Documentation/s390/TAPE> for further information about creating
132
 
          volumes for and using this interface.  It is safe to say "Y" here.
133
 
 
134
122
comment "S/390 tape hardware support"
135
123
        depends on S390_TAPE
136
124