summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2020-04-30 11:30:51 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2020-04-30 11:30:51 +0200
commitea44dc8f3392ef94d8f958788571182f380c7b84 (patch)
treeebee0b66d03c9660b440e98cf0a8c1d5282877ab /arch
parenta2487fe7af50d291be980fd5f01f64286e413df9 (diff)
parentd9e5eb8ec4dfa70d2a3afb1a326da80ae82c06f0 (diff)
downloadbarebox-ea44dc8f3392ef94d8f958788571182f380c7b84.tar.gz
barebox-ea44dc8f3392ef94d8f958788571182f380c7b84.tar.xz
Merge branch 'for-next/misc' into next
Diffstat (limited to 'arch')
-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"