p54spi: Update kconfig help text
This updates the p54spi Kconfig help text. The driver works well on n8x0, so remove the words "experimental" and "untested". Signed-off-by: Michael Buesch <mb@bu3sch.de> Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
parent
b196d031f2
commit
ea29cae9d7
|
@ -43,9 +43,8 @@ config P54_SPI
|
||||||
tristate "Prism54 SPI (stlc45xx) support"
|
tristate "Prism54 SPI (stlc45xx) support"
|
||||||
depends on P54_COMMON && SPI_MASTER && GENERIC_HARDIRQS
|
depends on P54_COMMON && SPI_MASTER && GENERIC_HARDIRQS
|
||||||
---help---
|
---help---
|
||||||
This driver is for stlc4550 or stlc4560 based wireless chips.
|
This driver is for stlc4550 or stlc4560 based wireless chips
|
||||||
This driver is experimental, untested and will probably only work on
|
such as Nokia's N800/N810 Portable Internet Tablet.
|
||||||
Nokia's N800/N810 Portable Internet Tablet.
|
|
||||||
|
|
||||||
If you choose to build a module, it'll be called p54spi.
|
If you choose to build a module, it'll be called p54spi.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue