commit | cffcee9818959b3b7555db631fbf75cfa53a971c | [log] [tgz] |
---|---|---|
author | Corentin Guillevic <corentin.guillevic@smile.fr> | Fri Mar 24 10:54:19 2023 +0100 |
committer | Tom Rini <trini@konsulko.com> | Thu Apr 06 19:10:08 2023 -0400 |
tree | 3ecad6cd4f694c2f630ccf3c8f85e5dec2c8e377 | |
parent | 5c136c9e3a6581c4e2772fc5b07a4c58230d9772 [diff] |
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>