summaryrefslogtreecommitdiff
path: root/config/arch/avr32.in
AgeCommit message (Collapse)AuthorFilesLines
2011-11-29arch: rename the SUPPORT_XXX optionsYann E. MORIN"1-4/+4
First, 'SUPPORT' should be spelled 'SUPPORTS'. Second, 'SUPPORT_XXX' really means 'supports --with-xxx', so rename the affected options accordingly. Update the affected archs to match the new namings. Reported-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
2011-05-08config: fix recursive depsYann E. MORIN"1-12/+11
The latest kconfig stuff is more stringent when it comes to validating the dependency of the symbols. It is no longer possible to have a symbol depend on itself (such as our construct for arch/cc/libc/... was doing). Fix our generated-file infrastructure to avoid these situations when the new kconfig stuff will be merged (in a following changeset). Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
2010-01-31arch/avr32: remove EXPERIMENTALYann E. MORIN"1-1/+0
2010-01-09config/arch: always select the adequate bitnessYann E. MORIN"1-0/+2
Even if the selected ARCH does not support different bitness (or we do not support building with another bitness), still select the appropriate bitness.
2009-06-20Misc AVR32 cleanups.Martin Lund1-5/+5
2009-05-22Added initial AVR32 support (bare-metal,newlib)Martin Lund"1-0/+13