Kconfig (95a0c7c2d6cfde3fb5fdb713428ed0df4d6bdd58) Kconfig (af21b01d1166248f282fc02d0f459c94de06615e)
1config PARISC
2 def_bool y
3 select ARCH_MIGHT_HAVE_PC_PARPORT
4 select HAVE_IDE
5 select HAVE_OPROFILE
6 select HAVE_FUNCTION_TRACER
7 select HAVE_FUNCTION_GRAPH_TRACER
8 select HAVE_SYSCALL_TRACEPOINTS
9 select ARCH_WANT_FRAME_POINTERS
10 select ARCH_HAS_ELF_RANDOMIZE
11 select ARCH_HAS_STRICT_KERNEL_RWX
1config PARISC
2 def_bool y
3 select ARCH_MIGHT_HAVE_PC_PARPORT
4 select HAVE_IDE
5 select HAVE_OPROFILE
6 select HAVE_FUNCTION_TRACER
7 select HAVE_FUNCTION_GRAPH_TRACER
8 select HAVE_SYSCALL_TRACEPOINTS
9 select ARCH_WANT_FRAME_POINTERS
10 select ARCH_HAS_ELF_RANDOMIZE
11 select ARCH_HAS_STRICT_KERNEL_RWX
12 select ARCH_HAS_UBSAN_SANITIZE_ALL
13 select ARCH_WANTS_UBSAN_NO_NULL
14 select ARCH_SUPPORTS_MEMORY_FAILURE
12 select RTC_CLASS
13 select RTC_DRV_GENERIC
14 select INIT_ALL_POSSIBLE
15 select HAVE_MEMBLOCK
16 select NO_BOOTMEM
17 select BUG
18 select BUILDTIME_EXTABLE_SORT
19 select HAVE_PERF_EVENTS
15 select RTC_CLASS
16 select RTC_DRV_GENERIC
17 select INIT_ALL_POSSIBLE
18 select HAVE_MEMBLOCK
19 select NO_BOOTMEM
20 select BUG
21 select BUILDTIME_EXTABLE_SORT
22 select HAVE_PERF_EVENTS
23 select HAVE_KERNEL_BZIP2
24 select HAVE_KERNEL_GZIP
25 select HAVE_KERNEL_LZ4
26 select HAVE_KERNEL_LZMA
27 select HAVE_KERNEL_LZO
28 select HAVE_KERNEL_XZ
20 select GENERIC_ATOMIC64 if !64BIT
21 select GENERIC_IRQ_PROBE
22 select GENERIC_PCI_IOMAP
23 select ARCH_HAVE_NMI_SAFE_CMPXCHG
24 select GENERIC_SMP_IDLE_THREAD
25 select GENERIC_STRNCPY_FROM_USER
26 select SYSCTL_ARCH_UNALIGN_ALLOW
27 select SYSCTL_EXCEPTION_TRACE

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

45 The PA-RISC microprocessor is designed by Hewlett-Packard and used
46 in many of their workstations & servers (HP9000 700 and 800 series,
47 and later HP3000 series). The PA-RISC Linux project home page is
48 at <http://www.parisc-linux.org/>.
49
50config CPU_BIG_ENDIAN
51 def_bool y
52
29 select GENERIC_ATOMIC64 if !64BIT
30 select GENERIC_IRQ_PROBE
31 select GENERIC_PCI_IOMAP
32 select ARCH_HAVE_NMI_SAFE_CMPXCHG
33 select GENERIC_SMP_IDLE_THREAD
34 select GENERIC_STRNCPY_FROM_USER
35 select SYSCTL_ARCH_UNALIGN_ALLOW
36 select SYSCTL_EXCEPTION_TRACE

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

54 The PA-RISC microprocessor is designed by Hewlett-Packard and used
55 in many of their workstations & servers (HP9000 700 and 800 series,
56 and later HP3000 series). The PA-RISC Linux project home page is
57 at <http://www.parisc-linux.org/>.
58
59config CPU_BIG_ENDIAN
60 def_bool y
61
62config CPU_BIG_ENDIAN
63 def_bool y
64
53config MMU
54 def_bool y
55
56config STACK_GROWSUP
57 def_bool y
58
59config GENERIC_LOCKBREAK
60 bool

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

240 depends on PA8X00
241
242config PARISC_PAGE_SIZE_64KB
243 bool "64KB"
244 depends on PA8X00
245
246endchoice
247
65config MMU
66 def_bool y
67
68config STACK_GROWSUP
69 def_bool y
70
71config GENERIC_LOCKBREAK
72 bool

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

252 depends on PA8X00
253
254config PARISC_PAGE_SIZE_64KB
255 bool "64KB"
256 depends on PA8X00
257
258endchoice
259
260config PARISC_SELF_EXTRACT
261 bool "Build kernel as self-extracting executable"
262 default y
263 help
264 Say Y if you want to build the parisc kernel as a kind of
265 self-extracting executable.
266
267 If you say N here, the kernel will be compressed with gzip
268 which can be loaded by the palo bootloader directly too.
269
270 If you don't know what to do here, say Y.
271
248config SMP
249 bool "Symmetric multi-processing support"
250 ---help---
251 This enables support for systems with more than one CPU. If you have
252 a system with only one CPU, say N. If you have a system with more
253 than one CPU, say Y.
254
255 If you say N here, the kernel will run on uni- and multiprocessor

--- 104 unchanged lines hidden ---
272config SMP
273 bool "Symmetric multi-processing support"
274 ---help---
275 This enables support for systems with more than one CPU. If you have
276 a system with only one CPU, say N. If you have a system with more
277 than one CPU, say Y.
278
279 If you say N here, the kernel will run on uni- and multiprocessor

--- 104 unchanged lines hidden ---