Add CAN configuration to STM32 config menu
This commit is contained in:
parent
03130ca5a3
commit
69bc6afbd3
@ -2587,6 +2587,21 @@ config SDIO_WIDTH_D1_ONLY
|
||||
|
||||
endmenu
|
||||
|
||||
menu "CAN Configuration"
|
||||
depends on STM32_CAN
|
||||
|
||||
config CAN1_BAUD
|
||||
int "Baud rate for CAN1"
|
||||
default 250000
|
||||
depends on STM32_CAN1
|
||||
|
||||
config CAN2_BAUD
|
||||
int "Baud rate for CAN2"
|
||||
default 250000
|
||||
depends on STM32_CAN2
|
||||
|
||||
endmenu
|
||||
|
||||
if STM32_ETHMAC
|
||||
menu "Ethernet MAC configuration"
|
||||
|
||||
@ -2868,4 +2883,3 @@ config STM32_USB_ITRMP
|
||||
either retain the legacy F1 behavior or to map the USB interupts to
|
||||
there own dedicated vectors. The option is available only for the
|
||||
F3 family and selects the use of the dedicated USB interrupts.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user