summaryrefslogtreecommitdiff
path: root/drivers/misc/mediatek/combo_mt66xx/Kconfig
blob: 148f0505247eae419f4296841e04a2128417aad9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
menuconfig MTK_COMBO_MT66XX
	bool "MediaTek combo_mt66xx Config"
	help
	  Config MTK combo chip mt6628&mt6620

if MTK_COMBO_MT66XX

config MTK_COMBO_WMT
	tristate "MediaTek Combo Chip wireless managment tool"
	default y
	help
	  MTK wireless managment tool for WIFI/BT/GPS/FM

config MTK_COMBO_BT
	tristate "MediaTek Combo Chip BT driver"
	default y
	#depends on MTK_COMBO_WMT
	help
	  MTK BT /dev/stpbt driver for Bluedroid (mtk_stp_bt.ko)

config MTK_COMBO_FM
	tristate "MediaTek Combo Chip FM driver"
	default y
	#depends on MTK_COMBO_WMT
	help
	  MTK FM /dev/fm driver 

config MTK_COMBO_GPS
	tristate "MediaTek GPS Support"
	default y
	#depends on MTK_COMBO_WMT
	help
	  MTK GPS /dev/gps driver (mtk_gps.ko)

endif