Kconfig (ee1156c11a1121e118b0a7f2dec240f0d421b1fd) Kconfig (99e8c5a3b875a34d894a711c9a3669858d6adf45)
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---

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

45 select HAVE_GENERIC_DMA_COHERENT if X86_32
46 select HAVE_EFFICIENT_UNALIGNED_ACCESS
47 select USER_STACKTRACE_SUPPORT
48 select HAVE_DMA_API_DEBUG
49 select HAVE_KERNEL_GZIP
50 select HAVE_KERNEL_BZIP2
51 select HAVE_KERNEL_LZMA
52 select HAVE_HW_BREAKPOINT
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---

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

45 select HAVE_GENERIC_DMA_COHERENT if X86_32
46 select HAVE_EFFICIENT_UNALIGNED_ACCESS
47 select USER_STACKTRACE_SUPPORT
48 select HAVE_DMA_API_DEBUG
49 select HAVE_KERNEL_GZIP
50 select HAVE_KERNEL_BZIP2
51 select HAVE_KERNEL_LZMA
52 select HAVE_HW_BREAKPOINT
53 select PERF_EVENTS
54 select ANON_INODES
53 select HAVE_ARCH_KMEMCHECK
54 select HAVE_USER_RETURN_NOTIFIER
55
56config OUTPUT_FORMAT
57 string
58 default "elf32-i386" if X86_32
59 default "elf64-x86-64" if X86_64
60

--- 2030 unchanged lines hidden ---
55 select HAVE_ARCH_KMEMCHECK
56 select HAVE_USER_RETURN_NOTIFIER
57
58config OUTPUT_FORMAT
59 string
60 default "elf32-i386" if X86_32
61 default "elf64-x86-64" if X86_64
62

--- 2030 unchanged lines hidden ---