diff options
author | David S. Miller <davem@sunset.davemloft.net> | 2007-02-12 03:13:31 -0500 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2007-02-12 18:15:46 -0500 |
commit | 1b51d3a08b6c80a1e47d4c579c41abbe56cd3c44 (patch) | |
tree | feeda896ab0869c41d50d1076926188628a9a40f /arch/sparc64/Kconfig | |
parent | fd19e44f449f7e2e58d42d7bb6813e2292c38fba (diff) |
[SPARC64]: We do not need ZONE_DMA.
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/sparc64/Kconfig')
-rw-r--r-- | arch/sparc64/Kconfig | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/arch/sparc64/Kconfig b/arch/sparc64/Kconfig index fb84647dbf3d..f75a686ba644 100644 --- a/arch/sparc64/Kconfig +++ b/arch/sparc64/Kconfig | |||
@@ -232,14 +232,6 @@ config LARGE_ALLOCS | |||
232 | 232 | ||
233 | source "mm/Kconfig" | 233 | source "mm/Kconfig" |
234 | 234 | ||
235 | config ZONE_DMA | ||
236 | bool | ||
237 | default y | ||
238 | |||
239 | config GENERIC_ISA_DMA | ||
240 | bool | ||
241 | default y | ||
242 | |||
243 | config ISA | 235 | config ISA |
244 | bool | 236 | bool |
245 | help | 237 | help |