From ef11da0a6ce75884594808a33367b946dadc8878 Mon Sep 17 00:00:00 2001 From: Alexander Shiyan Date: Sun, 16 Dec 2012 11:42:53 +0400 Subject: x86: Add formal Kconfig parameter "X86_BOOTLOADER" Signed-off-by: Alexander Shiyan Signed-off-by: Sascha Hauer --- arch/x86/Kconfig | 3 +++ 1 file changed, 3 insertions(+) (limited to 'arch') diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index 777604fafe..6589ae7a64 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig @@ -25,6 +25,9 @@ config X86 select HAVE_CONFIGURABLE_TEXT_BASE default y +config X86_BOOTLOADER + bool + choice prompt "Select your board" -- cgit v1.2.3