aboutsummaryrefslogtreecommitdiffstats
path: root/init
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@ppc970.osdl.org>2004-10-26 23:16:54 -0700
committerLinus Torvalds <torvalds@ppc970.osdl.org>2004-10-26 23:16:54 -0700
commit4168f5a11b92bad7408e497cbe752e35042b323e (patch)
tree9ad0477312260fec789213d1aa49479715696e2d /init
parent81bef2b0962f5d0c3fd0a96be1de1f8936cb0a1f (diff)
downloadhistory-4168f5a11b92bad7408e497cbe752e35042b323e.tar.gz
Don't ask the user for esoteric compiler tweaks by default.
You can get all the kernel tweaking if you say yes to EMBEDDED, which exposes questions that make sense only for experts.
Diffstat (limited to 'init')
-rw-r--r--init/Kconfig8
1 files changed, 4 insertions, 4 deletions
diff --git a/init/Kconfig b/init/Kconfig
index 1d4b0a46cfd0bc..0c596060790327 100644
--- a/init/Kconfig
+++ b/init/Kconfig
@@ -326,7 +326,7 @@ config SHMEM
which may be appropriate on small systems without swap.
config CC_ALIGN_FUNCTIONS
- int "Function alignment"
+ int "Function alignment" if EMBDEDDED
default 0
help
Align the start of functions to the next power-of-two greater than n,
@@ -336,7 +336,7 @@ config CC_ALIGN_FUNCTIONS
Zero means use compiler's default.
config CC_ALIGN_LABELS
- int "Label alignment"
+ int "Label alignment" if EMBEDDED
default 0
help
Align all branch targets to a power-of-two boundary, skipping
@@ -346,14 +346,14 @@ config CC_ALIGN_LABELS
Zero means use compiler's default.
config CC_ALIGN_LOOPS
- int "Loop alignment"
+ int "Loop alignment" if EMBEDDED
default 0
help
Align loops to a power-of-two boundary, skipping up to n bytes.
Zero means use compiler's default.
config CC_ALIGN_JUMPS
- int "Jump alignment"
+ int "Jump alignment" if EMBEDDED
default 0
help
Align branch targets to a power-of-two boundary, for branch