-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
yaml --- r: 265234 b: refs/heads/master c: b47da97 h: refs/heads/master v: v3
- Loading branch information
Jeff Kirsher
committed
Aug 11, 2011
1 parent
a04dc2d
commit b8d75d3
Showing
27 changed files
with
43 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: d9fb9f384292d848ad9db386bcf97f1e06e60264 | ||
refs/heads/master: b47da97728c045a8fd75f36e59ba08cddc8f2292 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
# | ||
# Intel XScale IXP device configuration | ||
# | ||
|
||
config NET_VENDOR_XSCALE | ||
bool "Intel XScale IXP devices" | ||
depends on NET_VENDOR_INTEL && ((ARM && ARCH_IXP4XX && \ | ||
IXP4XX_NPE && IXP4XX_QMGR) || ARCH_ENP2611) | ||
---help--- | ||
If you have a network (Ethernet) card belonging to this class, say Y | ||
and read the Ethernet-HOWTO, available from | ||
<http://www.tldp.org/docs.html#howto>. | ||
|
||
Note that the answer to this question does not directly affect the | ||
kernel: saying N will just cause the configurator to skip all | ||
the questions about XSacle IXP devices. If you say Y, you will be | ||
asked for your specific card in the following questions. | ||
|
||
if NET_VENDOR_XSCALE | ||
|
||
config IXP4XX_ETH | ||
tristate "Intel IXP4xx Ethernet support" | ||
depends on ARM && ARCH_IXP4XX && IXP4XX_NPE && IXP4XX_QMGR | ||
select PHYLIB | ||
---help--- | ||
Say Y here if you want to use built-in Ethernet ports | ||
on IXP4xx processor. | ||
|
||
source "drivers/net/ethernet/xscale/ixp2000/Kconfig" | ||
|
||
endif # NET_VENDOR_XSCALE |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
# | ||
# Makefile for the Intel XScale IXP device drivers. | ||
# | ||
|
||
obj-$(CONFIG_ENP2611_MSF_NET) += ixp2000/ | ||
obj-$(CONFIG_IXP4XX_ETH) += ixp4xx_eth.o |
2 changes: 1 addition & 1 deletion
2
trunk/drivers/net/ixp2000/Kconfig → ...ivers/net/ethernet/xscale/ixp2000/Kconfig
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
config ENP2611_MSF_NET | ||
tristate "Radisys ENP2611 MSF network interface support" | ||
depends on ARCH_ENP2611 | ||
help | ||
---help--- | ||
This is a driver for the MSF network interface unit in | ||
the IXP2400 on the Radisys ENP2611 platform. |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.