projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c517d83
)
spi: Kconfig: Add SOC_LS1021A to SPI_FSL_DSPI dependence
author
Haikun Wang
<haikun.wang@freescale.com>
Fri, 24 Apr 2015 10:41:17 +0000
(18:41 +0800)
committer
Mark Brown
<broonie@kernel.org>
Fri, 24 Apr 2015 12:25:36 +0000
(13:25 +0100)
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>
drivers/spi/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/spi/Kconfig
b/drivers/spi/Kconfig
index ab8dfbef6f1bb681a9ff14ca1e7ca09749b6a199..d63719ceed4557341fee65c428260a86cce1bfbf 100644
(file)
--- a/
drivers/spi/Kconfig
+++ b/
drivers/spi/Kconfig
@@
-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.