Kconfig (2c4cdf5950b1a7a9d731c03c56e2cea3bd8ca7b7) Kconfig (4febd95a8a85dd38b1a71fcf9726e19c7fd20039)
1config PARISC
2 def_bool y
3 select HAVE_IDE
4 select HAVE_OPROFILE
5 select HAVE_FUNCTION_TRACER if 64BIT
6 select HAVE_FUNCTION_GRAPH_TRACER if 64BIT
7 select HAVE_FUNCTION_TRACE_MCOUNT_TEST if 64BIT
8 select ARCH_WANT_FRAME_POINTERS

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

16 select BROKEN_RODATA
17 select GENERIC_IRQ_PROBE
18 select GENERIC_PCI_IOMAP
19 select ARCH_HAVE_NMI_SAFE_CMPXCHG
20 select GENERIC_SMP_IDLE_THREAD
21 select GENERIC_STRNCPY_FROM_USER
22 select SYSCTL_ARCH_UNALIGN_ALLOW
23 select HAVE_MOD_ARCH_SPECIFIC
1config PARISC
2 def_bool y
3 select HAVE_IDE
4 select HAVE_OPROFILE
5 select HAVE_FUNCTION_TRACER if 64BIT
6 select HAVE_FUNCTION_GRAPH_TRACER if 64BIT
7 select HAVE_FUNCTION_TRACE_MCOUNT_TEST if 64BIT
8 select ARCH_WANT_FRAME_POINTERS

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

16 select BROKEN_RODATA
17 select GENERIC_IRQ_PROBE
18 select GENERIC_PCI_IOMAP
19 select ARCH_HAVE_NMI_SAFE_CMPXCHG
20 select GENERIC_SMP_IDLE_THREAD
21 select GENERIC_STRNCPY_FROM_USER
22 select SYSCTL_ARCH_UNALIGN_ALLOW
23 select HAVE_MOD_ARCH_SPECIFIC
24 select HAVE_VIRT_TO_BUS
24 select VIRT_TO_BUS
25 select MODULES_USE_ELF_RELA
26 select CLONE_BACKWARDS
27 select TTY # Needed for pdc_cons.c
28
29 help
30 The PA-RISC microprocessor is designed by Hewlett-Packard and used
31 in many of their workstations & servers (HP9000 700 and 800 series,
32 and later HP3000 series). The PA-RISC Linux project home page is

--- 283 unchanged lines hidden ---
25 select MODULES_USE_ELF_RELA
26 select CLONE_BACKWARDS
27 select TTY # Needed for pdc_cons.c
28
29 help
30 The PA-RISC microprocessor is designed by Hewlett-Packard and used
31 in many of their workstations & servers (HP9000 700 and 800 series,
32 and later HP3000 series). The PA-RISC Linux project home page is

--- 283 unchanged lines hidden ---