diff options
author | Grant Likely <grant.likely@secretlab.ca> | 2010-10-08 14:56:13 -0400 |
---|---|---|
committer | Grant Likely <grant.likely@secretlab.ca> | 2010-10-12 23:37:37 -0400 |
commit | cdbc8f042f4f2568bb58ba8bd50d0692f3059417 (patch) | |
tree | 2e5ad5e835fb7afa014b0423d173c506e1aba707 /drivers/spi/Kconfig | |
parent | 65308c46b760bb2ccb043b47bb5f053dbb8d11b5 (diff) |
spi/topcliff: Tidy up Kconfig help text
The original didn't specify Topcliff in the config prompt text.
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
Diffstat (limited to 'drivers/spi/Kconfig')
-rw-r--r-- | drivers/spi/Kconfig | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig index b32167a686bb..d966de1afc52 100644 --- a/drivers/spi/Kconfig +++ b/drivers/spi/Kconfig | |||
@@ -299,12 +299,11 @@ config SPI_STMP3XXX | |||
299 | SPI driver for Freescale STMP37xx/378x SoC SSP interface | 299 | SPI driver for Freescale STMP37xx/378x SoC SSP interface |
300 | 300 | ||
301 | config SPI_TOPCLIFF_PCH | 301 | config SPI_TOPCLIFF_PCH |
302 | tristate "PCH SPI Controller" | 302 | tristate "Topcliff PCH SPI Controller" |
303 | depends on PCI | 303 | depends on PCI |
304 | help | 304 | help |
305 | This driver is for PCH(Platform controller Hub) SPI of Topcliff which | 305 | SPI driver for the Topcliff PCH (Platform Controller Hub) SPI bus |
306 | is an IOH(Input/Output Hub) for x86 embedded processor. | 306 | used in some x86 embedded processors. |
307 | This driver can access PCH SPI bus device. | ||
308 | 307 | ||
309 | config SPI_TXX9 | 308 | config SPI_TXX9 |
310 | tristate "Toshiba TXx9 SPI controller" | 309 | tristate "Toshiba TXx9 SPI controller" |