projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bb85afc
)
spi: Kconfig: Mark MXS_SPI has DEPRECATED
author
Jagan Teki
<
[email protected]
>
Wed, 29 May 2019 21:01:32 +0000
(17:01 -0400)
committer
Jagan Teki
<
[email protected]
>
Thu, 13 Jun 2019 07:21:06 +0000
(12:51 +0530)
Mark MXS_SPI as DEPRECATED, this so the resulting build shows
warning for broken configuration enabled and associated code
will remove in v2019.07 release.
Cc: Marek Vasut <
[email protected]
>
Cc: Fabio Estevam <
[email protected]
>
Cc: Michael Trimarchi <
[email protected]
>
Signed-off-by: Jagan Teki <
[email protected]
>
[trini: Switch to DEPRECATED]
Signed-off-by: Tom Rini <
[email protected]
>
drivers/spi/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/spi/Kconfig
b/drivers/spi/Kconfig
index eb32f082fe978fddc13bdadd38e3bc0e821134b9..2f494c0483aa0765b580da302378cf0d26b914df 100644
(file)
--- a/
drivers/spi/Kconfig
+++ b/
drivers/spi/Kconfig
@@
-383,6
+383,7
@@
config MXC_SPI
config MXS_SPI
bool "MXS SPI Driver"
+ depends on DEPRECATED
help
Enable the MXS SPI controller driver. This driver can be used
on the i.MX23 and i.MX28 SoCs.