spi: Kconfig: add dependency on CONFIG_MPC85xx for FSL_ESPI entry
authorCorentin Guillevic <corentin.guillevic@smile.fr>
Fri, 24 Mar 2023 09:54:19 +0000 (10:54 +0100)
committerTom Rini <trini@konsulko.com>
Thu, 6 Apr 2023 23:10:08 +0000 (19:10 -0400)
commit1172e258bf4666ca3b0ccdf31f028772b9a70673
tree3ecad6cd4f694c2f630ccf3c8f85e5dec2c8e377
parent0e685058db92b780cb9f77f60d7305fbb0477ba8
spi: Kconfig: add dependency on CONFIG_MPC85xx for FSL_ESPI entry

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 <corentin.guillevic@smile.fr>
drivers/spi/Kconfig