[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20121012.135602.2001617705161327585.davem@davemloft.net>
Date: Fri, 12 Oct 2012 13:56:02 -0400 (EDT)
From: David Miller <davem@...emloft.net>
To: ujhelyi.m@...il.com
Cc: netdev@...r.kernel.org, daniel@...que.org, rd@...ekdostal.com
Subject: Re: [PATCH] phy: add AT803x driver
From: ujhelyi.m@...il.com
Date: Fri, 12 Oct 2012 15:47:36 +0200
> From: Matus Ujhelyi <ujhelyi.m@...il.com>
>
> This driver add support for wake over lan on AT803x phys.
>
> Signed-off-by: Matus Ujhelyi <ujhelyi.m@...il.com>
> ---
> drivers/net/phy/Kconfig | 5 ++
> drivers/net/phy/Makefile | 1 +
> drivers/net/phy/at803x.c | 176 ++++++++++++++++++++++++++++++++++++++++++++++
> 3 files changed, 182 insertions(+)
> create mode 100644 drivers/net/phy/at803x.c
>
> diff --git a/drivers/net/phy/Kconfig b/drivers/net/phy/Kconfig
> index 3090dc6..e69d74e 100644
> --- a/drivers/net/phy/Kconfig
> +++ b/drivers/net/phy/Kconfig
> @@ -15,6 +15,11 @@ if PHYLIB
>
> comment "MII PHY device drivers"
>
> +config AT803X_PHY
> + tristate "Drivers for Atheros PHYs"
> + ---help---
> + Currently supports the AT8030 and AT8035 model
You should just put the model number into the tristate string.
Like: "Drivers for Atheros AT803X PHYs"
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists