diff options
author | Maxime Bizon <mbizon@freebox.fr> | 2009-08-18 08:23:40 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2009-09-17 14:07:53 -0400 |
commit | 9b1fc55a05006523bced65f4d99f7072831ff56a (patch) | |
tree | ef044eb13c4a4d996194ead0e2b100f8354ddcdb /drivers/net/Kconfig | |
parent | e7300d04bd0809eb7ea10a2ed8c729459f816e36 (diff) |
MIPS: BCM63xx: Add integrated ethernet mac support.
Signed-off-by: Maxime Bizon <mbizon@freebox.fr>
Signed-off-by: Florian Fainelli <florian@openwrt.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'drivers/net/Kconfig')
-rw-r--r-- | drivers/net/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig index 507569a4f232..ed5741b2e701 100644 --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig | |||
@@ -1934,6 +1934,15 @@ config XILINX_EMACLITE | |||
1934 | help | 1934 | help |
1935 | This driver supports the 10/100 Ethernet Lite from Xilinx. | 1935 | This driver supports the 10/100 Ethernet Lite from Xilinx. |
1936 | 1936 | ||
1937 | config BCM63XX_ENET | ||
1938 | tristate "Broadcom 63xx internal mac support" | ||
1939 | depends on BCM63XX | ||
1940 | select MII | ||
1941 | select PHYLIB | ||
1942 | help | ||
1943 | This driver supports the ethernet MACs in the Broadcom 63xx | ||
1944 | MIPS chipset family (BCM63XX). | ||
1945 | |||
1937 | source "drivers/net/fs_enet/Kconfig" | 1946 | source "drivers/net/fs_enet/Kconfig" |
1938 | 1947 | ||
1939 | endif # NET_ETHERNET | 1948 | endif # NET_ETHERNET |