Make the grub timeout configurable on x86 targets
[openwrt/openwrt.git] / target / linux / x86 / image / Config.in
index a9412cdd67a12e9766a258f9b2f3b939b859d1b3..b60baeabb9fa83330afeac27fd1800c6eba74c20 100644 (file)
@@ -47,6 +47,13 @@ config X86_GRUB_BOOTOPTS
        help
          If you don't know, just leave it blank.
 
+config X86_GRUB_TIMEOUT
+       string "Seconds to wait before booting the default entry"
+       depends X86_GRUB_IMAGES
+       default "5"
+       help
+         If you don't know, 5 seconds is a reasonable default.
+
 config X86_VDI_IMAGES
        bool "Build VirtualBox image files (VDI)"
        depends X86_GRUB_IMAGES