|
@@ -11,6 +11,7 @@ comment "IXP4xx Platforms"
|
|
config MACH_NSLU2
|
|
config MACH_NSLU2
|
|
bool
|
|
bool
|
|
prompt "Linksys NSLU2"
|
|
prompt "Linksys NSLU2"
|
|
|
|
+ select PCI
|
|
help
|
|
help
|
|
Say 'Y' here if you want your kernel to support Linksys's
|
|
Say 'Y' here if you want your kernel to support Linksys's
|
|
NSLU2 NAS device. For more information on this platform,
|
|
NSLU2 NAS device. For more information on this platform,
|
|
@@ -18,6 +19,7 @@ config MACH_NSLU2
|
|
|
|
|
|
config ARCH_AVILA
|
|
config ARCH_AVILA
|
|
bool "Avila"
|
|
bool "Avila"
|
|
|
|
+ select PCI
|
|
help
|
|
help
|
|
Say 'Y' here if you want your kernel to support the Gateworks
|
|
Say 'Y' here if you want your kernel to support the Gateworks
|
|
Avila Network Platform. For more information on this platform,
|
|
Avila Network Platform. For more information on this platform,
|
|
@@ -25,6 +27,7 @@ config ARCH_AVILA
|
|
|
|
|
|
config ARCH_ADI_COYOTE
|
|
config ARCH_ADI_COYOTE
|
|
bool "Coyote"
|
|
bool "Coyote"
|
|
|
|
+ select PCI
|
|
help
|
|
help
|
|
Say 'Y' here if you want your kernel to support the ADI
|
|
Say 'Y' here if you want your kernel to support the ADI
|
|
Engineering Coyote Gateway Reference Platform. For more
|
|
Engineering Coyote Gateway Reference Platform. For more
|
|
@@ -32,6 +35,7 @@ config ARCH_ADI_COYOTE
|
|
|
|
|
|
config ARCH_IXDP425
|
|
config ARCH_IXDP425
|
|
bool "IXDP425"
|
|
bool "IXDP425"
|
|
|
|
+ select PCI
|
|
help
|
|
help
|
|
Say 'Y' here if you want your kernel to support Intel's
|
|
Say 'Y' here if you want your kernel to support Intel's
|
|
IXDP425 Development Platform (Also known as Richfield).
|
|
IXDP425 Development Platform (Also known as Richfield).
|
|
@@ -39,6 +43,7 @@ config ARCH_IXDP425
|
|
|
|
|
|
config MACH_IXDPG425
|
|
config MACH_IXDPG425
|
|
bool "IXDPG425"
|
|
bool "IXDPG425"
|
|
|
|
+ select PCI
|
|
help
|
|
help
|
|
Say 'Y' here if you want your kernel to support Intel's
|
|
Say 'Y' here if you want your kernel to support Intel's
|
|
IXDPG425 Development Platform (Also known as Montajade).
|
|
IXDPG425 Development Platform (Also known as Montajade).
|
|
@@ -46,6 +51,7 @@ config MACH_IXDPG425
|
|
|
|
|
|
config MACH_IXDP465
|
|
config MACH_IXDP465
|
|
bool "IXDP465"
|
|
bool "IXDP465"
|
|
|
|
+ select PCI
|
|
help
|
|
help
|
|
Say 'Y' here if you want your kernel to support Intel's
|
|
Say 'Y' here if you want your kernel to support Intel's
|
|
IXDP465 Development Platform (Also known as BMP).
|
|
IXDP465 Development Platform (Also known as BMP).
|
|
@@ -72,6 +78,7 @@ config ARCH_PRPMC1100
|
|
config MACH_NAS100D
|
|
config MACH_NAS100D
|
|
bool
|
|
bool
|
|
prompt "NAS100D"
|
|
prompt "NAS100D"
|
|
|
|
+ select PCI
|
|
help
|
|
help
|
|
Say 'Y' here if you want your kernel to support Iomega's
|
|
Say 'Y' here if you want your kernel to support Iomega's
|
|
NAS 100d device. For more information on this platform,
|
|
NAS 100d device. For more information on this platform,
|
|
@@ -96,6 +103,7 @@ config CPU_IXP46X
|
|
config MACH_GTWX5715
|
|
config MACH_GTWX5715
|
|
bool "Gemtek WX5715 (Linksys WRV54G)"
|
|
bool "Gemtek WX5715 (Linksys WRV54G)"
|
|
depends on ARCH_IXP4XX
|
|
depends on ARCH_IXP4XX
|
|
|
|
+ select PCI
|
|
help
|
|
help
|
|
This board is currently inside the Linksys WRV54G Gateways.
|
|
This board is currently inside the Linksys WRV54G Gateways.
|
|
|
|
|
|
@@ -110,11 +118,16 @@ config MACH_GTWX5715
|
|
"High Speed" UART is n/c (as far as I can tell)
|
|
"High Speed" UART is n/c (as far as I can tell)
|
|
20 Pin ARM/Xscale JTAG interface on J2
|
|
20 Pin ARM/Xscale JTAG interface on J2
|
|
|
|
|
|
-
|
|
|
|
comment "IXP4xx Options"
|
|
comment "IXP4xx Options"
|
|
|
|
|
|
|
|
+config DMABOUNCE
|
|
|
|
+ bool
|
|
|
|
+ default y
|
|
|
|
+ depends on PCI
|
|
|
|
+
|
|
config IXP4XX_INDIRECT_PCI
|
|
config IXP4XX_INDIRECT_PCI
|
|
bool "Use indirect PCI memory access"
|
|
bool "Use indirect PCI memory access"
|
|
|
|
+ depends on PCI
|
|
help
|
|
help
|
|
IXP4xx provides two methods of accessing PCI memory space:
|
|
IXP4xx provides two methods of accessing PCI memory space:
|
|
|
|
|