diff options
author | Ilya Yanok <yanok@emcraft.com> | 2009-03-11 23:26:02 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-03-11 23:26:02 -0700 |
commit | 4796417417a62e2ae83d92cb92e1ecf9ec67b5f5 (patch) | |
tree | b2ec9404d56cde13742a7011442ecff9f80b4406 /drivers/net/Kconfig | |
parent | ff8cf9a93800e8118ea097c1aba7203d59a0f3f1 (diff) |
dnet: Dave DNET ethernet controller driver (updated)
Driver for Dave DNET ethernet controller found on Dave/DENX QongEVB-LITE
FPGA. Heavily based on Dave sources, I've just adopted it to current
kernel version and done some code cleanup.
Signed-off-by: Ilya Yanok <yanok@emcraft.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/Kconfig')
-rw-r--r-- | drivers/net/Kconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig index a2f185fd707..5c28b06dac6 100644 --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig @@ -1040,6 +1040,17 @@ config NI65 To compile this driver as a module, choose M here. The module will be called ni65. +config DNET + tristate "Dave ethernet support (DNET)" + depends on NET_ETHERNET + select PHYLIB + help + The Dave ethernet interface (DNET) is found on Qong Board FPGA. + Say Y to include support for the DNET chip. + + To compile this driver as a module, choose M here: the module + will be called dnet. + source "drivers/net/tulip/Kconfig" config AT1700 |