aboutsummaryrefslogtreecommitdiffstats
path: root/docs/Installation.md
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2019-01-25 17:55:57 -0500
committerKevin O'Connor <kevin@koconnor.net>2019-01-25 18:02:03 -0500
commitb6ccd2682c57688a55a408abaa87a6cc61924cf2 (patch)
treefa2a9b461186af84c60fb1be599182c176f8cfef /docs/Installation.md
parent4fec225115777a028a00a4797663e00e8bd96ce1 (diff)
downloadkutter-b6ccd2682c57688a55a408abaa87a6cc61924cf2.tar.gz
kutter-b6ccd2682c57688a55a408abaa87a6cc61924cf2.tar.xz
kutter-b6ccd2682c57688a55a408abaa87a6cc61924cf2.zip
Kconfig: Move SERIAL_BAUD to src/Kconfig and show with LOW_LEVEL_OPTIONS
Move the definition of SERIAL_BAUD to the main src/Kconfig file. Only show this as an option if the user selects the ability to configure low-level options. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'docs/Installation.md')
-rw-r--r--docs/Installation.md4
1 files changed, 1 insertions, 3 deletions
diff --git a/docs/Installation.md b/docs/Installation.md
index 23c14727..57d94cb8 100644
--- a/docs/Installation.md
+++ b/docs/Installation.md
@@ -50,9 +50,7 @@ make menuconfig
```
Select the appropriate micro-controller and review any other options
-provided. For boards with serial ports, the recommended baud rate is
-250000 (see the [FAQ](FAQ.md#how-do-i-change-the-serial-baud-rate)
-before changing). Once configured, run:
+provided. Once configured, run:
```
make