Skip to content

Commit

Permalink
spi: Kconfig: Add SOC_LS1021A to SPI_FSL_DSPI dependence
Browse files Browse the repository at this point in the history
LS1021A chip also has the DSPI module.
Add it to the dependence.

Signed-off-by: Haikun Wang <haikun.wang@freescale.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
  • Loading branch information
Haikun Wang authored and Mark Brown committed Apr 24, 2015
1 parent c517d83 commit 50574dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/spi/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ config SPI_FSL_SPI
config SPI_FSL_DSPI
tristate "Freescale DSPI controller"
select REGMAP_MMIO
depends on SOC_VF610 || COMPILE_TEST
depends on SOC_VF610 || SOC_LS1021A || COMPILE_TEST
help
This enables support for the Freescale DSPI controller in master
mode. VF610 platform uses the controller.
Expand Down

0 comments on commit 50574dd

Please sign in to comment.