Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 47414
b: refs/heads/master
c: 5ac6da6
h: refs/heads/master
v: v3
  • Loading branch information
Christoph Lameter authored and Linus Torvalds committed Feb 11, 2007
1 parent fbde3fe commit 4bc1a93
Show file tree
Hide file tree
Showing 14 changed files with 49 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 339ba9b15df58199b9783a23af234e947ec9e6ba
refs/heads/master: 5ac6da669e2476dbdac89b357b05b5a79bc5b657
4 changes: 4 additions & 0 deletions trunk/arch/alpha/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@ config GENERIC_CALIBRATE_DELAY
bool
default y

config ZONE_DMA
bool
default y

config GENERIC_ISA_DMA
bool
default y
Expand Down
4 changes: 4 additions & 0 deletions trunk/arch/arm/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,10 @@ config GENERIC_BUST_SPINLOCK
config ARCH_MAY_HAVE_PC_FDC
bool

config ZONE_DMA
bool
default y

config GENERIC_ISA_DMA
bool

Expand Down
4 changes: 4 additions & 0 deletions trunk/arch/arm26/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,10 @@ config GENERIC_CALIBRATE_DELAY
config GENERIC_BUST_SPINLOCK
bool

config ZONE_DMA
bool
default y

config GENERIC_ISA_DMA
bool

Expand Down
4 changes: 4 additions & 0 deletions trunk/arch/i386/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ config MMU
bool
default y

config ZONE_DMA
bool
default y

config SBUS
bool

Expand Down
4 changes: 4 additions & 0 deletions trunk/arch/m32r/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ config GENERIC_ISA_DMA
bool
default y

config ZONE_DMA
bool
default y

config GENERIC_HARDIRQS
bool
default y
Expand Down
4 changes: 4 additions & 0 deletions trunk/arch/m68k/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -439,6 +439,10 @@ config GENERIC_ISA_DMA
depends on Q40 || AMIGA_PCMCIA || GG2
default y

config ZONE_DMA
bool
default y

source "drivers/pci/Kconfig"

source "drivers/zorro/Kconfig"
Expand Down
4 changes: 4 additions & 0 deletions trunk/arch/mips/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ mainmenu "Linux/MIPS Kernel Configuration"

menu "Machine selection"

config ZONE_DMA
bool
default y

choice
prompt "System type"
default SGI_IP22
Expand Down
4 changes: 4 additions & 0 deletions trunk/arch/powerpc/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -977,6 +977,10 @@ config ISA
have an IBM RS/6000 or pSeries machine or a PReP machine, say Y. If
you have an embedded board, consult your board documentation.

config ZONE_DMA
bool
default y

config GENERIC_ISA_DMA
bool
depends on PPC64 || POWER4 || 6xx && !CPM2
Expand Down
4 changes: 4 additions & 0 deletions trunk/arch/ppc/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -1177,6 +1177,10 @@ config ISA
have an IBM RS/6000 or pSeries machine or a PReP machine, say Y. If
you have an embedded board, consult your board documentation.

config ZONE_DMA
bool
default y

config GENERIC_ISA_DMA
bool
depends on 6xx && !CPM2
Expand Down
4 changes: 4 additions & 0 deletions trunk/arch/sparc/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ config HIGHMEM
bool
default y

config ZONE_DMA
bool
default y

config GENERIC_ISA_DMA
bool
default y
Expand Down
4 changes: 4 additions & 0 deletions trunk/arch/sparc64/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,10 @@ config LARGE_ALLOCS

source "mm/Kconfig"

config ZONE_DMA
bool
default y

config GENERIC_ISA_DMA
bool
default y
Expand Down
4 changes: 4 additions & 0 deletions trunk/arch/x86_64/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,10 @@ config MMU
bool
default y

config ZONE_DMA
bool
default y

config ISA
bool

Expand Down
4 changes: 0 additions & 4 deletions trunk/mm/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -139,10 +139,6 @@ config SPLIT_PTLOCK_CPUS
default "4096" if PARISC && !PA20
default "4"

config ZONE_DMA
def_bool y
depends on GENERIC_ISA_DMA

#
# support for page migration
#
Expand Down

0 comments on commit 4bc1a93

Please sign in to comment.