summaryrefslogtreecommitdiffstats
path: root/arch/x86
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86')
-rw-r--r--arch/x86/Kconfig15
-rw-r--r--arch/x86/boot/Kconfig2
-rw-r--r--arch/x86/mach-i386/Kconfig2
3 files changed, 9 insertions, 10 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
index 711bbfe0e5..777604fafe 100644
--- a/arch/x86/Kconfig
+++ b/arch/x86/Kconfig
@@ -40,19 +40,18 @@ choice
prompt "Bring up type"
config X86_BIOS_BRINGUP
- prompt "16 bit BIOS"
- bool
+ bool "16 bit BIOS"
help
- Barebox will act as a BIOS based bootloader. This includes
- some 16 bit real mode code and some restrictions everyone knows
- from BIOS based systems.
+ Barebox will act as a BIOS based bootloader. This includes
+ 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
+ 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
diff --git a/arch/x86/boot/Kconfig b/arch/x86/boot/Kconfig
index cdb82e46d9..8dba00d591 100644
--- a/arch/x86/boot/Kconfig
+++ b/arch/x86/boot/Kconfig
@@ -1,6 +1,6 @@
if X86_BIOS_BRINGUP
-menu "BIOS boot source "
+menu "BIOS boot source"
config X86_HDBOOT
bool "HD boot"
diff --git a/arch/x86/mach-i386/Kconfig b/arch/x86/mach-i386/Kconfig
index 11f6aa679a..cb12b9c026 100644
--- a/arch/x86/mach-i386/Kconfig
+++ b/arch/x86/mach-i386/Kconfig
@@ -1,5 +1,5 @@
-menu "Board specific settings "
+menu "Board specific settings"
if X86_BOOTLOADER