Re: [PATCH net V3 2/3] net: lan743x: Support WOL at both the PHY and MAC appropriately

From: Andrew Lunn
Date: Thu Jun 06 2024 - 09:30:48 EST


On Thu, Jun 06, 2024 at 03:52:51PM +0530, Raju Lakkaraju wrote:
> The target architecture of alpha's config file miss the "CONFIG_PM=y"
> cofiguration.

No. Your patch is missing support for CONFIG_PM = n. Or you need to
add a depends on PM.

We expect the kernel to build for any configuration. There are build
bots which create random configurations and see if they build. Not
having PM is a valid configuration, especially for a big iron server
which never sleeps.

Andrew