Kconfig (706394211648117762edfaeffd6fc04bf3b1a75d) Kconfig (786d35d45cc40b2a51a18f73e14e135d47fdced7)
1source "init/Kconfig"
2
3source "kernel/Kconfig.freezer"
4
5menu "Processor type and features"
6
7config IA64
8 bool

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

33 select ARCH_WANT_OPTIONAL_GPIOLIB
34 select ARCH_HAVE_NMI_SAFE_CMPXCHG
35 select GENERIC_IOMAP
36 select GENERIC_SMP_IDLE_THREAD
37 select ARCH_INIT_TASK
38 select ARCH_TASK_STRUCT_ALLOCATOR
39 select ARCH_THREAD_INFO_ALLOCATOR
40 select ARCH_CLOCKSOURCE_DATA
1source "init/Kconfig"
2
3source "kernel/Kconfig.freezer"
4
5menu "Processor type and features"
6
7config IA64
8 bool

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

33 select ARCH_WANT_OPTIONAL_GPIOLIB
34 select ARCH_HAVE_NMI_SAFE_CMPXCHG
35 select GENERIC_IOMAP
36 select GENERIC_SMP_IDLE_THREAD
37 select ARCH_INIT_TASK
38 select ARCH_TASK_STRUCT_ALLOCATOR
39 select ARCH_THREAD_INFO_ALLOCATOR
40 select ARCH_CLOCKSOURCE_DATA
41 select GENERIC_TIME_VSYSCALL_OLD
41 select GENERIC_TIME_VSYSCALL
42 select HAVE_MOD_ARCH_SPECIFIC
43 select MODULES_USE_ELF_RELA
42 default y
43 help
44 The Itanium Processor Family is Intel's 64-bit successor to
45 the 32-bit X86 line. The IA-64 Linux project has a home
46 page at <http://www.linuxia64.org/> and a mailing list at
47 <linux-ia64@vger.kernel.org>.
48
49config 64BIT

--- 615 unchanged lines hidden ---
44 default y
45 help
46 The Itanium Processor Family is Intel's 64-bit successor to
47 the 32-bit X86 line. The IA-64 Linux project has a home
48 page at <http://www.linuxia64.org/> and a mailing list at
49 <linux-ia64@vger.kernel.org>.
50
51config 64BIT

--- 615 unchanged lines hidden ---