]> git.openfabrics.org - ~emulex/infiniband.git/commitdiff
spi: davinci: kconfig: add manufacturer name to prompt string
authorSekhar Nori <nsekhar@ti.com>
Tue, 12 Oct 2010 06:28:02 +0000 (11:58 +0530)
committerSekhar Nori <nsekhar@ti.com>
Thu, 18 Nov 2010 13:08:38 +0000 (18:38 +0530)
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: Brian Niebuhr <bniebuhr@efjohnson.com>
Signed-off-by: Sekhar Nori <nsekhar@ti.com>
drivers/spi/Kconfig

index 78f9fd02c1b27c3ebf0753e1d9a995212b96ba48..a32796e0bdc9b9e3935a685d6ed44bf1bd217e33 100644 (file)
@@ -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"