|
@@ -2,11 +2,9 @@
|
|
# SATA/PATA driver configuration
|
|
# SATA/PATA driver configuration
|
|
#
|
|
#
|
|
|
|
|
|
-menu "Serial ATA (prod) and Parallel ATA (experimental) drivers"
|
|
|
|
|
|
+menuconfig ATA
|
|
|
|
+ tristate "Serial ATA (prod) and Parallel ATA (experimental) drivers"
|
|
depends on HAS_IOMEM
|
|
depends on HAS_IOMEM
|
|
-
|
|
|
|
-config ATA
|
|
|
|
- tristate "ATA device support"
|
|
|
|
depends on BLOCK
|
|
depends on BLOCK
|
|
depends on !(M32R || M68K) || BROKEN
|
|
depends on !(M32R || M68K) || BROKEN
|
|
depends on !SUN4 || BROKEN
|
|
depends on !SUN4 || BROKEN
|
|
@@ -585,6 +583,4 @@ config PATA_SCC
|
|
|
|
|
|
If unsure, say N.
|
|
If unsure, say N.
|
|
|
|
|
|
-endif
|
|
|
|
-endmenu
|
|
|
|
-
|
|
|
|
|
|
+endif # ATA
|