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/x86.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'config/arch/x86.in') diff --git a/config/arch/x86.in b/config/arch/x86.in index c8da2fea..3863c029 100644 --- a/config/arch/x86.in +++ b/config/arch/x86.in @@ -4,9 +4,9 @@ ## select ARCH_SUPPORTS_64 ## select ARCH_DEFAULT_32 ## select ARCH_USE_MMU -## select ARCH_SUPPORT_ARCH -## select ARCH_SUPPORT_CPU -## select ARCH_SUPPORT_TUNE +## select ARCH_SUPPORTS_WITH_ARCH +## select ARCH_SUPPORTS_WITH_CPU +## select ARCH_SUPPORTS_WITH_TUNE ## ## help The x86 architecture, as defined by: ## help 32-bit (ia32) : http://www.intel.com/ -- cgit v1.2.3