diff options
Diffstat (limited to 'test/configs')
-rw-r--r-- | test/configs/sam3x8e.config | 2 | ||||
-rw-r--r-- | test/configs/sam4e8e.config | 2 | ||||
-rw-r--r-- | test/configs/sam4s8c.config | 2 | ||||
-rw-r--r-- | test/configs/samd21.config | 1 |
4 files changed, 4 insertions, 3 deletions
diff --git a/test/configs/sam3x8e.config b/test/configs/sam3x8e.config index 9bf772a8..e7da6460 100644 --- a/test/configs/sam3x8e.config +++ b/test/configs/sam3x8e.config @@ -1,3 +1,3 @@ # Base config file for Atmel SAM3x8e ARM processor -CONFIG_MACH_SAM3=y +CONFIG_MACH_ATSAM=y CONFIG_MACH_SAM3X8E=y diff --git a/test/configs/sam4e8e.config b/test/configs/sam4e8e.config index d55a5bfe..6be54c34 100644 --- a/test/configs/sam4e8e.config +++ b/test/configs/sam4e8e.config @@ -1,3 +1,3 @@ # Base config file for Atmel SAM4E8E ARM processor -CONFIG_MACH_SAM3=y +CONFIG_MACH_ATSAM=y CONFIG_MACH_SAM4E8E=y diff --git a/test/configs/sam4s8c.config b/test/configs/sam4s8c.config index 3b032bea..20c539fc 100644 --- a/test/configs/sam4s8c.config +++ b/test/configs/sam4s8c.config @@ -1,3 +1,3 @@ # Base config file for Atmel SAM4S8C ARM processor -CONFIG_MACH_SAM3=y +CONFIG_MACH_ATSAM=y CONFIG_MACH_SAM4S8C=y diff --git a/test/configs/samd21.config b/test/configs/samd21.config index f40da125..8dd361d1 100644 --- a/test/configs/samd21.config +++ b/test/configs/samd21.config @@ -1,2 +1,3 @@ # Base config file for SAMD21 boards +CONFIG_MACH_ATSAMD=y CONFIG_MACH_SAMD21=y |