Kconfig 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. # SPDX-License-Identifier: GPL-2.0
  2. comment "S/390 block device drivers"
  3. depends on S390 && BLOCK
  4. config DCSSBLK
  5. def_tristate m
  6. select FS_DAX_LIMITED
  7. select DAX
  8. prompt "DCSSBLK support"
  9. depends on S390 && BLOCK
  10. help
  11. Support for dcss block device
  12. config DASD
  13. def_tristate y
  14. prompt "Support for DASD devices"
  15. depends on CCW && BLOCK
  16. help
  17. Enable this option if you want to access DASDs directly utilizing
  18. S/390s channel subsystem commands. This is necessary for running
  19. natively on a single image or an LPAR.
  20. config DASD_PROFILE
  21. def_bool y
  22. prompt "Profiling support for dasd devices"
  23. depends on DASD
  24. help
  25. Enable this option if you want to see profiling information
  26. in /proc/dasd/statistics.
  27. config DASD_ECKD
  28. def_tristate y
  29. prompt "Support for ECKD Disks"
  30. depends on DASD
  31. help
  32. ECKD devices are the most commonly used devices. You should enable
  33. this option unless you are very sure to have no ECKD device.
  34. config DASD_FBA
  35. def_tristate y
  36. prompt "Support for FBA Disks"
  37. depends on DASD
  38. help
  39. Select this option to be able to access FBA devices. It is safe to
  40. say "Y".
  41. config DASD_DIAG
  42. def_tristate y
  43. prompt "Support for DIAG access to Disks"
  44. depends on DASD
  45. help
  46. Select this option if you want to use Diagnose250 command to access
  47. Disks under VM. If you are not running under VM or unsure what it is,
  48. say "N".
  49. config DASD_EER
  50. def_bool y
  51. prompt "Extended error reporting (EER)"
  52. depends on DASD
  53. help
  54. This driver provides a character device interface to the
  55. DASD extended error reporting. This is only needed if you want to
  56. use applications written for the EER facility.
  57. config SCM_BLOCK
  58. def_tristate m
  59. prompt "Support for Storage Class Memory"
  60. depends on S390 && BLOCK && EADM_SCH && SCM_BUS
  61. help
  62. Block device driver for Storage Class Memory (SCM). This driver
  63. provides a block device interface for each available SCM increment.
  64. To compile this driver as a module, choose M here: the
  65. module will be called scm_block.