Kconfig (01b944fe1cd4e21a2a9ed51adbdbafe2d5e905ba) Kconfig (736d2169338a50c8814efc186b5423aee43b0c68)
1config PARISC
2 def_bool y
3 select ARCH_HAS_DEBUG_STRICT_USER_COPY_CHECKS
4 select ARCH_MIGHT_HAVE_PC_PARPORT
5 select HAVE_IDE
6 select HAVE_OPROFILE
7 select HAVE_FUNCTION_TRACER if 64BIT
8 select HAVE_FUNCTION_GRAPH_TRACER if 64BIT

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

103 depends on BROKEN
104 default y
105
106config PGTABLE_LEVELS
107 int
108 default 3 if 64BIT && PARISC_PAGE_SIZE_4KB
109 default 2
110
1config PARISC
2 def_bool y
3 select ARCH_HAS_DEBUG_STRICT_USER_COPY_CHECKS
4 select ARCH_MIGHT_HAVE_PC_PARPORT
5 select HAVE_IDE
6 select HAVE_OPROFILE
7 select HAVE_FUNCTION_TRACER if 64BIT
8 select HAVE_FUNCTION_GRAPH_TRACER if 64BIT

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

103 depends on BROKEN
104 default y
105
106config PGTABLE_LEVELS
107 int
108 default 3 if 64BIT && PARISC_PAGE_SIZE_4KB
109 default 2
110
111config SYS_SUPPORTS_HUGETLBFS
112 def_bool y if PA20
113
111source "init/Kconfig"
112
113source "kernel/Kconfig.freezer"
114
115
116menu "Processor type and features"
117
118choice

--- 227 unchanged lines hidden ---
114source "init/Kconfig"
115
116source "kernel/Kconfig.freezer"
117
118
119menu "Processor type and features"
120
121choice

--- 227 unchanged lines hidden ---