1b2441318SGreg Kroah-Hartman# SPDX-License-Identifier: GPL-2.0 21da177e4SLinus Torvaldsconfig PARISC 31da177e4SLinus Torvalds def_bool y 412700c17SArnd Bergmann select ALTERNATE_USER_ADDRESS_SPACE 5942fa985SYury Norov select ARCH_32BIT_OFF_T if !64BIT 64a24fb2fSMark Salter select ARCH_MIGHT_HAVE_PC_PARPORT 7366dd4eaSHelge Deller select HAVE_FUNCTION_TRACER 8366dd4eaSHelge Deller select HAVE_FUNCTION_GRAPH_TRACER 9fc79168aSHelge Deller select HAVE_SYSCALL_TRACEPOINTS 104530c49eSHelge Deller select ARCH_WANT_FRAME_POINTERS 112c8ed1b9SChristoph Hellwig select ARCH_HAS_DMA_ALLOC if PA11 1218d98a79SHelge Deller select ARCH_HAS_ELF_RANDOMIZE 13ad21fc4fSLaura Abbott select ARCH_HAS_STRICT_KERNEL_RWX 140a1355dbSHelge Deller select ARCH_HAS_STRICT_MODULE_RWX 15e35a2ce6SHelge Deller select ARCH_HAS_UBSAN_SANITIZE_ALL 16df24e178SHelge Deller select ARCH_HAS_PTE_SPECIAL 177c703e54SChristoph Hellwig select ARCH_NO_SG_CHAIN 18855f9a8eSAnshuman Khandual select ARCH_SUPPORTS_HUGETLBFS if PA20 1954ac8fcbSHelge Deller select ARCH_SUPPORTS_MEMORY_FAILURE 20aeb1e833SHelge Deller select ARCH_STACKWALK 212b41be48SHelge Deller select ARCH_HAS_DEBUG_VM_PGTABLE 22aeb1e833SHelge Deller select HAVE_RELIABLE_STACKTRACE 232f9237d4SChristoph Hellwig select DMA_OPS 249eb16864SKyle McMartin select RTC_CLASS 253afe6d04SGeert Uytterhoeven select RTC_DRV_GENERIC 2698a79d6aSRusty Russell select INIT_ALL_POSSIBLE 27f67d3c83SKyle McMartin select BUG 2810916706SShile Zhang select BUILDTIME_TABLE_SORT 2901fef826SHelge Deller select HAVE_KERNEL_UNCOMPRESSED 30eb01d42aSChristoph Hellwig select HAVE_PCI 31cdd6c482SIngo Molnar select HAVE_PERF_EVENTS 32b6adc16eSHelge Deller select HAVE_KERNEL_BZIP2 33b6adc16eSHelge Deller select HAVE_KERNEL_GZIP 34b6adc16eSHelge Deller select HAVE_KERNEL_LZ4 35b6adc16eSHelge Deller select HAVE_KERNEL_LZMA 36b6adc16eSHelge Deller select HAVE_KERNEL_LZO 37b6adc16eSHelge Deller select HAVE_KERNEL_XZ 3864daa443SKyle McMartin select GENERIC_ATOMIC64 if !64BIT 3972e73af1SThomas Gleixner select GENERIC_IRQ_PROBE 40629a8581SMichael S. Tsirkin select GENERIC_PCI_IOMAP 41426b313fSBaoquan He select GENERIC_IOREMAP 42df013ffbSHuang Ying select ARCH_HAVE_NMI_SAFE_CMPXCHG 439a134723SThomas Gleixner select GENERIC_SMP_IDLE_THREAD 4462773112SHelge Deller select GENERIC_ARCH_TOPOLOGY if SMP 451955c4f8SHelge Deller select GENERIC_CPU_DEVICES if !SMP 4661c43943SHelge Deller select GENERIC_LIB_DEVMEM_IS_ALLOWED 47bf14e3b9SVineet Gupta select SYSCTL_ARCH_UNALIGN_ALLOW 48fef47e2aSHelge Deller select SYSCTL_EXCEPTION_TRACE 49786d35d4SDavid Howells select HAVE_MOD_ARCH_SPECIFIC 50786d35d4SDavid Howells select MODULES_USE_ELF_RELA 51415bfae9SAl Viro select CLONE_BACKWARDS 524f73bc4dSJoe Millenbach select TTY # Needed for pdc_cons.c 53fcbfe812SNiklas Schnelle select HAS_IOPORT if PCI || EISA 54d1a1dc0bSDave Hansen select HAVE_DEBUG_STACKOVERFLOW 553033cd43SHelge Deller select ARCH_WANT_DEFAULT_TOPDOWN_MMAP_LAYOUT 563033cd43SHelge Deller select HAVE_ARCH_MMAP_RND_COMPAT_BITS if COMPAT 573033cd43SHelge Deller select HAVE_ARCH_MMAP_RND_BITS 587a017721SAKASHI Takahiro select HAVE_ARCH_AUDITSYSCALL 59773e1c5fSGeorge Spelvin select HAVE_ARCH_HASH 6062217bebSHelge Deller select HAVE_ARCH_JUMP_LABEL 6162217bebSHelge Deller select HAVE_ARCH_JUMP_LABEL_RELATIVE 62ec5c1150SHelge Deller select HAVE_ARCH_KFENCE 63910cd32eSHelge Deller select HAVE_ARCH_SECCOMP_FILTER 6464e2a42bSHelge Deller select HAVE_ARCH_TRACEHOOK 654800a621SHelge Deller select HAVE_EBPF_JIT 664800a621SHelge Deller select ARCH_WANT_DEFAULT_BPF_JIT 6775ebedf1SHelge Deller select HAVE_REGS_AND_STACK_ACCESS_API 6851e0efe1SThomas Gleixner select HOTPLUG_CORE_SYNC_DEAD if HOTPLUG_CPU 6943b1f6abSHelge Deller select GENERIC_SCHED_CLOCK 7088b3aac6SHelge Deller select GENERIC_IRQ_MIGRATION if SMP 7143b1f6abSHelge Deller select HAVE_UNSTABLE_SCHED_CLOCK if SMP 72686092e7SArnd Bergmann select LEGACY_TIMER_TICK 73fff7fb0bSZhaoxiu Zeng select CPU_NO_EFFICIENT_FFS 742214c0e7SHelge Deller select THREAD_INFO_IN_TASK 75f616ab59SChristoph Hellwig select NEED_DMA_MAP_STATE 7686596f0aSChristoph Hellwig select NEED_SG_DMA_LENGTH 77eacbfce1SSven Schnelle select HAVE_ARCH_KGDB 788858ac8eSSven Schnelle select HAVE_KPROBES 79e0b59b7bSSven Schnelle select HAVE_KRETPROBES 806ca63662SSven Schnelle select HAVE_DYNAMIC_FTRACE if $(cc-option,-fpatchable-function-entry=1,1) 816ca63662SSven Schnelle select HAVE_FTRACE_MCOUNT_RECORD if HAVE_DYNAMIC_FTRACE 823d1dc719SSami Tolvanen select FTRACE_MCOUNT_USE_PATCHABLE_FUNCTION_ENTRY if DYNAMIC_FTRACE 8352a22e6cSSven Schnelle select HAVE_KPROBES_ON_FTRACE 8452a22e6cSSven Schnelle select HAVE_DYNAMIC_FTRACE_WITH_REGS 85cd1a41ceSThomas Gleixner select HAVE_SOFTIRQ_ON_OWN_STACK if IRQSTACKS 864aae683fSMasahiro Yamada select TRACE_IRQFLAGS_SUPPORT 87a257caccSChristophe Leroy select HAVE_FUNCTION_DESCRIPTORS if 64BIT 8872e73af1SThomas Gleixner 891da177e4SLinus Torvalds help 901da177e4SLinus Torvalds The PA-RISC microprocessor is designed by Hewlett-Packard and used 911da177e4SLinus Torvalds in many of their workstations & servers (HP9000 700 and 800 series, 921da177e4SLinus Torvalds and later HP3000 series). The PA-RISC Linux project home page is 9324289f56SHelge Deller at <https://parisc.wiki.kernel.org>. 941da177e4SLinus Torvalds 9574ad3d28SBabu Mogerconfig CPU_BIG_ENDIAN 9674ad3d28SBabu Moger def_bool y 9774ad3d28SBabu Moger 981da177e4SLinus Torvaldsconfig MMU 991da177e4SLinus Torvalds def_bool y 1001da177e4SLinus Torvalds 1011da177e4SLinus Torvaldsconfig STACK_GROWSUP 1021da177e4SLinus Torvalds def_bool y 1031da177e4SLinus Torvalds 10495c354feSNick Pigginconfig GENERIC_LOCKBREAK 10595c354feSNick Piggin bool 10695c354feSNick Piggin default y 10709613e83SThomas Gleixner depends on SMP && PREEMPTION 10895c354feSNick Piggin 109f0d1b0b3SDavid Howellsconfig ARCH_HAS_ILOG2_U32 110f0d1b0b3SDavid Howells bool 111f0d1b0b3SDavid Howells default n 112f0d1b0b3SDavid Howells 113f0d1b0b3SDavid Howellsconfig ARCH_HAS_ILOG2_U64 114f0d1b0b3SDavid Howells bool 115f0d1b0b3SDavid Howells default n 116f0d1b0b3SDavid Howells 1176891f8a1SHelge Dellerconfig GENERIC_BUG 1186891f8a1SHelge Deller bool 1196891f8a1SHelge Deller default y 1206891f8a1SHelge Deller depends on BUG 1216891f8a1SHelge Deller 12259e18a2eSAkinobu Mitaconfig GENERIC_HWEIGHT 12359e18a2eSAkinobu Mita bool 12459e18a2eSAkinobu Mita default y 12559e18a2eSAkinobu Mita 1261da177e4SLinus Torvaldsconfig GENERIC_CALIBRATE_DELAY 1271da177e4SLinus Torvalds bool 1281da177e4SLinus Torvalds default y 1291da177e4SLinus Torvalds 13006027bddSIngo Molnarconfig TIME_LOW_RES 13106027bddSIngo Molnar bool 13206027bddSIngo Molnar depends on SMP 13306027bddSIngo Molnar default y 13406027bddSIngo Molnar 1353033cd43SHelge Dellerconfig ARCH_MMAP_RND_BITS_MIN 1363033cd43SHelge Deller default 18 if 64BIT 1373033cd43SHelge Deller default 8 1383033cd43SHelge Deller 1393033cd43SHelge Dellerconfig ARCH_MMAP_RND_COMPAT_BITS_MIN 1403033cd43SHelge Deller default 8 1413033cd43SHelge Deller 1423033cd43SHelge Dellerconfig ARCH_MMAP_RND_BITS_MAX 143*5f74f820SHelge Deller default 18 if 64BIT 144*5f74f820SHelge Deller default 13 1453033cd43SHelge Deller 1463033cd43SHelge Dellerconfig ARCH_MMAP_RND_COMPAT_BITS_MAX 147*5f74f820SHelge Deller default 13 1483033cd43SHelge Deller 1491da177e4SLinus Torvalds# unless you want to implement ACPI on PA-RISC ... ;-) 1501da177e4SLinus Torvaldsconfig PM 1511da177e4SLinus Torvalds bool 1521da177e4SLinus Torvalds 153548f1176SHelge Dellerconfig STACKTRACE_SUPPORT 154548f1176SHelge Deller def_bool y 155548f1176SHelge Deller 156adf8e96aSHelge Dellerconfig LOCKDEP_SUPPORT 157adf8e96aSHelge Deller bool 158adf8e96aSHelge Deller default y 159adf8e96aSHelge Deller 1605cae841bSAl Viroconfig ISA_DMA_API 1615cae841bSAl Viro bool 1625cae841bSAl Viro 163a08b6b79Sviro@ZenIV.linux.org.ukconfig ARCH_MAY_HAVE_PC_FDC 164a08b6b79Sviro@ZenIV.linux.org.uk bool 1658b631342SGrant Grundler depends on BROKEN 166a08b6b79Sviro@ZenIV.linux.org.uk default y 167a08b6b79Sviro@ZenIV.linux.org.uk 168f24ffde4SKirill A. Shutemovconfig PGTABLE_LEVELS 169f24ffde4SKirill A. Shutemov int 170f24ffde4SKirill A. Shutemov default 3 if 64BIT && PARISC_PAGE_SIZE_4KB 171f24ffde4SKirill A. Shutemov default 2 172f24ffde4SKirill A. Shutemov 1731da177e4SLinus Torvaldsmenu "Processor type and features" 1741da177e4SLinus Torvalds 1751da177e4SLinus Torvaldschoice 1761da177e4SLinus Torvalds prompt "Processor type" 1773dcfb729SHelge Deller default PA7000 if "$(ARCH)" = "parisc" 1781da177e4SLinus Torvalds 1791da177e4SLinus Torvaldsconfig PA7000 1803dcfb729SHelge Deller bool "PA7000/PA7100" if "$(ARCH)" = "parisc" 181a7f7f624SMasahiro Yamada help 1821da177e4SLinus Torvalds This is the processor type of your CPU. This information is 1831da177e4SLinus Torvalds used for optimizing purposes. In order to compile a kernel 1841da177e4SLinus Torvalds that can run on all 32-bit PA CPUs (albeit not optimally fast), 1851da177e4SLinus Torvalds you can specify "PA7000" here. 1861da177e4SLinus Torvalds 1871da177e4SLinus Torvalds Specifying "PA8000" here will allow you to select a 64-bit kernel 1881da177e4SLinus Torvalds which is required on some machines. 1891da177e4SLinus Torvalds 1901da177e4SLinus Torvaldsconfig PA7100LC 1913dcfb729SHelge Deller bool "PA7100LC" if "$(ARCH)" = "parisc" 1921da177e4SLinus Torvalds help 1931da177e4SLinus Torvalds Select this option for the PCX-L processor, as used in the 1941da177e4SLinus Torvalds 712, 715/64, 715/80, 715/100, 715/100XC, 725/100, 743, 748, 1951da177e4SLinus Torvalds D200, D210, D300, D310 and E-class 1961da177e4SLinus Torvalds 1971da177e4SLinus Torvaldsconfig PA7200 1983dcfb729SHelge Deller bool "PA7200" if "$(ARCH)" = "parisc" 1991da177e4SLinus Torvalds help 2001da177e4SLinus Torvalds Select this option for the PCX-T' processor, as used in the 2011da177e4SLinus Torvalds C100, C110, J100, J110, J210XC, D250, D260, D350, D360, 2021da177e4SLinus Torvalds K100, K200, K210, K220, K400, K410 and K420 2031da177e4SLinus Torvalds 2041da177e4SLinus Torvaldsconfig PA7300LC 2053dcfb729SHelge Deller bool "PA7300LC" if "$(ARCH)" = "parisc" 2061da177e4SLinus Torvalds help 2071da177e4SLinus Torvalds Select this option for the PCX-L2 processor, as used in the 2081da177e4SLinus Torvalds 744, A180, B132L, B160L, B180L, C132L, C160L, C180L, 2091da177e4SLinus Torvalds D220, D230, D320 and D330. 2101da177e4SLinus Torvalds 2111da177e4SLinus Torvaldsconfig PA8X00 2121da177e4SLinus Torvalds bool "PA8000 and up" 2131da177e4SLinus Torvalds help 2141da177e4SLinus Torvalds Select this option for PCX-U to PCX-W2 processors. 2151da177e4SLinus Torvalds 2161da177e4SLinus Torvaldsendchoice 2171da177e4SLinus Torvalds 2181da177e4SLinus Torvalds# Define implied options from the CPU selection here 2191da177e4SLinus Torvalds 2201da177e4SLinus Torvaldsconfig PA20 2211da177e4SLinus Torvalds def_bool y 2221da177e4SLinus Torvalds depends on PA8X00 2231da177e4SLinus Torvalds 2241da177e4SLinus Torvaldsconfig PA11 2251da177e4SLinus Torvalds def_bool y 2261da177e4SLinus Torvalds depends on PA7000 || PA7100LC || PA7200 || PA7300LC 227c1f59375SChristoph Hellwig select ARCH_HAS_SYNC_DMA_FOR_CPU 228c1f59375SChristoph Hellwig select ARCH_HAS_SYNC_DMA_FOR_DEVICE 2291da177e4SLinus Torvalds 2301da177e4SLinus Torvaldsconfig PREFETCH 2311da177e4SLinus Torvalds def_bool y 23232104b29SKyle McMartin depends on PA8X00 || PA7200 2331da177e4SLinus Torvalds 234778e45d7SHelge Dellerconfig PARISC_HUGE_KERNEL 235778e45d7SHelge Deller def_bool y if !MODULES || UBSAN || FTRACE || COMPILE_TEST 236778e45d7SHelge Deller 237ec758f98SHelge Dellerconfig MLONGCALLS 238778e45d7SHelge Deller def_bool y if PARISC_HUGE_KERNEL 239778e45d7SHelge Deller bool "Enable the -mlong-calls compiler option for big kernels" if !PARISC_HUGE_KERNEL 240ec758f98SHelge Deller depends on PA8X00 241ec758f98SHelge Deller help 242ec758f98SHelge Deller If you configure the kernel to include many drivers built-in instead 243ec758f98SHelge Deller as modules, the kernel executable may become too big, so that the 244ec758f98SHelge Deller linker will not be able to resolve some long branches and fails to link 245ec758f98SHelge Deller your vmlinux kernel. In that case enabling this option will help you 246ec758f98SHelge Deller to overcome this limit by using the -mlong-calls compiler option. 247ec758f98SHelge Deller 248ec758f98SHelge Deller Usually you want to say N here, unless you e.g. want to build 249ec758f98SHelge Deller a kernel which includes all necessary drivers built-in and which can 250ec758f98SHelge Deller be used for TFTP booting without the need to have an initrd ramdisk. 251ec758f98SHelge Deller 252ec758f98SHelge Deller Enabling this option will probably slow down your kernel. 253ec758f98SHelge Deller 2541da177e4SLinus Torvaldsconfig 64BIT 255805ce861SHelge Deller def_bool y if "$(ARCH)" = "parisc64" 256805ce861SHelge Deller bool "64-bit kernel" if "$(ARCH)" = "parisc" 2571da177e4SLinus Torvalds depends on PA8X00 258805ce861SHelge Deller help 259805ce861SHelge Deller Enable this if you want to support 64bit kernel on PA-RISC platform. 260805ce861SHelge Deller 261805ce861SHelge Deller At the moment, only people willing to use more than 2GB of RAM, 262805ce861SHelge Deller or having a 64bit-only capable PA-RISC machine should say Y here. 263805ce861SHelge Deller 264805ce861SHelge Deller Since there is no 64bit userland on PA-RISC, there is no point to 265805ce861SHelge Deller enable this option otherwise. The 64bit kernel is significantly bigger 266805ce861SHelge Deller and slower than the 32bit one. 2671da177e4SLinus Torvalds 2682fd83038SHelge Dellerchoice 2692fd83038SHelge Deller prompt "Kernel page size" 2701c5f873dSPaul Bolle default PARISC_PAGE_SIZE_4KB 2712fd83038SHelge Deller 2722fd83038SHelge Dellerconfig PARISC_PAGE_SIZE_4KB 2732fd83038SHelge Deller bool "4KB" 2742fd83038SHelge Deller help 2752fd83038SHelge Deller This lets you select the page size of the kernel. For best 2762fd83038SHelge Deller performance, a page size of 16KB is recommended. For best 2772fd83038SHelge Deller compatibility with 32bit applications, a page size of 4KB should be 2782fd83038SHelge Deller selected (the vast majority of 32bit binaries work perfectly fine 2792fd83038SHelge Deller with a larger page size). 2802fd83038SHelge Deller 2812fd83038SHelge Deller 4KB For best 32bit compatibility 2822fd83038SHelge Deller 16KB For best performance 2832fd83038SHelge Deller 64KB For best performance, might give more overhead. 2842fd83038SHelge Deller 2852fd83038SHelge Deller If you don't know what to do, choose 4KB. 2862fd83038SHelge Deller 2872fd83038SHelge Dellerconfig PARISC_PAGE_SIZE_16KB 288daef22cfSKees Cook bool "16KB" 289ec5c1150SHelge Deller depends on PA8X00 && BROKEN && !KFENCE 2902fd83038SHelge Deller 2912fd83038SHelge Dellerconfig PARISC_PAGE_SIZE_64KB 292daef22cfSKees Cook bool "64KB" 293ec5c1150SHelge Deller depends on PA8X00 && BROKEN && !KFENCE 2942fd83038SHelge Deller 2952fd83038SHelge Dellerendchoice 2962fd83038SHelge Deller 2971da177e4SLinus Torvaldsconfig SMP 2981da177e4SLinus Torvalds bool "Symmetric multi-processing support" 299a7f7f624SMasahiro Yamada help 3001da177e4SLinus Torvalds This enables support for systems with more than one CPU. If you have 3014a474157SRobert Graffham a system with only one CPU, say N. If you have a system with more 3024a474157SRobert Graffham than one CPU, say Y. 3031da177e4SLinus Torvalds 3044a474157SRobert Graffham If you say N here, the kernel will run on uni- and multiprocessor 3052a3f53d5SHelge Deller machines, but will use only one CPU of a multiprocessor machine. 3062a3f53d5SHelge Deller On a uniprocessor machine, the kernel will run faster if you say N. 3071da177e4SLinus Torvalds 3084f4cfa6cSMauro Carvalho Chehab See also <file:Documentation/admin-guide/lockup-watchdogs.rst> and the SMP-HOWTO 309693a0654SAlexander A. Klimov available at <https://www.tldp.org/docs.html#howto>. 3101da177e4SLinus Torvalds 3111da177e4SLinus Torvalds If you don't know what to do here, say N. 3121da177e4SLinus Torvalds 313bf7b4c1bSHelge Dellerconfig SCHED_MC 314bf7b4c1bSHelge Deller bool "Multi-core scheduler support" 31562773112SHelge Deller depends on GENERIC_ARCH_TOPOLOGY && PA8X00 316bf7b4c1bSHelge Deller help 317bf7b4c1bSHelge Deller Multi-core scheduler support improves the CPU scheduler's decision 318bf7b4c1bSHelge Deller making when dealing with multi-core CPU chips at a cost of slightly 319bf7b4c1bSHelge Deller increased overhead in some places. If unsure say N here. 320bf7b4c1bSHelge Deller 321200c8804SHelge Dellerconfig IRQSTACKS 322200c8804SHelge Deller bool "Use separate kernel stacks when processing interrupts" 323416821d3SHelge Deller default y 324200c8804SHelge Deller help 325200c8804SHelge Deller If you say Y here the kernel will use separate kernel stacks 326200c8804SHelge Deller for handling hard and soft interrupts. This can help avoid 327200c8804SHelge Deller overflowing the process kernel stacks. 328200c8804SHelge Deller 3291da177e4SLinus Torvaldsconfig HOTPLUG_CPU 3301da177e4SLinus Torvalds bool 3311da177e4SLinus Torvalds default y if SMP 3321da177e4SLinus Torvalds 333a2ba82cdSKyle McMartinconfig ARCH_SELECT_MEMORY_MODEL 334a2ba82cdSKyle McMartin def_bool y 335a2ba82cdSKyle McMartin depends on 64BIT 336a2ba82cdSKyle McMartin 337dbdf0760SHelge Dellerconfig ARCH_SPARSEMEM_ENABLE 338a2ba82cdSKyle McMartin def_bool y 339a2ba82cdSKyle McMartin depends on 64BIT 340a2ba82cdSKyle McMartin 341a2ba82cdSKyle McMartinconfig ARCH_FLATMEM_ENABLE 342a2ba82cdSKyle McMartin def_bool y 343a2ba82cdSKyle McMartin 344dbdf0760SHelge Dellerconfig ARCH_SPARSEMEM_DEFAULT 345a2ba82cdSKyle McMartin def_bool y 346dbdf0760SHelge Deller depends on ARCH_SPARSEMEM_ENABLE 347c80d79d7SYasunori Goto 3488b631342SGrant Grundlersource "kernel/Kconfig.hz" 3493f22ab27SDave Hansen 3501da177e4SLinus Torvaldsconfig COMPAT 3511da177e4SLinus Torvalds def_bool y 3521da177e4SLinus Torvalds depends on 64BIT 3531da177e4SLinus Torvalds 354527973c8SHelge Dellerconfig AUDIT_ARCH 355527973c8SHelge Deller def_bool y 356527973c8SHelge Deller 3571da177e4SLinus Torvaldsconfig NR_CPUS 3581da177e4SLinus Torvalds int "Maximum number of CPUs (2-32)" 3591da177e4SLinus Torvalds range 2 32 3601da177e4SLinus Torvalds depends on SMP 361c9cc4542SHelge Deller default "8" if 64BIT 36268d247adSHelge Deller default "16" 3631da177e4SLinus Torvalds 3641da177e4SLinus Torvaldsendmenu 3651da177e4SLinus Torvalds 366b9bf5cb1SEric DeVolderconfig ARCH_SUPPORTS_KEXEC 367b9bf5cb1SEric DeVolder def_bool y 368b9bf5cb1SEric DeVolder 369b9bf5cb1SEric DeVolderconfig ARCH_SUPPORTS_KEXEC_FILE 370b9bf5cb1SEric DeVolder def_bool y 371b9bf5cb1SEric DeVolder 372b9bf5cb1SEric DeVolderconfig ARCH_SELECTS_KEXEC_FILE 373b9bf5cb1SEric DeVolder def_bool y 374b9bf5cb1SEric DeVolder depends on KEXEC_FILE 375b9bf5cb1SEric DeVolder select KEXEC_ELF 376b9bf5cb1SEric DeVolder 3771da177e4SLinus Torvaldssource "drivers/parisc/Kconfig" 378