Message ID | 1429872077-5407-1-git-send-email-haikun.wang@freescale.com (mailing list archive) |
---|---|
State | Accepted |
Commit | 50574dd2f63ed0afc3b666da27eb7062d26a39c5 |
Headers | show |
On Fri, Apr 24, 2015 at 06:41:17PM +0800, Haikun Wang wrote: > LS1021A chip also has the DSPI module. > Add it to the dependence. Applied, thanks.
diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig index 198f96b..ca1f063 100644 --- a/drivers/spi/Kconfig +++ b/drivers/spi/Kconfig @@ -302,7 +302,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.
LS1021A chip also has the DSPI module. Add it to the dependence. Signed-off-by: Haikun Wang <haikun.wang@freescale.com> --- drivers/spi/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)