Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Michael Buesch and committed by
John W. Linville
ea29cae9 b196d031

+2 -3
+2 -3
drivers/net/wireless/p54/Kconfig
··· 43 43 tristate "Prism54 SPI (stlc45xx) support" 44 44 depends on P54_COMMON && SPI_MASTER && GENERIC_HARDIRQS 45 45 ---help--- 46 - This driver is for stlc4550 or stlc4560 based wireless chips. 47 - This driver is experimental, untested and will probably only work on 48 - Nokia's N800/N810 Portable Internet Tablet. 46 + This driver is for stlc4550 or stlc4560 based wireless chips 47 + such as Nokia's N800/N810 Portable Internet Tablet. 49 48 50 49 If you choose to build a module, it'll be called p54spi. 51 50