diff options
author | Rémi Denis-Courmont <remi.denis-courmont@nokia.com> | 2010-10-08 04:02:01 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2010-10-08 14:09:09 -0700 |
commit | 6d8e74ed377dd4cbad7ccc69300f734090e15c05 (patch) | |
tree | 0473d6759bb9a1b3653ac7b5c4c85c54ead18fb5 /net/phonet | |
parent | 838e7a03a31b890ee82c74039b84c05fa237bd46 (diff) | |
download | talos-op-linux-6d8e74ed377dd4cbad7ccc69300f734090e15c05.tar.gz talos-op-linux-6d8e74ed377dd4cbad7ccc69300f734090e15c05.zip |
Phonet: advise against enabling the pipe controller
As it currently is, the new code path is not compatible with existing
Nokia modems. This would break existing userspace for Nokia modem, such
as the existing oFono ISI driver.
Signed-off-by: Rémi Denis-Courmont <remi.denis-courmont@nokia.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/phonet')
-rw-r--r-- | net/phonet/Kconfig | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/phonet/Kconfig b/net/phonet/Kconfig index 901956ada9c8..a4fceb8fbcc2 100644 --- a/net/phonet/Kconfig +++ b/net/phonet/Kconfig @@ -24,4 +24,5 @@ config PHONET_PIPECTRLR data with Nokia Slim modems like WG2.5 used on ST-Ericsson U8500 platform. - If unsure, say N. + This option is incompatible with older Nokia modems. + Say N here unless you really know what you are doing. |