aboutsummaryrefslogtreecommitdiffstats
path: root/src/stm32
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2022-06-16 14:59:03 -0400
committerKevin O'Connor <kevin@koconnor.net>2022-06-16 14:59:03 -0400
commit3f3713ee97ed58a5dcd8a196904a14e9c5b81ad9 (patch)
tree7678023bd0bc43ee489e1fd5f0443fc2cc0accc5 /src/stm32
parentf55b9d3e5746b73d37f1f2de288aa06d9fe23138 (diff)
downloadkutter-3f3713ee97ed58a5dcd8a196904a14e9c5b81ad9.tar.gz
kutter-3f3713ee97ed58a5dcd8a196904a14e9c5b81ad9.tar.xz
kutter-3f3713ee97ed58a5dcd8a196904a14e9c5b81ad9.zip
Kconfig: Move SERIAL, USBSERIAL, and CANSERIAL definitions to src/Kconfig
There is no need to define these options in every board Kconfig file. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'src/stm32')
-rw-r--r--src/stm32/Kconfig6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/stm32/Kconfig b/src/stm32/Kconfig
index 875d138e..ee79b373 100644
--- a/src/stm32/Kconfig
+++ b/src/stm32/Kconfig
@@ -275,12 +275,6 @@ config STM32F0_TRIM
# Communication inteface
######################################################################
-config USBSERIAL
- bool
-config SERIAL
- bool
-config CANSERIAL
- bool
choice
prompt "Communication interface"
config STM32_USB_PA11_PA12