From cc438c208e2a62b3c183306081677f2cf6e4fe46 Mon Sep 17 00:00:00 2001 From: Juan Manuel Cruz Date: Wed, 20 May 2015 15:18:46 -0500 Subject: [PATCH] Kbuild: Fix for Kconfig menu typo. This commit fixes a simple Kconfig menu typing error. Change-Id: I470be613d24a51aefa477cdbebfeb35ee3ec5bc8 Signed-off-by: Juan Manuel Cruz --- arch/x86/bsp/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/x86/bsp/Kconfig b/arch/x86/bsp/Kconfig index cdbf662800d..0bffc2ae787 100644 --- a/arch/x86/bsp/Kconfig +++ b/arch/x86/bsp/Kconfig @@ -62,7 +62,7 @@ config BSP_PCMINUTEIA select BSP_GENERIC_PC config BSP_PCPENTIUM4 - bool "Minimum configuratio for PENTIUM 4 BSP" + bool "Minimum configuration for PENTIUM 4 BSP" select CPU_PENTIUM4 select PIC select PIT