3 ## SPDX-License-Identifier: GPL-2.0-only
6 bool "Support for storage devices"
9 Select this option if you want support for storage devices (like
10 hard drives, memory sticks or optical drives).
12 config STORAGE_64BIT_LBA
13 bool "Use 64-bit integers to address sectors"
17 If this is selected, sectors will be addressed by an 64-bit integer.
18 Select this to support LBA-48 for ATA drives.
21 bool "Support ATA drives (i.e. hard drives)"
25 Select this option if you want support for ATA storage devices
29 bool "Support ATAPI drives (i.e. optical drives)"
34 Select this option if you want support for ATAPI storage devices
35 (i.e. optical drives like CD or DVD drives).
38 bool "Support for AHCI host controllers"
39 depends on STORAGE && (STORAGE_ATA || STORAGE_ATAPI) && PCI
42 Select this option if you want support for SATA controllers in
45 config STORAGE_AHCI_ONLY_TESTED
46 bool "Only enable tested controllers"
47 depends on STORAGE_AHCI
50 If this option is selected, only AHCI controllers which are known
54 bool "Support for NVMe devices"
55 depends on STORAGE && PCI
58 Select this option if you want support for NVMe devices.