mirror of
https://xff.cz/git/u-boot/
synced 2025-11-02 03:17:29 +01:00
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>
This commit is contained in:
committed by
Tom Rini
parent
0e685058db
commit
1172e258bf
@@ -573,6 +573,7 @@ endif # if DM_SPI
|
||||
|
||||
config FSL_ESPI
|
||||
bool "Freescale eSPI driver"
|
||||
depends on MPC85xx
|
||||
imply SPI_FLASH_BAR
|
||||
help
|
||||
Enable the Freescale eSPI driver. This driver can be used to
|
||||
|
||||
Reference in New Issue
Block a user