mirror of
git://soft.sys114.com/klipper
synced 2026-02-09 19:14:23 +09:00
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>
This commit is contained in:
@@ -19,8 +19,4 @@ config CLOCK_FREQ
|
||||
int
|
||||
default 20000000
|
||||
|
||||
config SERIAL_BAUD
|
||||
int
|
||||
default 250000
|
||||
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user