diff options
author | Jeff Garzik <jeff@garzik.org> | 2006-08-14 14:27:36 -0400 |
---|---|---|
committer | Jeff Garzik <jeff@garzik.org> | 2006-08-14 14:27:36 -0400 |
commit | 421b20b9c44b3fcdc07d6af875dad5ae86fad014 (patch) | |
tree | f13d2364937a54f5023b053f67f91ebce403475e /drivers/ata | |
parent | 24dd01bfbce685395dc0ade71308326b3861187a (diff) |
libata: Make sure drivers/ata is a separate Kconfig menu
Noticed by Rafael J. Wysocki
Signed-off-by: Jeff Garzik <jeff@garzik.org>
Diffstat (limited to 'drivers/ata')
-rw-r--r-- | drivers/ata/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/ata/Kconfig b/drivers/ata/Kconfig index 03d96894419c..2109d755c14d 100644 --- a/drivers/ata/Kconfig +++ b/drivers/ata/Kconfig | |||
@@ -1,3 +1,9 @@ | |||
1 | # | ||
2 | # SATA/PATA driver configuration | ||
3 | # | ||
4 | |||
5 | menu "Serial ATA (prod) and Parallel ATA (experimental) drivers" | ||
6 | depends on SCSI | ||
1 | 7 | ||
2 | config ATA | 8 | config ATA |
3 | tristate "ATA device support" | 9 | tristate "ATA device support" |
@@ -138,3 +144,5 @@ config SATA_INTEL_COMBINED | |||
138 | depends on IDE=y && !BLK_DEV_IDE_SATA && (SATA_AHCI || ATA_PIIX) | 144 | depends on IDE=y && !BLK_DEV_IDE_SATA && (SATA_AHCI || ATA_PIIX) |
139 | default y | 145 | default y |
140 | 146 | ||
147 | endmenu | ||
148 | |||