From 1eddc0fd907fb7f28e0b4537494e711f7ac1cac4 Mon Sep 17 00:00:00 2001 From: Kevin O'Connor Date: Thu, 18 Mar 2021 13:20:54 -0400 Subject: stm32: Simplify USB/Serial/CANbus Kconfig selection Combine the various communication options into a single "make menuconfig" menu item. Signed-off-by: Kevin O'Connor --- test/configs/stm32f103-serial.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/configs/stm32f103-serial.config') diff --git a/test/configs/stm32f103-serial.config b/test/configs/stm32f103-serial.config index a1ae2580..36a453ea 100644 --- a/test/configs/stm32f103-serial.config +++ b/test/configs/stm32f103-serial.config @@ -1,4 +1,4 @@ # Base config file for STM32F1 ARM processor using serial communication CONFIG_MACH_STM32=y CONFIG_MACH_STM32F103=y -CONFIG_USBSERIAL=n +CONFIG_STM32_SERIAL_USART1=y -- cgit v1.2.3-70-g09d2