Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 41518
b: refs/heads/master
c: 89e5785
h: refs/heads/master
v: v3
  • Loading branch information
Haavard Skinnemoen authored and Jeff Garzik committed Dec 2, 2006
1 parent 494f4c6 commit 3e5eda9
Show file tree
Hide file tree
Showing 6 changed files with 1,618 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: b690bdef7c4523bf55103b7a841c454d4674b315
refs/heads/master: 89e5785fc8a6b9eafd37f2318a9a76d479c796be
7 changes: 7 additions & 0 deletions trunk/MAINTAINERS
Original file line number Diff line number Diff line change
Expand Up @@ -432,6 +432,13 @@ L: linux-atm-general@lists.sourceforge.net (subscribers-only)
W: http://linux-atm.sourceforge.net
S: Maintained

ATMEL MACB ETHERNET DRIVER
P: Atmel AVR32 Support Team
M: avr32@atmel.com
P: Haavard Skinnemoen
M: hskinnemoen@atmel.com
S: Supported

ATMEL WIRELESS DRIVER
P: Simon Kelley
M: simon@thekelleys.org.uk
Expand Down
11 changes: 11 additions & 0 deletions trunk/drivers/net/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,17 @@ config MII
or internal device. It is safe to say Y or M here even if your
ethernet card lack MII.

config MACB
tristate "Atmel MACB support"
depends on NET_ETHERNET && AVR32
select MII
help
The Atmel MACB ethernet interface is found on many AT32 and AT91
parts. Say Y to include support for the MACB chip.

To compile this driver as a module, choose M here: the module
will be called macb.

source "drivers/net/arm/Kconfig"

config MACE
Expand Down
2 changes: 2 additions & 0 deletions trunk/drivers/net/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,8 @@ obj-$(CONFIG_SMC911X) += smc911x.o
obj-$(CONFIG_DM9000) += dm9000.o
obj-$(CONFIG_FEC_8XX) += fec_8xx/

obj-$(CONFIG_MACB) += macb.o

obj-$(CONFIG_ARM) += arm/
obj-$(CONFIG_DEV_APPLETALK) += appletalk/
obj-$(CONFIG_TR) += tokenring/
Expand Down
Loading

0 comments on commit 3e5eda9

Please sign in to comment.