diff options
author | Sean Wang <sean.wang@mediatek.com> | 2021-10-19 00:30:13 +0300 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2021-10-25 16:36:23 +0300 |
commit | 3a722044aacf7f8524226951515dbc0390e030e0 (patch) | |
tree | 737a936b5524acc08ec3241f8f71084322618f47 /drivers/bluetooth/Kconfig | |
parent | 8c0d17b6b06c5bef45de7e08c5c3cab8367f6cbc (diff) | |
download | linux-3a722044aacf7f8524226951515dbc0390e030e0.tar.xz |
Bluetooth: btmtksido: 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 24c3aea4a7d6..36380e618ba4 100644 --- a/drivers/bluetooth/Kconfig +++ b/drivers/bluetooth/Kconfig @@ -388,6 +388,7 @@ config BT_ATH3K config BT_MTKSDIO tristate "MediaTek HCI SDIO driver" depends on MMC + select BT_MTK help MediaTek Bluetooth HCI SDIO driver. This driver is required if you want to use MediaTek Bluetooth |