Kconfig: Move CANBUS_FREQUENCY definition from src/stm32/Kconfig to src/Kconfig

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
Kevin O'Connor
2022-06-02 12:43:19 -04:00
parent c1f4bdebf2
commit db5a4351a5
2 changed files with 5 additions and 4 deletions

View File

@@ -351,8 +351,4 @@ choice
select CANSERIAL
endchoice
config CANBUS_FREQUENCY
int "CAN bus speed" if LOW_LEVEL_OPTIONS && CANSERIAL
default 500000
endif