summaryrefslogtreecommitdiffstats
path: root/drivers/ata/Kconfig
blob: 8e3a075f7672a549b7b883af73224c6055ff4636 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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"

endif