projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c906268
)
MLK-16571-1: Kconfig: arm64: enable lpspi for MXC_ARM64
author
Han Xu
<han.xu@nxp.com>
Wed, 11 Oct 2017 20:50:07 +0000
(15:50 -0500)
committer
Nitin Garg
<nitin.garg@nxp.com>
Mon, 19 Mar 2018 20:38:51 +0000
(15:38 -0500)
enable the lpspi config for arm64 in Kconfig
BuildInfo: SCFW
9e9f6ec6
, IMX-MKIMAGE 0, ATF 0
Reviewed-by: Pan Gao <pandy.gao@nxp.com>
Signed-off-by: Han Xu <han.xu@nxp.com>
drivers/spi/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/spi/Kconfig
b/drivers/spi/Kconfig
index
8658887
..
c285948
100644
(file)
--- a/
drivers/spi/Kconfig
+++ b/
drivers/spi/Kconfig
@@
-382,7
+382,7
@@
config SPI_FSL_ESPI
config SPI_FSL_LPSPI
tristate "Freescale i.MX LPSPI controller"
- depends on ARCH_MXC || COMPILE_TEST
+ depends on ARCH_MXC ||
ARCH_MXC_ARM64 ||
COMPILE_TEST
select SPI_BITBANG
help
This enables Freescale i.MX LPSPI controllers in master mode.