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

From: Andrew Lunn
Date: Thu Mar 10 2022 - 09:54:02 EST


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?

Andrew