diff options
Diffstat (limited to 'src/config/Options.lb')
-rw-r--r-- | src/config/Options.lb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/config/Options.lb b/src/config/Options.lb index aaaab35ac0..e8c251497c 100644 --- a/src/config/Options.lb +++ b/src/config/Options.lb @@ -629,6 +629,11 @@ define CONFIG_PRECOMPRESSED_ROM_STREAM export always comment "boot image is already compressed" end +define CONFIG_SERIAL_STREAM + default 0 + export always + comment "Download boot image from serial port" +end define CONFIG_FS_STREAM default 0 export always |