diff options
author | Luiz Augusto von Dentz <luiz.von.dentz@intel.com> | 2024-09-10 17:22:36 +0300 |
---|---|---|
committer | Luiz Augusto von Dentz <luiz.von.dentz@intel.com> | 2024-09-10 20:07:08 +0300 |
commit | 0023d340ba86cfe50b935829a73adea57ec2c629 (patch) | |
tree | 51f29c3215e67cb1c14d2630de2b5d2e9cfa3336 /net/bluetooth | |
parent | a1f1c24368ec9b1d2bbc77075d2ba340ea9d0a83 (diff) | |
download | linux-0023d340ba86cfe50b935829a73adea57ec2c629.tar.xz |
Bluetooth: CMTP: Mark BT_CMTP as DEPRECATED
This marks BT_CMTP as DEPRECATED in preparation to get it removed.
Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
Diffstat (limited to 'net/bluetooth')
-rw-r--r-- | net/bluetooth/cmtp/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/bluetooth/cmtp/Kconfig b/net/bluetooth/cmtp/Kconfig index c8337786da6b..34e923466236 100644 --- a/net/bluetooth/cmtp/Kconfig +++ b/net/bluetooth/cmtp/Kconfig @@ -1,7 +1,7 @@ # SPDX-License-Identifier: GPL-2.0-only config BT_CMTP - tristate "CMTP protocol support" - depends on BT_BREDR && ISDN_CAPI + tristate "CMTP protocol support (DEPRECATED)" + depends on BT_BREDR && ISDN_CAPI && DEPRECATED help CMTP (CAPI Message Transport Protocol) is a transport layer for CAPI messages. CMTP is required for the Bluetooth Common |