diff options
author | Wan ZongShun <mcuos.com@gmail.com> | 2009-07-16 06:55:05 +0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-07-20 18:45:05 +0400 |
commit | a50a97d415d839e6db9df288ff0205528e52c03e (patch) | |
tree | 33ac10c0bcfe7332a811b1de27c78615c76f3085 /drivers/net/arm/Kconfig | |
parent | 673325951ef440ebace311bd542a9378d1b3025b (diff) | |
download | linux-a50a97d415d839e6db9df288ff0205528e52c03e.tar.xz |
Add mac driver for w90p910
Add mac driver support for evaluation board based on w90p910.
Signed-off-by: Wan ZongShun <mcuos.com@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/arm/Kconfig')
-rw-r--r-- | drivers/net/arm/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/net/arm/Kconfig b/drivers/net/arm/Kconfig index 2895db13bfa4..c37ee9e6b67b 100644 --- a/drivers/net/arm/Kconfig +++ b/drivers/net/arm/Kconfig @@ -63,3 +63,11 @@ config IXP4XX_ETH help Say Y here if you want to use built-in Ethernet ports on IXP4xx processor. + +config W90P910_ETH + tristate "Nuvoton w90p910 Ethernet support" + depends on ARM && ARCH_W90X900 + select PHYLIB + help + Say Y here if you want to use built-in Ethernet ports + on w90p910 processor. |