Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755326Ab0F1WFY (ORCPT ); Mon, 28 Jun 2010 18:05:24 -0400 Received: from mail.gmx.net ([213.165.64.20]:47128 "HELO mail.gmx.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1753269Ab0F1WFW (ORCPT ); Mon, 28 Jun 2010 18:05:22 -0400 X-Authenticated: #12255092 X-Provags-ID: V01U2FsdGVkX1+4Tw8ctKG4K5Fq51ynAw3yq8D9lxvFnmnMIShd/+ Hww11mIwQktPK2 From: Peter =?iso-8859-1?q?H=FCwe?= To: Sascha Hauer Subject: Subject: [PATCH] arm: fix KConfig warning for mach-mx25 Date: Tue, 29 Jun 2010 00:05:20 +0200 User-Agent: KMail/1.12.4 (Linux/2.6.34; KDE/4.3.5; x86_64; ; ) Cc: Russell King , Baruch Siach , "Eric =?iso-8859-1?q?B=E9nard?=" , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Russell King MIME-Version: 1.0 Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <201006290005.20875.PeterHuewe@gmx.de> X-Y-GMX-Trusted: 0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1058 Lines: 34 From: Peter Huewe --- KernelVersion: linux-next-20100628 arch/arm/mach-mx25/Kconfig | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/arch/arm/mach-mx25/Kconfig b/arch/arm/mach-mx25/Kconfig index 3a6668e..2f436ed 100644 --- a/arch/arm/mach-mx25/Kconfig +++ b/arch/arm/mach-mx25/Kconfig @@ -15,8 +15,7 @@ choice default MACH_EUKREA_MBIMXSD_BASEBOARD config MACH_EUKREA_MBIMXSD_BASEBOARD - prompt "Eukrea MBIMXSD development board" - bool + bool "Eukrea MBIMXSD development board" help This adds board specific devices that can be found on Eukrea's MBIMXSD evaluation board. -- 1.7.1 -- 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/