summaryrefslogtreecommitdiffstats
path: root/arch/x86
diff options
context:
space:
mode:
authorAlexander Shiyan <shc_work@mail.ru>2012-12-16 11:42:53 +0400
committerSascha Hauer <s.hauer@pengutronix.de>2012-12-19 21:43:44 +0100
commitef11da0a6ce75884594808a33367b946dadc8878 (patch)
treedafd94a4dc60ea13e6980926ad20bd95a65f898b /arch/x86
parent39287a0baa49e2023fb1fbb60dbf31a90430e0c1 (diff)
downloadbarebox-ef11da0a6ce75884594808a33367b946dadc8878.tar.gz
barebox-ef11da0a6ce75884594808a33367b946dadc8878.tar.xz
x86: Add formal Kconfig parameter "X86_BOOTLOADER"
Signed-off-by: Alexander Shiyan <shc_work@mail.ru> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/x86')
-rw-r--r--arch/x86/Kconfig3
1 files changed, 3 insertions, 0 deletions
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"