diff options
Diffstat (limited to 'src/stm32/Kconfig')
-rw-r--r-- | src/stm32/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stm32/Kconfig b/src/stm32/Kconfig index e6710994..29d7afa2 100644 --- a/src/stm32/Kconfig +++ b/src/stm32/Kconfig @@ -339,7 +339,7 @@ choice select CANSERIAL config STM32_CANBUS_PD0_PD1 bool "CAN bus (on PD0/PD1)" if LOW_LEVEL_OPTIONS - depends on HAVE_STM32_CANBUS && MACH_STM32F4 + depends on HAVE_STM32_CANBUS select CANSERIAL endchoice |