Add config option (CONFIG_BOOTORDER) to disable bootorder support.
[seabios.git] / src / Kconfig
index 3133d8861598467a312ab5e04cd84857dad405ee..0da69e6f4b811f06c9c6bd04d1443f4f43e84dd7 100644 (file)
@@ -51,6 +51,13 @@ menu "General Features"
         default y
         help
             Support showing a graphical boot splash screen.
+    config BOOTORDER
+        depends on BOOT
+        bool "Boot ordering"
+        default y
+        help
+            Support controlling of the boot order via the fw_cfg/CBFS
+            "bootorder" file.
 
     config COREBOOT_FLASH
         depends on COREBOOT