diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2010-10-25 13:59:31 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2010-10-25 13:59:31 -0400 |
commit | 72e58063d63c5f0a7bf65312f1e3a5ed9bb5c2ff (patch) | |
tree | df5c21244d46aacef47e6b7fff3ad02c3612b15c /drivers/net/Kconfig | |
parent | 57c155d51e2f3d7411eeac5e7fd7634d2d1f6b4f (diff) | |
parent | 489e176c71f36654dcb8835926f7e5717b8b4c19 (diff) |
Merge branch 'davinci-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-davinci
* 'davinci-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-davinci: (50 commits)
davinci: fix remaining board support after io_pgoffst removal
davinci: mityomapl138: make file local data static
arm/davinci: remove duplicated include
davinci: Initial support for Omapl138-Hawkboard
davinci: MityDSP-L138/MityARM-1808 read MAC address from I2C Prom
davinci: add tnetv107x touchscreen platform device
input: add driver for tnetv107x touchscreen controller
davinci: add keypad config for tnetv107x evm board
davinci: add tnetv107x keypad platform device
input: add driver for tnetv107x on-chip keypad controller
net: davinci_emac: cleanup unused cpdma code
net: davinci_emac: switch to new cpdma layer
net: davinci_emac: separate out cpdma code
net: davinci_emac: cleanup unused mdio emac code
omap: cleanup unused davinci mdio arch code
davinci: cleanup mdio arch code and switch to phy_id
net: davinci_emac: switch to new mdio
omap: add mdio platform devices
davinci: add mdio platform devices
net: davinci_emac: separate out davinci mdio
...
Fix up trivial conflict in drivers/input/keyboard/Kconfig (two entries
added next to each other - one from the davinci merge, one from the
input merge)
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 77c1fab7d774..702f598f4953 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 |