diff options
author | Sachin Sanap <ssanap@marvell.com> | 2010-08-13 21:22:49 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2010-08-18 23:30:42 -0700 |
commit | a49f37eed22b74221f271811ea41323654e40dad (patch) | |
tree | 479815196c1fa81aeb9df013eff572f1c63b759e /drivers/net/Kconfig | |
parent | e5093aec2e6b60c3df2420057ffab9ed4a6d2792 (diff) | |
download | linux-a49f37eed22b74221f271811ea41323654e40dad.tar.gz linux-a49f37eed22b74221f271811ea41323654e40dad.tar.bz2 linux-a49f37eed22b74221f271811ea41323654e40dad.zip |
net: add Fast Ethernet driver for PXA168.
Signed-off-by: Sachin Sanap <ssanap@marvell.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/Kconfig')
-rw-r--r-- | drivers/net/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig index ebe68395ecf8..fe581566cb26 100644 --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig @@ -928,6 +928,16 @@ config SMC91X The module will be called smc91x. If you want to compile it as a module, say M here and read <file:Documentation/kbuild/modules.txt>. +config PXA168_ETH + tristate "Marvell pxa168 ethernet support" + depends on CPU_PXA168 + select PHYLIB + help + This driver supports the pxa168 Ethernet ports. + + To compile this driver as a module, choose M here. The module + will be called pxa168_eth. + config NET_NETX tristate "NetX Ethernet support" select MII |