aboutsummaryrefslogtreecommitdiffstats
path: root/src/lpc176x/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'src/lpc176x/Kconfig')
-rw-r--r--src/lpc176x/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/lpc176x/Kconfig b/src/lpc176x/Kconfig
index cdfad6cd..fa80c463 100644
--- a/src/lpc176x/Kconfig
+++ b/src/lpc176x/Kconfig
@@ -25,7 +25,11 @@ config CLOCK_FREQ
default 25000000 if MACH_LPC1768 # 100000000 / 4
default 30000000 if MACH_LPC1769 # 120000000 / 4
+config USBSERIAL
+ bool "Use USB for communication (instead of serial)"
+ default y
config SERIAL
+ depends on !USBSERIAL
bool
default y
config SERIAL_BAUD