summaryrefslogtreecommitdiffstats
path: root/arch/x86/boot/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/boot/Kconfig')
-rw-r--r--arch/x86/boot/Kconfig20
1 files changed, 0 insertions, 20 deletions
diff --git a/arch/x86/boot/Kconfig b/arch/x86/boot/Kconfig
deleted file mode 100644
index 8dba00d591..0000000000
--- a/arch/x86/boot/Kconfig
+++ /dev/null
@@ -1,20 +0,0 @@
-if X86_BIOS_BRINGUP
-
-menu "BIOS boot source"
-
-config X86_HDBOOT
- bool "HD boot"
- help
- Add code to boot from harddisk
-
-config X86_VESA
- bool
- default y if X86_GENERIC_HAS_VIDEO
-
-config X86_VGA
- bool
- default y if X86_GENERIC_HAS_VIDEO
-
-endmenu
-
-endif