Kconfig (8b2eb664ce9dcba8b54ececf5e057470c47e57f7) | Kconfig (d0b2eaa374afd10960a507a3f2ce2f24b85826e4) |
---|---|
1if S390 2 3comment "S/390 block device drivers" 4 depends on S390 5 6config BLK_DEV_XPRAM 7 tristate "XPRAM disk support" 8 depends on S390 --- 35 unchanged lines hidden (view full) --- 44 tristate "Support for FBA Disks" 45 depends on DASD 46 help 47 Select this option to be able to access FBA devices. It is safe to 48 say "Y". 49 50config DASD_DIAG 51 tristate "Support for DIAG access to Disks" | 1if S390 2 3comment "S/390 block device drivers" 4 depends on S390 5 6config BLK_DEV_XPRAM 7 tristate "XPRAM disk support" 8 depends on S390 --- 35 unchanged lines hidden (view full) --- 44 tristate "Support for FBA Disks" 45 depends on DASD 46 help 47 Select this option to be able to access FBA devices. It is safe to 48 say "Y". 49 50config DASD_DIAG 51 tristate "Support for DIAG access to Disks" |
52 depends on DASD && ( 64BIT = 'n' || EXPERIMENTAL) | 52 depends on DASD |
53 help 54 Select this option if you want to use Diagnose250 command to access 55 Disks under VM. If you are not running under VM or unsure what it is, 56 say "N". 57 58endif | 53 help 54 Select this option if you want to use Diagnose250 command to access 55 Disks under VM. If you are not running under VM or unsure what it is, 56 say "N". 57 58endif |