Thomas Gleixner | ec8f24b | 2019-05-19 13:07:45 +0100 | [diff] [blame] | 1 | # SPDX-License-Identifier: GPL-2.0-only |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2 | config BT_CMTP |
| 3 | tristate "CMTP protocol support" |
Marcel Holtmann | 65efd2b | 2014-11-02 03:32:25 +0100 | [diff] [blame] | 4 | depends on BT_BREDR && ISDN_CAPI |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5 | help |
| 6 | CMTP (CAPI Message Transport Protocol) is a transport layer |
| 7 | for CAPI messages. CMTP is required for the Bluetooth Common |
| 8 | ISDN Access Profile. |
| 9 | |
| 10 | Say Y here to compile CMTP support into the kernel or say M to |
| 11 | compile it as module (cmtp). |
| 12 | |