From 88d01dd8618b37c66827b7ff07b6e3e88199c089 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Wed, 30 Nov 2011 00:25:22 +0100 Subject: arch: rename the SUPPORT_XXX options 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 Signed-off-by: "Yann E. MORIN" --- config/arch/mips.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config/arch/mips.in') diff --git a/config/arch/mips.in b/config/arch/mips.in index 94b99480..dbc3b321 100644 --- a/config/arch/mips.in +++ b/config/arch/mips.in @@ -6,8 +6,8 @@ ## select ARCH_USE_MMU ## select ARCH_SUPPORTS_BOTH_ENDIAN ## select ARCH_DEFAULT_BE -## select ARCH_SUPPORT_ARCH -## select ARCH_SUPPORT_TUNE +## select ARCH_SUPPORTS_WITH_ARCH +## select ARCH_SUPPORTS_WITH_TUNE ## ## help The MIPS architecture, as defined by: ## help http://www.mips.com/ -- cgit v1.2.3