diff options
author | Sean Wang <sean.wang@mediatek.com> | 2021-10-18 23:30:13 +0200 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2021-10-25 15:36:23 +0200 |
commit | 3a722044aacf7f8524226951515dbc0390e030e0 (patch) | |
tree | 737a936b5524acc08ec3241f8f71084322618f47 /drivers/bluetooth/Kconfig | |
parent | Bluetooth: mediatek: add BT_MTK module (diff) | |
download | linux-3a722044aacf7f8524226951515dbc0390e030e0.tar.xz linux-3a722044aacf7f8524226951515dbc0390e030e0.zip |
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 |