aboutsummaryrefslogtreecommitdiffstats
path: root/src/sam3/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'src/sam3/Kconfig')
-rw-r--r--src/sam3/Kconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/sam3/Kconfig b/src/sam3/Kconfig
index e7085eaf..c2ebb200 100644
--- a/src/sam3/Kconfig
+++ b/src/sam3/Kconfig
@@ -37,7 +37,12 @@ config CLOCK_FREQ
default 15000000 if MACH_SAM4S8C # 120000000/8
default 60000000 if MACH_SAM4E8E # 120000000/2
+config USBSERIAL
+ depends on MACH_SAM4S8C || MACH_SAM4E8E
+ bool "Use USB for communication (instead of serial)"
+ default y
config SERIAL
+ depends on !USBSERIAL
bool
default y
config SERIAL_BAUD