diff options
author | Michael Prokop <mika@grml.org> | 2010-09-06 01:29:32 +0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2010-09-06 03:59:56 +0400 |
commit | d5fa13361bef1aeffd8efdb21b72926767e5d32e (patch) | |
tree | 91d97234f488f7e884a58c6f21427ebaea5ba7c5 /drivers/staging/cxt1e1 | |
parent | d6269644e1f8fc7931c4d6b86d58de7af63a5fc9 (diff) | |
download | linux-d5fa13361bef1aeffd8efdb21b72926767e5d32e.tar.xz |
Staging: cxt1e1: Kconfig: SBE_PMCC4_NCOMM can not be compiled as module, adjust help description
The Kconfig description for CONFIG_SBE_PMCC4_NCOMM says:
If you have purchased this optional support you must say Y or M
here to allow the driver to operate with the NCOMM product.
This is not correct as it can not be built as module,
this patch updates the description accordingly.
Signed-off-by: Michael Prokop <mika@grml.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/cxt1e1')
-rw-r--r-- | drivers/staging/cxt1e1/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/cxt1e1/Kconfig b/drivers/staging/cxt1e1/Kconfig index 68e9b6d973f7..73430ef6ae2b 100644 --- a/drivers/staging/cxt1e1/Kconfig +++ b/drivers/staging/cxt1e1/Kconfig @@ -18,5 +18,5 @@ config SBE_PMCC4_NCOMM ---help--- SBE supplies optional support for NCOMM products. - If you have purchased this optional support you must say Y or M + If you have purchased this optional support you must say Y here to allow the driver to operate with the NCOMM product. |