On Friday 14 November 2014 09:31:42 Jingchang Lu wrote:
Yes, only a subset of these drivers are shared between our ARM and PPC
platforms. Since there will be allmodconfig breaking fault due to the
FSL_SOC configuration, we will try to fix this or select another dependency,
I will also inform our driver owners about this.
Below drivers are shared on LS1021A platform currently:
drivers/crypto/caam/
drivers/memory/fsl_ifc.c
drivers/mtd/nand/fsl_ifc_nand.c
drivers/net/ethernet/freescale/fsl_pq_mdio.c
drivers/net/ethernet/freescale/gianfar*
drivers/spi/spi-fsl-dspi.c
Ok, since this is only a small subset of the FSL_SOC drivers, I'd
suggest you make these depend on (FSL_SOC || ARCH_IMX) after
verifying that they build without warnings on ARM.
Arnd