Rev 3923 | Rev 4042 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 3923 | Rev 3936 | ||
---|---|---|---|
Line 58... | Line 58... | ||
58 | 58 | ||
59 | % CPU type |
59 | % CPU type |
60 | @ "pentium4" Pentium 4 |
60 | @ "pentium4" Pentium 4 |
61 | @ "pentium3" Pentium 3 |
61 | @ "pentium3" Pentium 3 |
62 | @ "core" Core Solo/Duo |
62 | @ "core" Core Solo/Duo |
63 | @ "athlon-xp" Athlon XP |
63 | @ "athlon_xp" Athlon XP |
64 | @ "athlon-mp" Athlon MP |
64 | @ "athlon_mp" Athlon MP |
65 | ! [PLATFORM=ia32] MACHINE (choice) |
65 | ! [PLATFORM=ia32] MACHINE (choice) |
66 | 66 | ||
67 | % CPU type |
67 | % CPU type |
68 | @ "opteron" Opteron |
68 | @ "opteron" Opteron |
69 | ! [PLATFORM=amd64] MACHINE (choice) |
69 | ! [PLATFORM=amd64] MACHINE (choice) |
Line 241... | Line 241... | ||
241 | 241 | ||
242 | 242 | ||
243 | ## Kernel configuration |
243 | ## Kernel configuration |
244 | 244 | ||
245 | % Fences |
245 | % Fences |
246 | ! [PLATFORM=ia32&(MACHINE=athlon-xp|MACHINE=athlon-mp|MACHINE=pentium3)] CONFIG_FENCES_P3 (y) |
246 | ! [PLATFORM=ia32&(MACHINE=athlon_xp|MACHINE=athlon_mp|MACHINE=pentium3)] CONFIG_FENCES_P3 (y) |
247 | 247 | ||
248 | % Fences |
248 | % Fences |
249 | ! [PLATFORM=ia32&(MACHINE=pentium4|MACHINE=core)] CONFIG_FENCES_P4 (y) |
249 | ! [PLATFORM=ia32&(MACHINE=pentium4|MACHINE=core)] CONFIG_FENCES_P4 (y) |
250 | 250 | ||
251 | % Fences |
251 | % Fences |
Line 289... | Line 289... | ||
289 | 289 | ||
290 | 290 | ||
291 | ## Kernel features options |
291 | ## Kernel features options |
292 | 292 | ||
293 | % Support for SMP |
293 | % Support for SMP |
294 | ! [(PLATFORM=ia32&MACHINE!=athlon-xp)|PLATFORM=amd64|PLATFORM=sparc64|PLATFORM=ia64|(PLATFORM=mips32&MACHINE=msim)] CONFIG_SMP (y/n) |
294 | ! [(PLATFORM=ia32&MACHINE!=athlon_xp)|PLATFORM=amd64|PLATFORM=sparc64|PLATFORM=ia64|(PLATFORM=mips32&MACHINE=msim)] CONFIG_SMP (y/n) |
295 | 295 | ||
296 | % Improved support for hyperthreading |
296 | % Improved support for hyperthreading |
297 | ! [PLATFORM=amd64&CONFIG_SMP=y] CONFIG_HT (y/n) |
297 | ! [PLATFORM=amd64&CONFIG_SMP=y] CONFIG_HT (y/n) |
298 | 298 | ||
299 | % Improved support for hyperthreading |
299 | % Improved support for hyperthreading |
300 | ! [PLATFORM=ia32&MACHINE!=athlon-xp&MACHINE!=athlon-mp&MACHINE!=pentium3&CONFIG_SMP=y] CONFIG_HT (y/n) |
300 | ! [PLATFORM=ia32&MACHINE!=athlon_xp&MACHINE!=athlon_mp&MACHINE!=pentium3&CONFIG_SMP=y] CONFIG_HT (y/n) |
301 | 301 | ||
302 | % Lazy FPU context switching |
302 | % Lazy FPU context switching |
303 | ! [CONFIG_FPU=y] CONFIG_FPU_LAZY (y/n) |
303 | ! [CONFIG_FPU=y] CONFIG_FPU_LAZY (y/n) |
304 | 304 | ||
305 | % Use VHPT |
305 | % Use VHPT |