Kconfig (d1fd836dcf00d2028c700c7e44d2c23404062c90) Kconfig (4a20799d11f64e6b8725cacc7619b1ae1dbf9acd)
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

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

716config PARAVIRT_CLOCK
717 bool
718
719endif #HYPERVISOR_GUEST
720
721config NO_BOOTMEM
722 def_bool y
723
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

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

716config PARAVIRT_CLOCK
717 bool
718
719endif #HYPERVISOR_GUEST
720
721config NO_BOOTMEM
722 def_bool y
723
724config MEMTEST
725 bool "Memtest"
726 ---help---
727 This option adds a kernel parameter 'memtest', which allows memtest
728 to be set.
729 memtest=0, mean disabled; -- default
730 memtest=1, mean do 1 test pattern;
731 ...
732 memtest=4, mean do 4 test patterns.
733 If you are unsure how to answer this question, answer N.
734
735source "arch/x86/Kconfig.cpu"
736
737config HPET_TIMER
738 def_bool X86_64
739 prompt "HPET Timer Support" if X86_32
740 ---help---
741 Use the IA-PC HPET (High Precision Event Timer) to manage
742 time in preference to the PIT and RTC, if a HPET is

--- 1854 unchanged lines hidden ---
724source "arch/x86/Kconfig.cpu"
725
726config HPET_TIMER
727 def_bool X86_64
728 prompt "HPET Timer Support" if X86_32
729 ---help---
730 Use the IA-PC HPET (High Precision Event Timer) to manage
731 time in preference to the PIT and RTC, if a HPET is

--- 1854 unchanged lines hidden ---