Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759218AbXEIVNk (ORCPT ); Wed, 9 May 2007 17:13:40 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1757309AbXEIVNc (ORCPT ); Wed, 9 May 2007 17:13:32 -0400 Received: from hoboe1bl1.telenet-ops.be ([195.130.137.72]:41394 "EHLO hoboe1bl1.telenet-ops.be" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757005AbXEIVNb (ORCPT ); Wed, 9 May 2007 17:13:31 -0400 Date: Wed, 9 May 2007 23:13:24 +0200 (CEST) From: Geert Uytterhoeven To: Linus Torvalds , Andrew Morton Cc: Philippe De Muyter , Linux/m68k , Linux Kernel Development Subject: [PATCH] Let SYSV68_PARTITION default to yes on VME only In-Reply-To: Message-ID: References: <20070413135501.GA27439@ingate.macqel.be> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1235 Lines: 36 Don't enable SYSV68 partition table support on all m68k boxes by default, only on Motorola VME boards. Signed-off-by: Geert Uytterhoeven Cc: Philippe De Muyter --- fs/partitions/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- linux-m68k-2.6.21.orig/fs/partitions/Kconfig +++ linux-m68k-2.6.21/fs/partitions/Kconfig @@ -239,7 +239,7 @@ config EFI_PARTITION config SYSV68_PARTITION bool "SYSV68 partition table support" if PARTITION_ADVANCED - default y if M68K + default y if VME help Say Y here if you would like to be able to read the hard disk partition table format used by Motorola Delta machines (using Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/