diff options
Diffstat (limited to 'arch/ia64/Kconfig')
-rw-r--r-- | arch/ia64/Kconfig | 23 |
1 files changed, 3 insertions, 20 deletions
diff --git a/arch/ia64/Kconfig b/arch/ia64/Kconfig index 1ee596cd942f..4d4f4188cdf1 100644 --- a/arch/ia64/Kconfig +++ b/arch/ia64/Kconfig | |||
@@ -53,6 +53,9 @@ config MMU | |||
53 | bool | 53 | bool |
54 | default y | 54 | default y |
55 | 55 | ||
56 | config NEED_DMA_MAP_STATE | ||
57 | def_bool y | ||
58 | |||
56 | config SWIOTLB | 59 | config SWIOTLB |
57 | bool | 60 | bool |
58 | 61 | ||
@@ -87,9 +90,6 @@ config GENERIC_TIME_VSYSCALL | |||
87 | bool | 90 | bool |
88 | default y | 91 | default y |
89 | 92 | ||
90 | config HAVE_LEGACY_PER_CPU_AREA | ||
91 | def_bool y | ||
92 | |||
93 | config HAVE_SETUP_PER_CPU_AREA | 93 | config HAVE_SETUP_PER_CPU_AREA |
94 | def_bool y | 94 | def_bool y |
95 | 95 | ||
@@ -502,23 +502,6 @@ config ARCH_PROC_KCORE_TEXT | |||
502 | def_bool y | 502 | def_bool y |
503 | depends on PROC_KCORE | 503 | depends on PROC_KCORE |
504 | 504 | ||
505 | config IA32_SUPPORT | ||
506 | bool "Support for Linux/x86 binaries" | ||
507 | help | ||
508 | IA-64 processors can execute IA-32 (X86) instructions. By | ||
509 | saying Y here, the kernel will include IA-32 system call | ||
510 | emulation support which makes it possible to transparently | ||
511 | run IA-32 Linux binaries on an IA-64 Linux system. | ||
512 | If in doubt, say Y. | ||
513 | |||
514 | config COMPAT | ||
515 | bool | ||
516 | depends on IA32_SUPPORT | ||
517 | default y | ||
518 | |||
519 | config COMPAT_FOR_U64_ALIGNMENT | ||
520 | def_bool COMPAT | ||
521 | |||
522 | config IA64_MCA_RECOVERY | 505 | config IA64_MCA_RECOVERY |
523 | tristate "MCA recovery from errors other than TLB." | 506 | tristate "MCA recovery from errors other than TLB." |
524 | 507 | ||