From: Ulf Samuelsson Date: Sun, 29 Jul 2007 06:51:35 +0000 (-0000) Subject: Use full AVR32 partname X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9558f26f4eb369c48bb2dff8ba7ef4417b131810;p=buildroot.git Use full AVR32 partname --- diff --git a/Config.in b/Config.in index e353562161..499b4fc72c 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