Re: 2.6.18-rc4-mm1

From: Rafael J. Wysocki
Date: Sun Aug 13 2006 - 08:42:14 EST


On Sunday 13 August 2006 10:24, Andrew Morton wrote:
>
> ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.18-rc4/2.6.18-rc4-mm1/
>
> - Warning: all the Serial ATA Kconfig options have been renamed. If you
> blindly run `make oldconfig' you won't have any disks.

Something like the appended patch is needed for the SATA/PATA options to show
up in the menu.

Greetings,
Rafael


Signed-off-by: Rafael J. Wysocki <rjw@xxxxxxx>
---
drivers/ata/Kconfig | 8 ++++++++
1 files changed, 8 insertions(+)

Index: linux-2.6.18-rc4-mm1/drivers/ata/Kconfig
===================================================================
--- linux-2.6.18-rc4-mm1.orig/drivers/ata/Kconfig
+++ linux-2.6.18-rc4-mm1/drivers/ata/Kconfig
@@ -1,3 +1,9 @@
+#
+# SATA/PATA driver configuration
+#
+
+menu "Serial and Parallel ATA (SATA/PATA) drivers"
+ depends on SCSI

config ATA
tristate "ATA device support"
@@ -481,3 +487,5 @@ config PATA_WINBOND

If unsure, say N.

+endmenu
+
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/