blob: de5a6c702268c1777d256b7025e483120190d7ce (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
menu "MediaTek Bluetooth Chip Config"
config MTK_DISCRETE_BT
tristate "MediaTek Discrete Bluetooth Chip Support"
help
MTK discrete Bluetooth chip support (MT6622, MT6626)
config MTK_DISCRETE_BT_HW_CTL
tristate "MediaTek Bluetooth Hardware Control driver"
depends on MTK_DISCRETE_BT
help
MTK BT hardware control driver for discrete Bluetooth chip
endmenu
|