Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758121AbZFOWRW (ORCPT ); Mon, 15 Jun 2009 18:17:22 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752966AbZFOWRI (ORCPT ); Mon, 15 Jun 2009 18:17:08 -0400 Received: from cdptpa-omtalb.mail.rr.com ([75.180.132.122]:55867 "EHLO cdptpa-omtalb.mail.rr.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752237AbZFOWRH (ORCPT ); Mon, 15 Jun 2009 18:17:07 -0400 Date: Mon, 15 Jun 2009 18:17:09 -0400 Message-ID: <87hbyh5ehm.wl%ysato@users.sourceforge.jp> From: Yoshinori Sato To: "Robert P. J. Day" Cc: Linux Kernel Mailing List , Andrew Morton Subject: Re: [PATCH] H8/300: Fix incorrect "select" directives in arch/h8300/Kconfig.cpu. In-Reply-To: References: User-Agent: Wanderlust/2.15.6 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (=?ISO-8859-4?Q?Goj=F2?=) APEL/10.7 Emacs/22.3 (x86_64-pc-linux-gnu) MULE/5.0 (SAKAKI) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2198 Lines: 73 At Sat, 13 Jun 2009 11:07:05 -0400 (EDT), Robert P. J. Day wrote: > > > Fix the incorrect "select" directives by dropping the "CONFIG_" > prefixes, and correcting the typo "H8S2768" to "H8S2678". > > Signed-off-by: Robert P. J. Day Acked-by: Yoshinori Sato > --- > > ok, let's see if i got it right this time. > > diff --git a/arch/h8300/Kconfig.cpu b/arch/h8300/Kconfig.cpu > index b65dcfe..6e2ecff 100644 > --- a/arch/h8300/Kconfig.cpu > +++ b/arch/h8300/Kconfig.cpu > @@ -13,7 +13,7 @@ config H8300H_GENERIC > > config H8300H_AKI3068NET > bool "AE-3068/69" > - select CONFIG_H83068 > + select H83068 > help > AKI-H8/3068F / AKI-H8/3069F Flashmicom LAN Board Support > More Information. (Japanese Only) > @@ -24,7 +24,7 @@ config H8300H_AKI3068NET > > config H8300H_H8MAX > bool "H8MAX" > - select CONFIG_H83068 > + select H83068 > help > H8MAX Evaluation Board Support > More Information. (Japanese Only) > @@ -32,7 +32,7 @@ config H8300H_H8MAX > > config H8300H_SIM > bool "H8/300H Simulator" > - select CONFIG_H83007 > + select H83007 > help > GDB Simulator Support > More Information. > @@ -45,7 +45,7 @@ config H8S_GENERIC > > config H8S_EDOSK2674 > bool "EDOSK-2674" > - select CONFIG_H8S2768 > + select H8S2678 > help > Renesas EDOSK-2674 Evaluation Board Support > More Information. > > rday > -- > > ======================================================================== > Robert P. J. Day Waterloo, Ontario, CANADA > > Linux Consulting, Training and Annoying Kernel Pedantry. > > Web page: http://crashcourse.ca > Linked In: http://www.linkedin.com/in/rpjday > Twitter: http://twitter.com/rpjday > ======================================================================== -- 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/