diff options
author | Ulf Samuelsson <ulf.samuelsson@atmel.com> | 2007-07-29 06:51:35 +0000 |
---|---|---|
committer | Ulf Samuelsson <ulf.samuelsson@atmel.com> | 2007-07-29 06:51:35 +0000 |
commit | 9558f26f4eb369c48bb2dff8ba7ef4417b131810 (patch) | |
tree | 4a091849cc34716724059c001f02c0a1c4c18224 | |
parent | 814f5f42b10ac4338059323e2b99a6c7fb590b10 (diff) |
Use full AVR32 partname
-rw-r--r-- | Config.in | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -126,12 +126,12 @@ endchoice choice prompt "Target Architecture Variant" depends BR2_avr32 -config BR2_ap7000 - bool "AP7000" -config BR2_ap7001 - bool "AP7001" -config BR2_ap7002 - bool "AP7002" +config BR2_at32ap7000 + bool "AT32AP7000" +config BR2_at32ap7001 + bool "AT32AP7001" +config BR2_at32ap7002 + bool "AT32AP7002" endchoice |