diff options
Diffstat (limited to 'src/lpc176x/Kconfig')
-rw-r--r-- | src/lpc176x/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/lpc176x/Kconfig b/src/lpc176x/Kconfig index fa80c463..372b7007 100644 --- a/src/lpc176x/Kconfig +++ b/src/lpc176x/Kconfig @@ -25,6 +25,15 @@ config CLOCK_FREQ default 25000000 if MACH_LPC1768 # 100000000 / 4 default 30000000 if MACH_LPC1769 # 120000000 / 4 +config SMOOTHIEWARE_BOOTLOADER + bool "Target board uses Smoothieware bootloader" + default y + +config FLASH_START + hex + default 0x4000 if SMOOTHIEWARE_BOOTLOADER + default 0x0000 + config USBSERIAL bool "Use USB for communication (instead of serial)" default y |