Re: linux-next: build failure after merge of the fsl tree

From: Christophe Leroy (CS GROUP)

Date: Sat Jul 11 2026 - 03:45:47 EST




Le 10/07/2026 à 14:08, Mark Brown a écrit :
Hi all,

After merging the fsl tree, today's linux-next build (x86_64 allmodconfig)
failed like this:


...


Caused by commit

4b265b93b4e0e (powerpc: Move CONFIG_QE_GPIO to SoC)

I have used the tree from next-20260709 instead.

Thanks for letting me know. I have dropped this patch for now.

CONFIG_USB_FHCI_HCD depends on CONFIG_QE_GPIO but uses in_be16() etc ... helpers which are powerpc specific, so dependency to PPC needs to be kept for now.

Christophe