summaryrefslogtreecommitdiffstats
path: root/platforms/architecture.in
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2009-02-25 10:19:39 +0000
committerMarc Kleine-Budde <mkl@pengutronix.de>2009-02-25 10:19:39 +0000
commitb5e95f6c20633bd5523153592a039f0323751e4a (patch)
tree6695e715891a6786a9e37f51920568dd7be1f09f /platforms/architecture.in
parent00a09699de77575ef25cb8a9edf6ce186a7ec997 (diff)
downloadptxdist-b5e95f6c20633bd5523153592a039f0323751e4a.tar.gz
ptxdist-b5e95f6c20633bd5523153592a039f0323751e4a.tar.xz
[architecture] fix indention of menu
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de> git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@9841 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'platforms/architecture.in')
-rw-r--r--platforms/architecture.in14
1 files changed, 7 insertions, 7 deletions
diff --git a/platforms/architecture.in b/platforms/architecture.in
index 302e1c65f..c74f2b518 100644
--- a/platforms/architecture.in
+++ b/platforms/architecture.in
@@ -174,42 +174,42 @@ endchoice
# x86
#
choice
- prompt "x86 optimization "
+ prompt "x86 optimization"
depends on ARCH_X86
default ARCH_X86_I586
config ARCH_X86_I386
- bool "386 "
+ bool "386 "
help
The compiler will generate code for i386 CPUs as default. This code will
run on almost all x86_32 processors.
config ARCH_X86_I486
- bool "486 "
+ bool "486 "
help
The compiler will generate code for i486 CPUs as default. This code will run
on almost all x86/ia32 processors, but not on i386!
config ARCH_X86_I586
- bool "586 "
+ bool "586 "
help
The compiler will generate code for i586 class CPUs as default (Pentium).
This code will run on almost all x86/ia32 processors, but not on i386 and i486!
config ARCH_X86_I686
- bool "686 "
+ bool "686 "
help
The compiler will generate code for i686 class CPUs as default (Pentium Pro).
This code will run on almost all x86/ia32 processors, but not on i386, i486 and pentium!
config ARCH_X86_P2
- bool "PII "
+ bool "PII "
help
The compiler will generate code for Pentium II CPUs as default.
This code will run on Pentium II and above CPUs.
config ARCH_X86_P3M
- bool "PIII/M "
+ bool "PIII/M "
help
The compiler will generate code for Pentium III and Pentium M CPUs as default.
This code will run on Pentium III and above CPUs. Note: A Pentium M is a successor