summaryrefslogtreecommitdiff
path: root/config/arch/arm.in.2
AgeCommit message (Collapse)AuthorFilesLines
2011-11-29arch: rename the SUPPORT_XXX optionsYann E. MORIN"1-1/+1
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-31kconfig: remove useless 'default n'Benoît THÉBAUDEAU"1-1/+0
kconfig bools are disabled by default, so specifying 'default n' is useless and noisy. This patch removes all occurrences of 'default n'. Signed-off-by: "Benoît THÉBAUDEAU" <benoit.thebaudeau@advansee.com>
2010-09-11arch/arm: move config-options to second-partYann E. MORIN"1-0/+53
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>