aboutsummaryrefslogtreecommitdiffstats
path: root/arch/ia64/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/ia64/Kconfig')
-rw-r--r--arch/ia64/Kconfig15
1 files changed, 12 insertions, 3 deletions
diff --git a/arch/ia64/Kconfig b/arch/ia64/Kconfig
index f1e7cc1389b0..09866581a326 100644
--- a/arch/ia64/Kconfig
+++ b/arch/ia64/Kconfig
@@ -11,6 +11,9 @@ menu "Processor type and features"
11 11
12config IA64 12config IA64
13 bool 13 bool
14 select PCI if (!IA64_HP_SIM)
15 select ACPI if (!IA64_HP_SIM)
16 select PM if (!IA64_HP_SIM)
14 default y 17 default y
15 help 18 help
16 The Itanium Processor Family is Intel's 64-bit successor to 19 The Itanium Processor Family is Intel's 64-bit successor to
@@ -20,15 +23,19 @@ config IA64
20 23
21config 64BIT 24config 64BIT
22 bool 25 bool
26 select ATA_NONSTANDARD if ATA
23 default y 27 default y
24 28
29config ZONE_DMA
30 def_bool y
31 depends on !IA64_SGI_SN2
32
25config MMU 33config MMU
26 bool 34 bool
27 default y 35 default y
28 36
29config SWIOTLB 37config SWIOTLB
30 bool 38 bool
31 default y
32 39
33config RWSEM_XCHGADD_ALGORITHM 40config RWSEM_XCHGADD_ALGORITHM
34 bool 41 bool
@@ -84,10 +91,9 @@ choice
84 91
85config IA64_GENERIC 92config IA64_GENERIC
86 bool "generic" 93 bool "generic"
87 select ACPI
88 select PCI
89 select NUMA 94 select NUMA
90 select ACPI_NUMA 95 select ACPI_NUMA
96 select SWIOTLB
91 help 97 help
92 This selects the system type of your hardware. A "generic" kernel 98 This selects the system type of your hardware. A "generic" kernel
93 will run on any supported IA-64 system. However, if you configure 99 will run on any supported IA-64 system. However, if you configure
@@ -104,6 +110,7 @@ config IA64_GENERIC
104 110
105config IA64_DIG 111config IA64_DIG
106 bool "DIG-compliant" 112 bool "DIG-compliant"
113 select SWIOTLB
107 114
108config IA64_HP_ZX1 115config IA64_HP_ZX1
109 bool "HP-zx1/sx1000" 116 bool "HP-zx1/sx1000"
@@ -113,6 +120,7 @@ config IA64_HP_ZX1
113 120
114config IA64_HP_ZX1_SWIOTLB 121config IA64_HP_ZX1_SWIOTLB
115 bool "HP-zx1/sx1000 with software I/O TLB" 122 bool "HP-zx1/sx1000 with software I/O TLB"
123 select SWIOTLB
116 help 124 help
117 Build a kernel that runs on HP zx1 and sx1000 systems even when they 125 Build a kernel that runs on HP zx1 and sx1000 systems even when they
118 have broken PCI devices which cannot DMA to full 32 bits. Apart 126 have broken PCI devices which cannot DMA to full 32 bits. Apart
@@ -131,6 +139,7 @@ config IA64_SGI_SN2
131 139
132config IA64_HP_SIM 140config IA64_HP_SIM
133 bool "Ski-simulator" 141 bool "Ski-simulator"
142 select SWIOTLB
134 143
135endchoice 144endchoice
136 145