-
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: 265235 b: refs/heads/master c: baf0fbf h: refs/heads/master i: 265233: a04dc2d 265231: 87ebdf6 v: v3
- Loading branch information
Jeff Kirsher
committed
Aug 11, 2011
1 parent
b8d75d3
commit bd2c77d
Showing
11 changed files
with
47 additions
and
21 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: b47da97728c045a8fd75f36e59ba08cddc8f2292 | ||
refs/heads/master: baf0fbfe7ea34cd676e3362a62033d8ca1c52d99 |
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,38 @@ | ||
# | ||
# Faraday device configuration | ||
# | ||
|
||
config NET_VENDOR_FARADAY | ||
bool "Faraday devices" | ||
depends on ARM | ||
---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 doesn't directly affect the | ||
kernel: saying N will just cause the configurator to skip all | ||
the questions about Faraday cards. If you say Y, you will be asked for | ||
your specific card in the following questions. | ||
|
||
if NET_VENDOR_FARADAY | ||
|
||
config FTMAC100 | ||
tristate "Faraday FTMAC100 10/100 Ethernet support" | ||
depends on ARM | ||
select MII | ||
---help--- | ||
This driver supports the FTMAC100 10/100 Ethernet controller | ||
from Faraday. It is used on Faraday A320, Andes AG101 and some | ||
other ARM/NDS32 SoC's. | ||
|
||
config FTGMAC100 | ||
tristate "Faraday FTGMAC100 Gigabit Ethernet support" | ||
depends on ARM | ||
select PHYLIB | ||
---help--- | ||
This driver supports the FTGMAC100 Gigabit Ethernet controller | ||
from Faraday. It is used on Faraday A369, Andes AG102 and some | ||
other ARM/NDS32 SoC's. | ||
|
||
endif # NET_VENDOR_FARADAY |
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 Faraday device drivers. | ||
# | ||
|
||
obj-$(CONFIG_FTGMAC100) += ftgmac100.o | ||
obj-$(CONFIG_FTMAC100) += ftmac100.o |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.