summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorPhilip Prindeville <philipp@redfish-solutions.com>2017-02-06 20:33:36 -0700
committerJo-Philipp Wich <jo@mein.io>2017-12-13 14:59:27 +0100
commitf69d73f1b2f934c53003bc49ce3cc062e89bb5ae (patch)
tree546b16fab80cb9c6c8cdbb28d8073b369dfe86f3 /config
parent91821c8c0b183337c5b93d5bf915cef314164c2b (diff)
downloadopenwrt-f69d73f1b2f934c53003bc49ce3cc062e89bb5ae.tar.gz
openwrt-f69d73f1b2f934c53003bc49ce3cc062e89bb5ae.tar.bz2
openwrt-f69d73f1b2f934c53003bc49ce3cc062e89bb5ae.zip
build: allow specifying flow-control to grub on serial console
On the more sophisticated (i.e. deeper FIFO) serial controllers, flow-control might be needed to avoid dropping output. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com> (cherry picked from commit 7fe5963be023fd59a11652ecfb065d3405a91c48)
Diffstat (limited to 'config')
-rw-r--r--config/Config-images.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/config/Config-images.in b/config/Config-images.in
index f59a33613d..95752f737a 100644
--- a/config/Config-images.in
+++ b/config/Config-images.in
@@ -203,6 +203,11 @@ menu "Target Images"
default 38400 if TARGET_x86_generic
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