diff options
author | Sean Wang <sean.wang@mediatek.com> | 2022-03-09 03:03:52 +0300 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2022-03-18 19:12:07 +0300 |
commit | f5c3f98946e37a1f7ca07a6c6ab33b1223661aec (patch) | |
tree | 2dae5f62d2924b172bf03d1b6f4cf29eb4facb1f /drivers/bluetooth/Kconfig | |
parent | cc68a041d2f81edc50c4e0f822b329148468f346 (diff) | |
download | linux-f5c3f98946e37a1f7ca07a6c6ab33b1223661aec.tar.xz |
Bluetooth: btmtkuart: rely on BT_MTK module
Rely on btmtk module to reduce duplicated code
Signed-off-by: Sean Wang <sean.wang@mediatek.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Diffstat (limited to 'drivers/bluetooth/Kconfig')
-rw-r--r-- | drivers/bluetooth/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/bluetooth/Kconfig b/drivers/bluetooth/Kconfig index 36380e618ba4..e30707405455 100644 --- a/drivers/bluetooth/Kconfig +++ b/drivers/bluetooth/Kconfig @@ -400,6 +400,7 @@ config BT_MTKSDIO config BT_MTKUART tristate "MediaTek HCI UART driver" depends on SERIAL_DEV_BUS + select BT_MTK help MediaTek Bluetooth HCI UART driver. This driver is required if you want to use MediaTek Bluetooth |