On Mon, Jul 15, 2024 at 01:57:10PM +0530, Anshuman Khandual wrote: > On 5/3/24 18:31, Joey Gouly wrote: > > +static inline bool system_supports_poe(void) > > +{ > > + return IS_ENABLED(CONFIG_ARM64_POE) && > CONFIG_ARM64_POE has not been defined/added until now ? That's a common pattern when adding a new feature over a multi-patch series - add sections guarded with the Kconfig option for the new feature but which can't be enabled until the last patch of the series which adds the Kconfig option after the support is complete.
Attachment:
signature.asc
Description: PGP signature