mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-28 15:41:40 +00: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:
parent
0e685058db
commit
1172e258bf
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue