Re: [PATCH] spi: Kconfig: add dependency on CONFIG_MPC85xx for FSL_ESPI entry

2023-04-07 Thread Tom Rini
On Fri, Mar 24, 2023 at 10:54:19AM +0100, Corentin Guillevic wrote: > The Freescale ESPI driver (CONFIG_FSL_ESPI) relies to the MPC85xx platform > (PowerPC) through arch/powerpc/include/asm/immap_85xx.h. The driver can't > compile on another architecture/platform. > > Signed-off-by: Corentin Guil

[PATCH] spi: Kconfig: add dependency on CONFIG_MPC85xx for FSL_ESPI entry

2023-03-24 Thread Corentin Guillevic
The Freescale ESPI driver (CONFIG_FSL_ESPI) relies to the MPC85xx platform (PowerPC) through arch/powerpc/include/asm/immap_85xx.h. The driver can't compile on another architecture/platform. Signed-off-by: Corentin Guillevic --- drivers/spi/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --