public inbox for linux-ia64@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] select EFI partition support by default
@ 2003-10-11 14:54 John Levon
  2003-10-11 16:11 ` Matt Domsch
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: John Levon @ 2003-10-11 14:54 UTC (permalink / raw)
  To: linux-ia64


This makes the EFI choice look like the others, and makes sure it's
selected by default if the user didn't choose Advanced Partition
Selection.

I fell foul of this, being an IA-64 newbie.

OK ?

regards
john


Index: linux-cvs/fs/partitions/Kconfig
=================================RCS file: /home/cvs/linux-2.5/fs/partitions/Kconfig,v
retrieving revision 1.5
diff -u -a -p -r1.5 Kconfig
--- linux-cvs/fs/partitions/Kconfig	27 Sep 2003 07:07:08 -0000	1.5
+++ linux-cvs/fs/partitions/Kconfig	11 Oct 2003 14:51:42 -0000
@@ -225,8 +225,8 @@ config SUN_PARTITION
 	  you don't know what all this is about, say N.
 
 config EFI_PARTITION
-	bool "EFI GUID Partition support"
-	depends on PARTITION_ADVANCED
+	bool "EFI GUID Partition support" if PARTITION_ADVANCED
+	default y if !PARTITION_ADVANCED && IA64
 	select CRC32
 	help
 	  Say Y here if you would like to use hard disks under Linux which

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2003-10-13 20:55 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-10-11 14:54 [PATCH] select EFI partition support by default John Levon
2003-10-11 16:11 ` Matt Domsch
2003-10-13  9:00 ` Christoph Hellwig
2003-10-13 15:21 ` John Levon
2003-10-13 15:37 ` Matt_Domsch
2003-10-13 20:55 ` Peter Chubb

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox