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>
This commit is contained in:
Kevin O'Connor
2022-06-16 14:59:03 -04:00
parent f55b9d3e57
commit 3f3713ee97
6 changed files with 6 additions and 22 deletions

View File

@@ -89,10 +89,6 @@ config STACK_SIZE
int
default 512
config USBSERIAL
bool
config SERIAL
bool
choice
prompt "Communication interface"
config ATSAM_USB