From 4ca1e5f670616491cf27de833a90290d0aaf6fb0 Mon Sep 17 00:00:00 2001 From: Kevin O'Connor Date: Mon, 19 Dec 2022 11:54:19 -0500 Subject: serial_irq: Rename SERIAL_BOOTLOADER_SIDECHANNEL to HAVE_BOOTLOADER_REQUEST Rename the build symbol. This is in preparation for enabling HAVE_BOOTLOADER_REQUEST on usb and canbus. Signed-off-by: Kevin O'Connor --- src/stm32/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/stm32') diff --git a/src/stm32/Kconfig b/src/stm32/Kconfig index dac884a0..a3a9da02 100644 --- a/src/stm32/Kconfig +++ b/src/stm32/Kconfig @@ -14,7 +14,7 @@ config STM32_SELECT select HAVE_STRICT_TIMING select HAVE_CHIPID select HAVE_STEPPER_BOTH_EDGE - select SERIAL_BOOTLOADER_SIDECHANNEL + select HAVE_BOOTLOADER_REQUEST config BOARD_DIRECTORY string -- cgit v1.2.3-70-g09d2