hc
2024-01-03 2f7c68cb55ecb7331f2381deb497c27155f32faf
kernel/arch/ia64/Kconfig
....@@ -8,6 +8,7 @@
88
99 config IA64
1010 bool
11
+ select ARCH_HAS_CPU_FINALIZE_INIT
1112 select ARCH_HAS_DMA_MARK_CLEAN
1213 select ARCH_MIGHT_HAVE_PC_PARPORT
1314 select ARCH_MIGHT_HAVE_PC_SERIO
....@@ -361,7 +362,7 @@
361362 depends on PROC_KCORE
362363
363364 config IA64_MCA_RECOVERY
364
- tristate "MCA recovery from errors other than TLB."
365
+ bool "MCA recovery from errors other than TLB."
365366
366367 config IA64_PALINFO
367368 tristate "/proc/pal support"