aboutsummaryrefslogtreecommitdiffstats
path: root/src/atsam/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'src/atsam/Kconfig')
-rw-r--r--src/atsam/Kconfig10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/atsam/Kconfig b/src/atsam/Kconfig
index af3d067d..4e2e839e 100644
--- a/src/atsam/Kconfig
+++ b/src/atsam/Kconfig
@@ -65,11 +65,6 @@ config CLOCK_FREQ
default 120000000 if MACH_SAM4
default 300000000 if MACH_SAME70
-config FLASH_START
- hex
- default 0x400000 if MACH_SAM4 || MACH_SAME70
- default 0x80000
-
config FLASH_SIZE
hex
default 0x80000
@@ -93,6 +88,11 @@ config STACK_SIZE
int
default 512
+config FLASH_APPLICATION_ADDRESS
+ hex
+ default 0x400000 if MACH_SAM4 || MACH_SAME70
+ default 0x80000
+
choice
prompt "Communication interface"
config ATSAM_USB