build: allow specifying flow-control to grub on serial console
[openwrt/openwrt.git] / config / Config-images.in
index 8e295939d95f6b9e160d4973a16ac58b9b3794af..95752f737ad013a296afb5e7b28278a16b73b27d 100644 (file)
@@ -201,9 +201,13 @@ menu "Target Images"
                int "Serial port baud rate"
                depends on GRUB_IMAGES
                default 38400 if TARGET_x86_generic
-               default 38400 if TARGET_x86_geode
                default 115200
 
+       config GRUB_FLOWCONTROL
+               bool "Use RTE/CTS on serial console"
+               depends on GRUB_SERIAL != ""
+               default n
+
        config GRUB_BOOTOPTS
                string "Extra kernel boot options"
                depends on GRUB_IMAGES