atsamd: Use the full micro-controller name for CONFIG_MCU

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
Kevin O'Connor
2019-03-01 11:22:32 -05:00
parent d33c4820bd
commit d57bc79513
2 changed files with 8 additions and 8 deletions

View File

@@ -42,11 +42,11 @@ config MACH_SAMD51
config MCU
string
default "samd21g" if MACH_SAMD21G18
default "samd51g19" if MACH_SAMD51G19
default "samd51j19" if MACH_SAMD51J19
default "samd51n19" if MACH_SAMD51N19
default "samd51p20" if MACH_SAMD51P20
default "samd21g18a" if MACH_SAMD21G18
default "samd51g19a" if MACH_SAMD51G19
default "samd51j19a" if MACH_SAMD51J19
default "samd51n19a" if MACH_SAMD51N19
default "samd51p20a" if MACH_SAMD51P20
config CLOCK_FREQ
int