aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/Kconfig
diff options
context:
space:
mode:
authorAnant Gole <anantgole@ti.com>2009-05-18 18:19:01 -0400
committerDavid S. Miller <davem@davemloft.net>2009-05-18 18:19:01 -0400
commita6286ee630f6d95f8466e19d7f1ae38d677028ae (patch)
tree8dd21bd51c399e1d935a28cbfe56f921d6f1c60b /drivers/net/Kconfig
parentd23a9b5baa1a37ac3620e1ba080965c505053749 (diff)
net: Add TI DaVinci EMAC driver
Add support for TI DaVinci EMAC driver. TI DaVinci Ethernet Media Access Controller module is based upon TI CPPI 3.0 DMA engine and supports 10/100 Mbps on all and Gigabit modes on some TI devices. It supports MII/RMII and has up to 8Kbytes of internal descriptor memory. This driver has been working on several TI devices including DM644x, DM646x and DA830 platforms. The specs of this device are available at: http://www.ti.com/litv/pdf/sprue24a Signed-off-by: Anant Gole <anantgole@ti.com> Signed-off-by: Kevin Hilman <khilman@deeprootsystems.com> Signed-off-by: Chaithrika U S <chaithrika@ti.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/Kconfig')
-rw-r--r--drivers/net/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig
index 48b73b077156..0fb446e047e7 100644
--- a/drivers/net/Kconfig
+++ b/drivers/net/Kconfig
@@ -926,6 +926,16 @@ config NET_NETX
926 To compile this driver as a module, choose M here. The module 926 To compile this driver as a module, choose M here. The module
927 will be called netx-eth. 927 will be called netx-eth.
928 928
929config TI_DAVINCI_EMAC
930 tristate "TI DaVinci EMAC Support"
931 depends on ARM && ARCH_DAVINCI
932 select PHYLIB
933 help
934 This driver supports TI's DaVinci Ethernet .
935
936 To compile this driver as a module, choose M here: the module
937 will be called davinci_emac_driver. This is recommended.
938
929config DM9000 939config DM9000
930 tristate "DM9000 support" 940 tristate "DM9000 support"
931 depends on ARM || BLACKFIN || MIPS 941 depends on ARM || BLACKFIN || MIPS