diff options
author | Haikun Wang <haikun.wang@freescale.com> | 2015-04-24 06:41:17 -0400 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2015-04-24 08:25:36 -0400 |
commit | 50574dd2f63ed0afc3b666da27eb7062d26a39c5 (patch) | |
tree | 25db74064696c4d1a5d5368710c7c1ef73881dc9 /drivers/spi | |
parent | c517d838eb7d07bbe9507871fab3931deccff539 (diff) |
spi: Kconfig: Add SOC_LS1021A to SPI_FSL_DSPI dependence
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>
Diffstat (limited to 'drivers/spi')
-rw-r--r-- | drivers/spi/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig index ab8dfbef6f1b..d63719ceed45 100644 --- a/drivers/spi/Kconfig +++ b/drivers/spi/Kconfig | |||
@@ -303,7 +303,7 @@ config SPI_FSL_SPI | |||
303 | config SPI_FSL_DSPI | 303 | config SPI_FSL_DSPI |
304 | tristate "Freescale DSPI controller" | 304 | tristate "Freescale DSPI controller" |
305 | select REGMAP_MMIO | 305 | select REGMAP_MMIO |
306 | depends on SOC_VF610 || COMPILE_TEST | 306 | depends on SOC_VF610 || SOC_LS1021A || COMPILE_TEST |
307 | help | 307 | help |
308 | This enables support for the Freescale DSPI controller in master | 308 | This enables support for the Freescale DSPI controller in master |
309 | mode. VF610 platform uses the controller. | 309 | mode. VF610 platform uses the controller. |