summaryrefslogtreecommitdiffstats
path: root/drivers/ata/Kconfig
blob: b43c975d3b4bc4c633e45eddb7e45cb85ca8abdb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
menuconfig ATA
	bool "ATA                           "
	help
	  Add support for ATA types of drives like harddisks and CDROMs.

if ATA

comment "drive types"

config ATA_DISK
	bool "disk drives"
	help
	  Add support for regular disk drives

comment "interface types"

config ATA_BIOS
	bool "BIOS based"
	depends on X86_BIOS_BRINGUP
	help
	  Gain disk drive access via int13 calls to the standard PC-BIOS.
	  The advantage of this driver is, it still uses user's defined boot
	  media to work on. Disadvantage is: Due to its 16 bit nature it is
	  slow.

endif