aboutsummaryrefslogtreecommitdiffstats
path: root/src/lpc176x/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'src/lpc176x/Kconfig')
-rw-r--r--src/lpc176x/Kconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/lpc176x/Kconfig b/src/lpc176x/Kconfig
index 9c09d46e..2df9419f 100644
--- a/src/lpc176x/Kconfig
+++ b/src/lpc176x/Kconfig
@@ -23,6 +23,11 @@ choice
bool "lpc1769 (120 Mhz)"
endchoice
+config MCU
+ string
+ default "lpc1768" if MACH_LPC1768
+ default "lpc1769" if MACH_LPC1769
+
config CLOCK_FREQ
int
default 100000000 if MACH_LPC1768