From 95d71c50c428023aef0125562b0f706a3c029aad Mon Sep 17 00:00:00 2001 From: Juan Manuel Cruz Date: Mon, 4 May 2015 11:32:46 -0500 Subject: [PATCH] Kbuild: New default x86 standard BSP. This commit adds the pentium BSP as the new x86 standard BSP at the configuration menu. Change-Id: I8bc337df90fe527a557f68a3712f5d3d00837081 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 f0bdb9f8d1f..f91d7ba14a5 100644 --- a/arch/x86/bsp/Kconfig +++ b/arch/x86/bsp/Kconfig @@ -2,7 +2,7 @@ menu "BSP General Configuration" choice prompt "BSP Configuration" -default BSP_ATOM_N28XX +default BSP_PCPENTIUM4 config BSP_ATOM_N28XX bool "Minimum configuration for ATOM N28XX BSP"