projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
24dd01b
)
libata: Make sure drivers/ata is a separate Kconfig menu
author
Jeff Garzik
<jeff@garzik.org>
Mon, 14 Aug 2006 18:27:36 +0000
(14:27 -0400)
committer
Jeff Garzik
<jeff@garzik.org>
Mon, 14 Aug 2006 18:27:36 +0000
(14:27 -0400)
Noticed by Rafael J. Wysocki
Signed-off-by: Jeff Garzik <jeff@garzik.org>
drivers/ata/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/ata/Kconfig
b/drivers/ata/Kconfig
index 03d96894419cdd8f251447f8c572fa63ebe5db8f..2109d755c14d659409f7a8a4a4d32633f55ce27f 100644
(file)
--- a/
drivers/ata/Kconfig
+++ b/
drivers/ata/Kconfig
@@
-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"
@@
-138,3
+144,5
@@
config SATA_INTEL_COMBINED
depends on IDE=y && !BLK_DEV_IDE_SATA && (SATA_AHCI || ATA_PIIX)
default y
+endmenu
+