Skip to content

Commit

Permalink
libata: Make sure drivers/ata is a separate Kconfig menu
Browse files Browse the repository at this point in the history
Noticed by Rafael J. Wysocki

Signed-off-by: Jeff Garzik <jeff@garzik.org>
  • Loading branch information
Jeff Garzik committed Aug 14, 2006
1 parent 24dd01b commit 421b20b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions drivers/ata/Kconfig
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
#
# SATA/PATA driver configuration
#

menu "Serial ATA (prod) and Parallel ATA (experimental) drivers"
depends on SCSI

config ATA
tristate "ATA device support"
Expand Down Expand Up @@ -138,3 +144,5 @@ config SATA_INTEL_COMBINED
depends on IDE=y && !BLK_DEV_IDE_SATA && (SATA_AHCI || ATA_PIIX)
default y

endmenu

0 comments on commit 421b20b

Please sign in to comment.