diff options
Diffstat (limited to 'arch/ia64/Kconfig')
-rw-r--r-- | arch/ia64/Kconfig | 15 |
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 | ||
12 | config IA64 | 12 | config 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 | ||
21 | config 64BIT | 24 | config 64BIT |
22 | bool | 25 | bool |
26 | select ATA_NONSTANDARD if ATA | ||
23 | default y | 27 | default y |
24 | 28 | ||
29 | config ZONE_DMA | ||
30 | def_bool y | ||
31 | depends on !IA64_SGI_SN2 | ||
32 | |||
25 | config MMU | 33 | config MMU |
26 | bool | 34 | bool |
27 | default y | 35 | default y |
28 | 36 | ||
29 | config SWIOTLB | 37 | config SWIOTLB |
30 | bool | 38 | bool |
31 | default y | ||
32 | 39 | ||
33 | config RWSEM_XCHGADD_ALGORITHM | 40 | config RWSEM_XCHGADD_ALGORITHM |
34 | bool | 41 | bool |
@@ -84,10 +91,9 @@ choice | |||
84 | 91 | ||
85 | config IA64_GENERIC | 92 | config 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 | ||
105 | config IA64_DIG | 111 | config IA64_DIG |
106 | bool "DIG-compliant" | 112 | bool "DIG-compliant" |
113 | select SWIOTLB | ||
107 | 114 | ||
108 | config IA64_HP_ZX1 | 115 | config IA64_HP_ZX1 |
109 | bool "HP-zx1/sx1000" | 116 | bool "HP-zx1/sx1000" |
@@ -113,6 +120,7 @@ config IA64_HP_ZX1 | |||
113 | 120 | ||
114 | config IA64_HP_ZX1_SWIOTLB | 121 | config 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 | ||
132 | config IA64_HP_SIM | 140 | config IA64_HP_SIM |
133 | bool "Ski-simulator" | 141 | bool "Ski-simulator" |
142 | select SWIOTLB | ||
134 | 143 | ||
135 | endchoice | 144 | endchoice |
136 | 145 | ||