From b6ccd2682c57688a55a408abaa87a6cc61924cf2 Mon Sep 17 00:00:00 2001 From: Kevin O'Connor Date: Fri, 25 Jan 2019 17:55:57 -0500 Subject: 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 --- src/avr/Kconfig | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/avr') diff --git a/src/avr/Kconfig b/src/avr/Kconfig index b6877ac6..65e86818 100644 --- a/src/avr/Kconfig +++ b/src/avr/Kconfig @@ -124,10 +124,6 @@ choice config AVR_SERIAL_UART3 bool "UART3" if MACH_atmega2560 || MACH_atmega1280 endchoice -config SERIAL_BAUD - depends on SERIAL - int "Baud rate for serial port" - default 250000 config SERIAL_BAUD_U2X depends on SERIAL && !SIMULAVR bool -- cgit v1.2.3-70-g09d2