summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAhmad Fatoum <ahmad@a3f.at>2020-04-28 09:02:01 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2020-04-28 09:47:56 +0200
commit4bed1f2fc1b7b41966a1a6a7e18bce6854798547 (patch)
tree2c5b714211d94f6bc9760e5b718d5a1bb6b30d20
parentcd24f633a063f0fd2c18f4c584cd43bd609bafbe (diff)
downloadbarebox-4bed1f2fc1b7b41966a1a6a7e18bce6854798547.tar.gz
barebox-4bed1f2fc1b7b41966a1a6a7e18bce6854798547.tar.xz
x86: delete X86_NATIVE_BRINGUP in choice
12769b3b7871 ("Add the whole x86 architecture to the build system") added the configuration option 10 years ago, but no backing code has been contributed meanwhile. Drop the option. Signed-off-by: Ahmad Fatoum <ahmad@a3f.at> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
-rw-r--r--arch/x86/Kconfig7
1 files changed, 0 insertions, 7 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
index 1793055ae0..19009442a4 100644
--- a/arch/x86/Kconfig
+++ b/arch/x86/Kconfig
@@ -86,13 +86,6 @@ choice
some 16 bit real mode code and some restrictions everyone knows
from BIOS based systems.
- config X86_NATIVE_BRINGUP
- bool "native"
- help
- Barebox will act as a native bootloader. This includes all the
- required initialization needed to bring up a piece of hardware.
- Note: Not implemented yet
-
endchoice
source "arch/x86/boot/Kconfig"