aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/Kconfig')
-rw-r--r--drivers/net/Kconfig21
1 files changed, 21 insertions, 0 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig
index c598fe008e37..86fe67fd49ba 100644
--- a/drivers/net/Kconfig
+++ b/drivers/net/Kconfig
@@ -946,6 +946,8 @@ config NET_NETX
946config TI_DAVINCI_EMAC 946config TI_DAVINCI_EMAC
947 tristate "TI DaVinci EMAC Support" 947 tristate "TI DaVinci EMAC Support"
948 depends on ARM && ( ARCH_DAVINCI || ARCH_OMAP3 ) 948 depends on ARM && ( ARCH_DAVINCI || ARCH_OMAP3 )
949 select TI_DAVINCI_MDIO
950 select TI_DAVINCI_CPDMA
949 select PHYLIB 951 select PHYLIB
950 help 952 help
951 This driver supports TI's DaVinci Ethernet . 953 This driver supports TI's DaVinci Ethernet .
@@ -953,6 +955,25 @@ config TI_DAVINCI_EMAC
953 To compile this driver as a module, choose M here: the module 955 To compile this driver as a module, choose M here: the module
954 will be called davinci_emac_driver. This is recommended. 956 will be called davinci_emac_driver. This is recommended.
955 957
958config TI_DAVINCI_MDIO
959 tristate "TI DaVinci MDIO Support"
960 depends on ARM && ( ARCH_DAVINCI || ARCH_OMAP3 )
961 select PHYLIB
962 help
963 This driver supports TI's DaVinci MDIO module.
964
965 To compile this driver as a module, choose M here: the module
966 will be called davinci_mdio. This is recommended.
967
968config TI_DAVINCI_CPDMA
969 tristate "TI DaVinci CPDMA Support"
970 depends on ARM && ( ARCH_DAVINCI || ARCH_OMAP3 )
971 help
972 This driver supports TI's DaVinci CPDMA dma engine.
973
974 To compile this driver as a module, choose M here: the module
975 will be called davinci_cpdma. This is recommended.
976
956config DM9000 977config DM9000
957 tristate "DM9000 support" 978 tristate "DM9000 support"
958 depends on ARM || BLACKFIN || MIPS 979 depends on ARM || BLACKFIN || MIPS