From 8cd1b5c3d4e686c30404a9a466972e2ee13ada9f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eric=20B=C3=A9nard?= Date: Fri, 23 Jul 2010 14:56:39 +0200 Subject: Fix KConfig warning MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This patch fixes the following Kconfig warning : "arch/arm/mach-mx25/Kconfig:18:warning: choice value used outside its choice group Signed-off-by: Eric Bénard Acked-by: Uwe Kleine-König Signed-off-by: Sascha Hauer --- arch/arm/mach-mx25/Kconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'arch/arm/mach-mx25/Kconfig') diff --git a/arch/arm/mach-mx25/Kconfig b/arch/arm/mach-mx25/Kconfig index 67e0b54218ae..c71a7bc19284 100644 --- a/arch/arm/mach-mx25/Kconfig +++ b/arch/arm/mach-mx25/Kconfig @@ -17,9 +17,9 @@ config MACH_EUKREA_CPUIMX25 choice prompt "Baseboard" depends on MACH_EUKREA_CPUIMX25 - default MACH_EUKREA_MBIMXSD_BASEBOARD + default MACH_EUKREA_MBIMXSD25_BASEBOARD -config MACH_EUKREA_MBIMXSD_BASEBOARD +config MACH_EUKREA_MBIMXSD25_BASEBOARD prompt "Eukrea MBIMXSD development board" bool help -- cgit v1.2.2