diff options
author | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-11-14 21:53:11 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-11-14 21:53:11 -0500 |
commit | a052f4473603765eb6b4c19754689977601dc1d1 (patch) | |
tree | ae611127b9ed75c99f2654ec50c46f2313dfb728 /README | |
parent | 6f37ac793d6ba7b35d338f791974166f67fdd9ba (diff) | |
parent | daa93fab824f2b8c35bd11670c7fab2f32b2de5f (diff) |
Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/x86
* git://git.kernel.org/pub/scm/linux/kernel/git/sam/x86:
x86: enable "make ARCH=x86"
x86: do not use $(ARCH) when not needed
kconfig: use $K64BIT to set 64BIT with all*config targets
kconfig: add helper to set config symbol from environment variable
kconfig: factor out code in confdata.c
x86: move the rest of the menu's to Kconfig
x86: move all simple arch settings to Kconfig
x86: copy x86_64 specific Kconfig symbols to Kconfig.i386
x86: add X86_64 dependency to x86_64 specific symbols in Kconfig.x86_64
x86: add X86_32 dependency to i386 specific symbols in Kconfig.i386
x86: arch/x86/Kconfig.cpu unification
x86: start unification of arch/x86/Kconfig.*
x86: unification of cfufreq/Kconfig
Diffstat (limited to 'README')
-rw-r--r-- | README | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -194,6 +194,8 @@ CONFIGURING the kernel: | |||
194 | "make *config" checks for a file named "all{yes/mod/no/random}.config" | 194 | "make *config" checks for a file named "all{yes/mod/no/random}.config" |
195 | for symbol values that are to be forced. If this file is not found, | 195 | for symbol values that are to be forced. If this file is not found, |
196 | it checks for a file named "all.config" to contain forced values. | 196 | it checks for a file named "all.config" to contain forced values. |
197 | Finally it checks the environment variable K64BIT and if found, sets | ||
198 | the config symbol "64BIT" to the value of the K64BIT variable. | ||
197 | 199 | ||
198 | NOTES on "make config": | 200 | NOTES on "make config": |
199 | - having unnecessary drivers will make the kernel bigger, and can | 201 | - having unnecessary drivers will make the kernel bigger, and can |