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

Commit 23ce17ad authored by Sekhar Nori's avatar Sekhar Nori
Browse files

spi: davinci: kconfig: add manufacturer name to prompt string



Add manufacturer name to the Kconfig prompt string and move
the controller name to the begining of the prompt.

This helps locate the driver easily among the list of existing
drivers.

While at it, also add information about being able to build
the driver as module.

Tested-By: default avatarBrian Niebuhr <bniebuhr@efjohnson.com>
Signed-off-by: default avatarSekhar Nori <nsekhar@ti.com>
parent 212d4b69
Loading
Loading
Loading
Loading
+5 −2
Original line number Diff line number Diff line
@@ -111,11 +111,14 @@ config SPI_COLDFIRE_QSPI
	  will be called coldfire_qspi.

config SPI_DAVINCI
	tristate "SPI controller driver for DaVinci/DA8xx SoC's"
	tristate "Texas Instruments DaVinci/DA8x/OMAP-L/AM1x SoC SPI controller"
	depends on SPI_MASTER && ARCH_DAVINCI
	select SPI_BITBANG
	help
	  SPI master controller for DaVinci and DA8xx SPI modules.
	  SPI master controller for DaVinci/DA8x/OMAP-L/AM1x SPI modules.

	  This driver can also be built as a module. The module will be called
	  davinci_spi.

config SPI_EP93XX
	tristate "Cirrus Logic EP93xx SPI controller"