From b734c57d3e7611dd906a934e6f10ab4826d168e2 Mon Sep 17 00:00:00 2001 From: FrY Sennberg Date: Fri, 14 Mar 2025 22:33:52 +0100 Subject: [PATCH] stm32 CAN: restricted PH13/14 CAN to stm32h743 Signed-off-by: Christoph Frei --- src/stm32/Kconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/stm32/Kconfig b/src/stm32/Kconfig index 3c68acd..a3cd0ea 100644 --- a/src/stm32/Kconfig +++ b/src/stm32/Kconfig @@ -414,7 +414,7 @@ choice depends on HAVE_STM32_FDCANBUS select CANSERIAL config STM32_MMENU_CANBUS_PH13_PH14 - bool "CAN bus (on PH13/PH14)" + bool "CAN bus (on PH13/PH14)" if MACH_STM32H743 depends on HAVE_STM32_FDCANBUS select CANSERIAL config STM32_USBCANBUS_PA11_PA12 @@ -448,7 +448,7 @@ choice bool "CAN bus (on PC2/PC3)" depends on HAVE_STM32_FDCANBUS config STM32_CMENU_CANBUS_PH13_PH14 - bool "CAN bus (on PH13/PH14)" + bool "CAN bus (on PH13/PH14)" if MACH_STM32H743 depends on HAVE_STM32_FDCANBUS endchoice