Kconfig (7731b8bc94e599c9a79e428f3359ff2c34b7576a) | Kconfig (1c971f39e62222d567f179ccaa1a186f1c203b52) |
---|---|
1# SPDX-License-Identifier: GPL-2.0 2config PARISC 3 def_bool y 4 select ARCH_MIGHT_HAVE_PC_PARPORT 5 select HAVE_IDE 6 select HAVE_OPROFILE 7 select HAVE_FUNCTION_TRACER 8 select HAVE_FUNCTION_GRAPH_TRACER --- 230 unchanged lines hidden (view full) --- 239 4KB For best 32bit compatibility 240 16KB For best performance 241 64KB For best performance, might give more overhead. 242 243 If you don't know what to do, choose 4KB. 244 245config PARISC_PAGE_SIZE_16KB 246 bool "16KB" | 1# SPDX-License-Identifier: GPL-2.0 2config PARISC 3 def_bool y 4 select ARCH_MIGHT_HAVE_PC_PARPORT 5 select HAVE_IDE 6 select HAVE_OPROFILE 7 select HAVE_FUNCTION_TRACER 8 select HAVE_FUNCTION_GRAPH_TRACER --- 230 unchanged lines hidden (view full) --- 239 4KB For best 32bit compatibility 240 16KB For best performance 241 64KB For best performance, might give more overhead. 242 243 If you don't know what to do, choose 4KB. 244 245config PARISC_PAGE_SIZE_16KB 246 bool "16KB" |
247 depends on PA8X00 | 247 depends on PA8X00 && BROKEN |
248 249config PARISC_PAGE_SIZE_64KB 250 bool "64KB" | 248 249config PARISC_PAGE_SIZE_64KB 250 bool "64KB" |
251 depends on PA8X00 | 251 depends on PA8X00 && BROKEN |
252 253endchoice 254 255config PARISC_SELF_EXTRACT 256 bool "Build kernel as self-extracting executable" 257 default y 258 help 259 Say Y if you want to build the parisc kernel as a kind of --- 133 unchanged lines hidden --- | 252 253endchoice 254 255config PARISC_SELF_EXTRACT 256 bool "Build kernel as self-extracting executable" 257 default y 258 help 259 Say Y if you want to build the parisc kernel as a kind of --- 133 unchanged lines hidden --- |