Kconfig (698839fe04ae11f228074ad45614343c3921a6c6) Kconfig (6247943d8ab699b57653afd453a4940cca70ef8a)
1# x86 configuration
2mainmenu "Linux Kernel Configuration for x86"
3
4# Select 32 or 64 bit
5config 64BIT
6 bool "64-bit kernel" if ARCH = "x86"
7 default ARCH = "x86_64"
8 help

--- 441 unchanged lines hidden (view full) ---

450 This option adds a kernel parameter 'memtest', which allows memtest
451 to be set.
452 memtest=0, mean disabled; -- default
453 memtest=1, mean do 1 test pattern;
454 ...
455 memtest=4, mean do 4 test patterns.
456 If you are unsure how to answer this question, answer Y.
457
1# x86 configuration
2mainmenu "Linux Kernel Configuration for x86"
3
4# Select 32 or 64 bit
5config 64BIT
6 bool "64-bit kernel" if ARCH = "x86"
7 default ARCH = "x86_64"
8 help

--- 441 unchanged lines hidden (view full) ---

450 This option adds a kernel parameter 'memtest', which allows memtest
451 to be set.
452 memtest=0, mean disabled; -- default
453 memtest=1, mean do 1 test pattern;
454 ...
455 memtest=4, mean do 4 test patterns.
456 If you are unsure how to answer this question, answer Y.
457
458config ACPI_SRAT
459 def_bool y
460 depends on X86_32 && ACPI && NUMA && X86_GENERICARCH
461 select ACPI_NUMA
462
463config X86_SUMMIT_NUMA
464 def_bool y
465 depends on X86_32 && NUMA && X86_GENERICARCH
466
467config X86_CYCLONE_TIMER
468 def_bool y
469 depends on X86_GENERICARCH
470

--- 1340 unchanged lines hidden ---
458config X86_SUMMIT_NUMA
459 def_bool y
460 depends on X86_32 && NUMA && X86_GENERICARCH
461
462config X86_CYCLONE_TIMER
463 def_bool y
464 depends on X86_GENERICARCH
465

--- 1340 unchanged lines hidden ---