summaryrefslogtreecommitdiffstats
path: root/Config.in
diff options
context:
space:
mode:
authorUlf Samuelsson2007-07-29 08:51:35 +0200
committerUlf Samuelsson2007-07-29 08:51:35 +0200
commit9558f26f4eb369c48bb2dff8ba7ef4417b131810 (patch)
tree4a091849cc34716724059c001f02c0a1c4c18224 /Config.in
parentChange space to tab (diff)
downloadbuildroot-9558f26f4eb369c48bb2dff8ba7ef4417b131810.tar.gz
buildroot-9558f26f4eb369c48bb2dff8ba7ef4417b131810.tar.xz
buildroot-9558f26f4eb369c48bb2dff8ba7ef4417b131810.zip
Use full AVR32 partname
Diffstat (limited to 'Config.in')
-rw-r--r--Config.in12
1 files changed, 6 insertions, 6 deletions
diff --git a/Config.in b/Config.in
index e35356216..499b4fc72 100644
--- a/Config.in
+++ b/Config.in
@@ -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