Kconfig 7.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349
  1. # Kconfig - ACTIONS primitive options for sdk version 2.0
  2. #
  3. # Copyright (c) 2015 Intel Corporation
  4. #
  5. # Licensed under the Apache License, Version 2.0 (the "License");
  6. # you may not use this file except in compliance with the License.
  7. # You may obtain a copy of the License at
  8. #
  9. # http://www.apache.org/licenses/LICENSE-2.0
  10. #
  11. # Unless required by applicable law or agreed to in writing, software
  12. # distributed under the License is distributed on an "AS IS" BASIS,
  13. # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  14. # See the License for the specific language governing permissions and
  15. # limitations under the License.
  16. #
  17. if ACTIONS_FRAMEWORK
  18. config BT_STACK
  19. bool
  20. prompt "Blutooth Stack Support"
  21. default n
  22. help
  23. This option enables actions Blutooth Stack.
  24. rsource "bt_stack/Kconfig"
  25. menuconfig BLUETOOTH
  26. bool
  27. prompt "BlueTooth"
  28. default n
  29. select BT_MANAGER
  30. help
  31. This option enables actions bluetooth funcion.
  32. config BT_MANAGER
  33. bool
  34. prompt "Bt Manager Support"
  35. select BT_SERVICE
  36. select BT_STACK
  37. select BLUETOOTH_PORTING
  38. select ACTS_TRANSCODE
  39. default n
  40. help
  41. This option enables bt manager.
  42. config BT_SERVICE
  43. bool
  44. prompt "Blutooth Service Support"
  45. select THREAD_TIMER
  46. default n
  47. help
  48. This option enables actions Blutooth service.
  49. config BTSRV_PRIORITY
  50. int
  51. prompt "bt Service Thread Priority"
  52. default 2
  53. depends on BT_SERVICE
  54. help
  55. This option set bt thread priority
  56. config BTSRV_STACKSIZE
  57. int
  58. prompt "bt Service Thread Stack Size"
  59. default 1536
  60. depends on BT_SERVICE
  61. help
  62. This option set stack size for bt service thread
  63. config BT_DOUBLE_PHONE
  64. bool
  65. prompt "Bt double phone Support"
  66. depends on BT_MANAGER
  67. default n
  68. help
  69. This option enables Bt double phone manager.
  70. config BT_DOUBLE_PHONE_EXT_MODE
  71. bool
  72. prompt "Bt double phone ext mode Support"
  73. depends on BT_DOUBLE_PHONE
  74. default n
  75. help
  76. This option enables Bt double phone ext mode Support.
  77. config BT_DOUBLE_PHONE_PREEMPTION_MODE
  78. bool
  79. prompt "Bt double phone preemption mode Support"
  80. depends on BT_DOUBLE_PHONE
  81. default n
  82. help
  83. This option enables Bt double phone preemption mode Support.
  84. config BT_BLE
  85. bool
  86. prompt "Bt Ble Support"
  87. depends on BT_MANAGER
  88. depends on BT_LE_ATT
  89. default n
  90. help
  91. This option enables bt manager.
  92. config BLE_MASTER
  93. bool
  94. prompt "Bt ble master Support"
  95. depends on BT_BLE
  96. default n
  97. help
  98. This option enable or disable ble master
  99. config ACTIVE_REQ_BLE_ENC
  100. bool
  101. prompt "Active request encryption after connected"
  102. depends on BT_BLE
  103. default n
  104. help
  105. This option enables active request encryption after connected.
  106. config BT_AVRCP_GET_ID3
  107. bool
  108. prompt "Bt avrcp get ID3 Support"
  109. depends on BT_AVRCP
  110. default n
  111. help
  112. This option enables Bt avrcp get ID3 .
  113. config BT_A2DP_AAC
  114. bool
  115. prompt "Bt a2dp aac Support"
  116. depends on BT_MANAGER
  117. default n
  118. help
  119. This option enables bt a2dp aac.
  120. config BT_A2DP_MAX_BITPOOL
  121. int
  122. prompt "Bt a2dp bit pool config"
  123. depends on BT_A2DP
  124. default 53
  125. help
  126. This option enables bt a2dp bit pool.
  127. config SCO_SEND_USED_WORKQUEUE
  128. bool
  129. prompt "Use workqueue send sco data"
  130. depends on BT_SERVICE
  131. default n
  132. help
  133. This option use workqueue send sco data.
  134. config BT_DEV_NAME
  135. string
  136. prompt "bt device name"
  137. depends on BT_MANAGER
  138. help
  139. This option specifies bt device classic name
  140. config TWS
  141. bool
  142. prompt "bt manager Support tws"
  143. depends on BT_MANAGER
  144. default n
  145. help
  146. This option enables bt tws.
  147. config TWS_MONO_MODE
  148. bool
  149. prompt "bt manager Support tws mono mode"
  150. depends on TWS
  151. default n
  152. help
  153. This option enables bt tws mono mode.
  154. config TWS_BACKGROUND_BT
  155. bool
  156. prompt "bt manager Support local tws support background bt"
  157. depends on TWS
  158. default n
  159. help
  160. This option enables local tws support background bt.
  161. config BT_HFP_TWS
  162. bool
  163. prompt "bt manager Support hfp tws"
  164. depends on TWS
  165. default n
  166. help
  167. This option enables bt hfp tws.
  168. config CSB
  169. bool
  170. prompt "bt manager Support csb"
  171. depends on BT_MANAGER
  172. default n
  173. help
  174. This option enables bt csb.
  175. config MGR_TEST_SAMPLE
  176. bool
  177. prompt "bt manager test sample"
  178. depends on BT_MANAGER
  179. default n
  180. help
  181. This option enables bt manager test sample.
  182. config BT_A2DP_TRS
  183. bool
  184. prompt "bt manager Support a2dp trs"
  185. depends on BT_MANAGER
  186. default n
  187. help
  188. This option enables a2dp trs.
  189. config BT_A2DP_SINK
  190. bool
  191. prompt "bt manager Support a2dp sink"
  192. depends on BT_MANAGER
  193. default y
  194. help
  195. This option enables a2dp sink device.
  196. config BT_MANAGER_DEINIT_SERVICE
  197. bool
  198. prompt "bt manager deinit btsrv"
  199. depends on BT_MANAGER
  200. default n
  201. help
  202. This option enables bt manager service.
  203. config BT_BLE_NOTIFY_PENDING
  204. bool
  205. prompt "bt ble notify pending"
  206. depends on BT_MANAGER
  207. default n
  208. help
  209. This option enables bt ble notify pending.
  210. config BT_BLE_APP_UPDATE_PARAM
  211. bool
  212. prompt "App responsible for update ble parameter"
  213. depends on BT_MANAGER
  214. default n
  215. help
  216. This option request app responsible for update ble parameter.
  217. config BT_ACTIONS_SUPER_SERVICE
  218. bool
  219. prompt "enable actions super service"
  220. depends on BT_MANAGER
  221. default n
  222. help
  223. This option enables bt super service.
  224. config BT_ANCS_AMS
  225. bool
  226. prompt "Bt ancs ams Support"
  227. default n
  228. select BT_SMP_ALLOW_UNAUTH_OVERWRITE
  229. select BT_KEYS_OVERWRITE_OLDEST
  230. select BT_GATT_CLIENT
  231. select BT_CENTRAL
  232. select BT_DIS
  233. help
  234. This option enable or disable ancs_ams
  235. config CONNECT_ANCSAMS_AFTER_ENC
  236. bool
  237. prompt "Discover and connect ANCS/AMS after ble encrypted"
  238. depends on BT_ANCS_AMS
  239. default y
  240. help
  241. This option set discover and connect ANCS/AMS after ble encrypted.
  242. config BT_TEMP_COMPENSATION
  243. bool
  244. prompt "bt temp compensation"
  245. depends on BT_MANAGER
  246. default y
  247. help
  248. This option enables bt temp compensation.
  249. config BT_AUDIO_TEST
  250. bool
  251. prompt "bt audio test"
  252. depends on BT_MANAGER
  253. default n
  254. help
  255. This option enables bt audio test.
  256. config GATT_OVER_BREDR
  257. bool "Bluetooth support gatt over BREDR"
  258. depends on BT_BREDR
  259. default n
  260. help
  261. This option enables Bluetooth gatt over BREDR
  262. config BT_LINK_MISS_REJECT
  263. bool "Bluetooth reject after linkkey miss"
  264. depends on BT_SERVICE
  265. default n
  266. help
  267. This option enables Bluetooth
  268. config BT_PNP_INFO_SEARCH
  269. bool "Bluetooth SDP pnp info get"
  270. depends on BT_SERVICE
  271. default n
  272. help
  273. This option enables Bluetooth
  274. config BR_SDP_ACTIVE_REGISTER
  275. bool "Bluetooth sdp active register"
  276. depends on BT_SERVICE
  277. default n
  278. help
  279. This option enables Bluetooth
  280. config OTA_GATT_OVER_EDR_TEST
  281. bool "OTA support gatt over edr"
  282. depends on BT_SERVICE
  283. default n
  284. help
  285. This option enables Bluetooth
  286. config BT_DEVICE_ENCRYPT_FORCE
  287. bool "Bluetooth all profile to be encrypt force"
  288. depends on BT_SERVICE
  289. default n
  290. help
  291. This option enables Bluetooth
  292. config BT_BREDR_DISABLE
  293. bool "Disable Bluetooth BREDR"
  294. depends on BT_SERVICE
  295. default n
  296. help
  297. This option enables Bluetooth
  298. if BT_A2DP_TRS
  299. rsource "bt_trans/Kconfig"
  300. endif #BT_A2DP_TRS
  301. endif #ACTIONS_FRAMEWORK