Re: [PATCH] net: phy: Kconfig: micrel_phy: fix dependency issue

From: Anders Roxell
Date: Mon Mar 14 2022 - 07:02:41 EST


On Thu, 10 Mar 2022 at 15:38, Andrew Lunn <andrew@xxxxxxx> wrote:
>
> The description says:
>
> > Rework Kconfig for MICREL_PHY to depend on 'PTP_1588_CLOCK_OPTIONAL ||
> > !NETWORK_PHY_TIMESTAMPING'.
>
> > config MICREL_PHY
> > tristate "Micrel PHYs"
> > + depends on PTP_1588_CLOCK_OPTIONAL
>
> But you actually added only a subset?

You are correct, I will send a updated version shortly.

Cheers,
Anders