aboutsummaryrefslogtreecommitdiffstats
path: root/src/atsam
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/atsam
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/atsam')
-rw-r--r--src/atsam/Kconfig4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/atsam/Kconfig b/src/atsam/Kconfig
index 36785cfe..04c3c27f 100644
--- a/src/atsam/Kconfig
+++ b/src/atsam/Kconfig
@@ -89,10 +89,6 @@ config STACK_SIZE
int
default 512
-config USBSERIAL
- bool
-config SERIAL
- bool
choice
prompt "Communication interface"
config ATSAM_USB