diff options
author | Kevin Hilman <khilman@deeprootsystems.com> | 2010-10-21 14:21:55 -0400 |
---|---|---|
committer | Kevin Hilman <khilman@deeprootsystems.com> | 2010-10-21 14:21:55 -0400 |
commit | 7940a34b2e1e0485211a17d8c3ab4da1ea3e1330 (patch) | |
tree | fe08ba701cbf23ae44a16d3b7afa521fce943a8a /drivers/net/Kconfig | |
parent | 6451d7783ba5ff24eb1a544eaa6665b890f30466 (diff) | |
parent | 8939b3504dc35224cb9c88e5af925b22ea9eee71 (diff) |
Merge branch 'davinci-next' into davinci-for-linus
Conflicts:
arch/arm/mach-davinci/board-da830-evm.c
arch/arm/mach-davinci/board-da850-evm.c
Diffstat (limited to 'drivers/net/Kconfig')
-rw-r--r-- | drivers/net/Kconfig | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig index 77efe462b921..6011935d757c 100644 --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig | |||
@@ -954,6 +954,8 @@ config NET_NETX | |||
954 | config TI_DAVINCI_EMAC | 954 | config TI_DAVINCI_EMAC |
955 | tristate "TI DaVinci EMAC Support" | 955 | tristate "TI DaVinci EMAC Support" |
956 | depends on ARM && ( ARCH_DAVINCI || ARCH_OMAP3 ) | 956 | depends on ARM && ( ARCH_DAVINCI || ARCH_OMAP3 ) |
957 | select TI_DAVINCI_MDIO | ||
958 | select TI_DAVINCI_CPDMA | ||
957 | select PHYLIB | 959 | select PHYLIB |
958 | help | 960 | help |
959 | This driver supports TI's DaVinci Ethernet . | 961 | This driver supports TI's DaVinci Ethernet . |
@@ -961,6 +963,25 @@ config TI_DAVINCI_EMAC | |||
961 | To compile this driver as a module, choose M here: the module | 963 | To compile this driver as a module, choose M here: the module |
962 | will be called davinci_emac_driver. This is recommended. | 964 | will be called davinci_emac_driver. This is recommended. |
963 | 965 | ||
966 | config TI_DAVINCI_MDIO | ||
967 | tristate "TI DaVinci MDIO Support" | ||
968 | depends on ARM && ( ARCH_DAVINCI || ARCH_OMAP3 ) | ||
969 | select PHYLIB | ||
970 | help | ||
971 | This driver supports TI's DaVinci MDIO module. | ||
972 | |||
973 | To compile this driver as a module, choose M here: the module | ||
974 | will be called davinci_mdio. This is recommended. | ||
975 | |||
976 | config TI_DAVINCI_CPDMA | ||
977 | tristate "TI DaVinci CPDMA Support" | ||
978 | depends on ARM && ( ARCH_DAVINCI || ARCH_OMAP3 ) | ||
979 | help | ||
980 | This driver supports TI's DaVinci CPDMA dma engine. | ||
981 | |||
982 | To compile this driver as a module, choose M here: the module | ||
983 | will be called davinci_cpdma. This is recommended. | ||
984 | |||
964 | config DM9000 | 985 | config DM9000 |
965 | tristate "DM9000 support" | 986 | tristate "DM9000 support" |
966 | depends on ARM || BLACKFIN || MIPS | 987 | depends on ARM || BLACKFIN || MIPS |