Re: [PATCH net-next v4 1/5] net: phy: microchip_ptp : Add header file for Microchip ptp library
From: Jakub Kicinski
Date: Fri Nov 15 2024 - 19:38:25 EST
On Thu, 14 Nov 2024 17:34:51 +0530 Divya Koppera wrote:
> +#if IS_ENABLED(CONFIG_MICROCHIP_PHYPTP)
Try to limit the amount of code you wrap with the #if
hiding definitions and includes under CONFIG flags makes
build testing harder.