Kconfig (bb272221e9db79f13d454e1f3fb6b05013be985e) | Kconfig (f01d7d51f577b5dc0fa5919ab8a9228e2bf49f3e) |
---|---|
1# Select 32 or 64 bit 2config 64BIT 3 bool "64-bit kernel" if ARCH = "x86" 4 default ARCH != "i386" 5 ---help--- 6 Say yes to build a 64-bit kernel - formerly known as x86_64 7 Say no to build a 32-bit kernel - formerly known as i386 8 --- 410 unchanged lines hidden (view full) --- 419 depends on X86_32 && SMP 420 ---help--- 421 This option is needed for the systems that have more than 8 CPUs 422 423config GOLDFISH 424 def_bool y 425 depends on X86_GOLDFISH 426 | 1# Select 32 or 64 bit 2config 64BIT 3 bool "64-bit kernel" if ARCH = "x86" 4 default ARCH != "i386" 5 ---help--- 6 Say yes to build a 64-bit kernel - formerly known as x86_64 7 Say no to build a 32-bit kernel - formerly known as i386 8 --- 410 unchanged lines hidden (view full) --- 419 depends on X86_32 && SMP 420 ---help--- 421 This option is needed for the systems that have more than 8 CPUs 422 423config GOLDFISH 424 def_bool y 425 depends on X86_GOLDFISH 426 |
427config INTEL_RDT_A 428 bool "Intel Resource Director Technology Allocation support" | 427config INTEL_RDT 428 bool "Intel Resource Director Technology support" |
429 default n 430 depends on X86 && CPU_SUP_INTEL 431 select KERNFS 432 help | 429 default n 430 depends on X86 && CPU_SUP_INTEL 431 select KERNFS 432 help |
433 Select to enable resource allocation which is a sub-feature of 434 Intel Resource Director Technology(RDT). More information about 435 RDT can be found in the Intel x86 Architecture Software 436 Developer Manual. | 433 Select to enable resource allocation and monitoring which are 434 sub-features of Intel Resource Director Technology(RDT). More 435 information about RDT can be found in the Intel x86 436 Architecture Software Developer Manual. |
437 438 Say N if unsure. 439 440if X86_32 441config X86_EXTENDED_PLATFORM 442 bool "Support for extended (non-PC) x86 platforms" 443 default y 444 ---help--- --- 2379 unchanged lines hidden --- | 437 438 Say N if unsure. 439 440if X86_32 441config X86_EXTENDED_PLATFORM 442 bool "Support for extended (non-PC) x86 platforms" 443 default y 444 ---help--- --- 2379 unchanged lines hidden --- |