diff options
author | David S. Miller <davem@sunset.davemloft.net> | 2007-02-12 00:13:31 -0800 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2007-02-12 15:15:46 -0800 |
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 source "mm/Kconfig" -config ZONE_DMA - bool - default y - -config GENERIC_ISA_DMA - bool - default y - config ISA bool help |