Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bce4d12b authored by Steven King's avatar Steven King Committed by Greg Ungerer
Browse files

coldfire-qspi: Add support for the Coldfire 5251/5253.



The Coldfire 5251/5253 have a QSPI controller.  Enable selection of the
coldfire-qspi driver if the M525x is selected.

Signed-off-by: default avatarSteven King <sfking@fdwdc.com>
Signed-off-by: default avatarGreg Ungerer <gerg@uclinux.org>
parent 04e037aa
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -125,7 +125,7 @@ config SPI_BUTTERFLY


config SPI_COLDFIRE_QSPI
config SPI_COLDFIRE_QSPI
	tristate "Freescale Coldfire QSPI controller"
	tristate "Freescale Coldfire QSPI controller"
	depends on (M520x || M523x || M5249 || M527x || M528x || M532x)
	depends on (M520x || M523x || M5249 || M525x || M527x || M528x || M532x)
	help
	help
	  This enables support for the Coldfire QSPI controller in master
	  This enables support for the Coldfire QSPI controller in master
	  mode.
	  mode.