Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 884
b: refs/heads/master
c: 5cae841
h: refs/heads/master
v: v3
  • Loading branch information
Al Viro authored and Linus Torvalds committed May 4, 2005
1 parent 88ebf1b commit d3e70d4
Show file tree
Hide file tree
Showing 12 changed files with 46 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 9b52523aff51e3b245e6ec8887e3fcf190da4711
refs/heads/master: 5cae841b13f23ccdf7e38b2400b5cf57deb57ccf
4 changes: 4 additions & 0 deletions trunk/arch/alpha/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,10 @@ config ISA
(MCA) or VESA. ISA is an older system, now being displaced by PCI;
newer boards don't support it. If you have ISA, say Y, otherwise N.

config ISA_DMA_API
bool
default y

config PCI
bool
depends on !ALPHA_JENSEN
Expand Down
4 changes: 4 additions & 0 deletions trunk/arch/arm/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,10 @@ config ISA_DMA
depends on FOOTBRIDGE_HOST || ARCH_SHARK
default y

config ISA_DMA_API
bool
default y

config PCI
bool "PCI support" if ARCH_INTEGRATOR_AP
default y if ARCH_SHARK || FOOTBRIDGE_HOST || ARCH_IOP3XX || ARCH_IXP4XX || ARCH_IXP2000
Expand Down
4 changes: 4 additions & 0 deletions trunk/arch/arm26/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,10 @@ config PAGESIZE_16
machine with 4MB of memory.
endmenu

config ISA_DMA_API
bool
default y

menu "General setup"

# Compressed boot loader in ROM. Yes, we really want to ask about
Expand Down
4 changes: 4 additions & 0 deletions trunk/arch/i386/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -1173,6 +1173,10 @@ source "drivers/pci/pcie/Kconfig"

source "drivers/pci/Kconfig"

config ISA_DMA_API
bool
default y

config ISA
bool "ISA support"
depends on !(X86_VOYAGER || X86_VISWS)
Expand Down
5 changes: 5 additions & 0 deletions trunk/arch/m68knommu/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -534,6 +534,11 @@ endchoice

endmenu

config ISA_DMA_API
bool
depends on !M5272
default y

menu "Bus options (PCI, PCMCIA, EISA, MCA, ISA)"

config PCI
Expand Down
4 changes: 4 additions & 0 deletions trunk/arch/mips/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -1656,3 +1656,7 @@ config GENERIC_HARDIRQS
config GENERIC_IRQ_PROBE
bool
default y

config ISA_DMA_API
bool
default y
4 changes: 4 additions & 0 deletions trunk/arch/parisc/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@ config GENERIC_IRQ_PROBE
config PM
bool

config ISA_DMA_API
bool
default y

source "init/Kconfig"


Expand Down
4 changes: 4 additions & 0 deletions trunk/arch/ppc/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -1079,6 +1079,10 @@ source kernel/power/Kconfig

endmenu

config ISA_DMA_API
bool
default y

menu "Bus options"

config ISA
Expand Down
3 changes: 3 additions & 0 deletions trunk/arch/ppc64/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -293,6 +293,9 @@ config SECCOMP

endmenu

config ISA_DMA_API
bool
default y

menu "General setup"

Expand Down
4 changes: 4 additions & 0 deletions trunk/arch/sh/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -693,6 +693,10 @@ config RTC_9701JE

endmenu

config ISA_DMA_API
bool
depends on MPC1211
default y

menu "Bus options (PCI, PCMCIA, EISA, MCA, ISA)"

Expand Down
5 changes: 5 additions & 0 deletions trunk/arch/x86_64/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -379,6 +379,11 @@ config GENERIC_IRQ_PROBE
bool
default y

# we have no ISA slots, but we do have ISA-style DMA.
config ISA_DMA_API
bool
default y

menu "Power management options"

source kernel/power/Kconfig
Expand Down

0 comments on commit d3e70d4

Please sign in to comment.