Re: [PATCH net-next v7 3/5] net: phy: Kconfig: Add rds ptp library support and 1588 optional flag in Microchip phys

From: Jakub Kicinski
Date: Tue Dec 17 2024 - 22:14:26 EST


On Fri, 13 Dec 2024 17:44:01 +0530 Divya Koppera wrote:
> config MICROCHIP_T1_PHY
> tristate "Microchip T1 PHYs"
> + select MICROCHIP_PHY_RDS_PTP if NETWORK_PHY_TIMESTAMPING && \
> + PTP_1588_CLOCK_OPTIONAL
> help
> - Supports the LAN87XX PHYs.
> + Supports the LAN8XXX PHYs.
> +
> +config MICROCHIP_PHY_RDS_PTP
> + tristate "Microchip PHY RDS PTP"

Since you're selecting this symbol you can hide it from the user.
Remove the string after tristate.