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

Commit 842c12dd authored by Fabio Estevam's avatar Fabio Estevam Committed by Brian Norris
Browse files

mtd: spi-nor: Improve Kconfig help text for SPI_FSL_QUADSPI



The current "We only connect the NOR to this controller now." text
is not very clear, so explain it better by saying that generic SPI
is not supported by SPI_FSL_QUADSPI and only SPI NOR is.

Signed-off-by: default avatarFabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: default avatarBrian Norris <computersforpeace@gmail.com>
parent f617b958
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -26,7 +26,8 @@ config SPI_FSL_QUADSPI
	depends on ARCH_MXC
	help
	  This enables support for the Quad SPI controller in master mode.
	  We only connect the NOR to this controller now.
	  This controller does not support generic SPI. It only supports
	  SPI NOR.

config SPI_NXP_SPIFI
	tristate "NXP SPI Flash Interface (SPIFI)"