forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-01-05 071106ecf68c401173c58808b1cf5f68cc50d390
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"