Kconfig 31 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677
  1. comment "Qualcomm Atheros CLD WLAN module"
  2. config QCA_CLD_WLAN
  3. tristate "Qualcomm Atheros CLD WLAN module"
  4. default n
  5. help
  6. Add support for the Qualcomm Atheros CLD WLAN module
  7. if QCA_CLD_WLAN != n
  8. config 160MHZ_SUPPORT
  9. bool "Enable 160MHZ_SUPPORT"
  10. default n
  11. config 64BIT_PADDR
  12. bool "Enable 37-bit physical/bus addresses"
  13. depends on HELIUMPLUS
  14. default n
  15. config 6G_SCAN_CHAN_SORT_ALGO
  16. bool "Enable 6G_SCAN_CHAN_SORT_ALGO"
  17. default n
  18. config ADAPTIVE_11R
  19. bool "Enable ADAPTIVE_11R"
  20. default n
  21. config AGEIE_ON_SCAN_RESULTS
  22. bool "Enable AGEIE_ON_SCAN_RESULTS"
  23. default n
  24. config ALLOW_PKT_DROPPING
  25. bool "Enable ALLOW_PKT_DROPPING"
  26. default n
  27. config ANI_LEVEL_REQUEST
  28. bool "Enable ANI_LEVEL_REQUEST"
  29. default n
  30. config AR900B
  31. bool "Enable AR900B"
  32. default n
  33. config ATH_11AC_TXCOMPACT
  34. bool "Enable ATH_11AC_TXCOMPACT"
  35. default n
  36. config ATH_BUS_PM
  37. bool "Enable ATH_BUS_PM"
  38. default n
  39. config ATH_DIAG_EXT_DIRECT
  40. bool "Enable ATH_DIAG_EXT_DIRECT"
  41. default n
  42. config ATH_PERF_PWR_OFFLOAD
  43. bool "Enable ATH_PERF_PWR_OFFLOAD"
  44. default n
  45. config BAND_6GHZ
  46. bool "Enable BAND_6GHZ"
  47. default n
  48. config BERYLLIUM
  49. bool "Enable BERYLLIUM"
  50. default n
  51. config BUILD_TAG
  52. bool "Embed tags and timestamp in wlan version"
  53. default n
  54. config BUILD_TIMESTAMP
  55. bool "Embed timestamp in wlan version"
  56. default n
  57. config CE_DISABLE_SRNG_TIMER_IRQ
  58. bool "Enable CE_DISABLE_SRNG_TIMER_IRQ"
  59. default n
  60. config CFG_BMISS_OFFLOAD_MAX_VDEV
  61. int "Enable CFG_BMISS_OFFLOAD_MAX_VDEV"
  62. config CFG_MAX_STA_VDEVS
  63. int "Enable CFG_MAX_STA_VDEVS"
  64. config CHECKSUM_OFFLOAD
  65. bool "Enable CHECKSUM_OFFLOAD"
  66. default n
  67. config CHIP_VERSION
  68. int "Enable CHIP_VERSION"
  69. config CNSS_GENL_MODULE
  70. bool "Enable CNSS_GENL_MODULE"
  71. default n
  72. config CNSS_KIWI
  73. bool "Enable CNSS_KIWI"
  74. default n
  75. config CNSS_KIWI_V2
  76. bool "Enable CNSS_KIWI_V2"
  77. default n
  78. config CNSS_UTILS_MODULE
  79. bool "Enable CNSS_UTILS_MODULE"
  80. default n
  81. config CONNECTIVITY_PKTLOG
  82. bool "Enable CONNECTIVITY_PKTLOG"
  83. default n
  84. config CONVERGED_P2P_ENABLE
  85. bool "Enable CONVERGED_P2P_ENABLE"
  86. default n
  87. config CP_STATS
  88. bool "Enable CP_STATS"
  89. default n
  90. config DCS
  91. bool "Enable DCS"
  92. default n
  93. config DDP_MON_RSSI_IN_DBM
  94. bool "Enable DDP_MON_RSSI_IN_DBM"
  95. default n
  96. config DEBUG_RX_RING_BUFFER
  97. bool "Enable DEBUG_RX_RING_BUFFER"
  98. default n
  99. config DELIVERY_TO_STACK_STATUS_CHECK
  100. bool "Enable DELIVERY_TO_STACK_STATUS_CHECK"
  101. default n
  102. config DESC_DUP_DETECT_DEBUG
  103. bool "Enable DESC_DUP_DETECT_DEBUG"
  104. default n
  105. config DESC_TIMESTAMP_DEBUG_INFO
  106. bool "Enable DESC_TIMESTAMP_DEBUG_INFO"
  107. default n
  108. config DEVICE_FORCE_WAKE_ENABLE
  109. bool "Enable DEVICE_FORCE_WAKE_ENABLE"
  110. default n
  111. config DIRECT_BUF_RX_ENABLE
  112. bool "Enable DIRECT_BUF_RX_ENABLE"
  113. default n
  114. config DISABLE_CHANNEL_LIST
  115. bool "Enable DISABLE_CHANNEL_LIST"
  116. default n
  117. config DISABLE_EAPOL_INTRABSS_FWD
  118. bool "Enable DISABLE_EAPOL_INTRABSS_FWD"
  119. default n
  120. config DISABLE_STATUS_RING_TIMER_WAR
  121. bool "Enable DISABLE_STATUS_RING_TIMER_WAR"
  122. default n
  123. config DP_BE_WAR
  124. bool "Enable DP_BE_WAR"
  125. default n
  126. config DP_CON_MON_MSI_ENABLED
  127. bool "Enable DP_CON_MON_MSI_ENABLED"
  128. default n
  129. config DP_CON_MON_MSI_SKIP_SET
  130. bool "Enable DP_CON_MON_MSI_SKIP_SET"
  131. default n
  132. config DP_FEATURE_HW_COOKIE_CONVERSION
  133. bool "Enable DP_FEATURE_HW_COOKIE_CONVERSION"
  134. default n
  135. config DP_HW_COOKIE_CONVERT_EXCEPTION
  136. bool "Enable DP_HW_COOKIE_CONVERT_EXCEPTION"
  137. default n
  138. config DP_HW_TX_DELAY_STATS_ENABLE
  139. bool "Enable DP_HW_TX_DELAY_STATS_ENABLE"
  140. default n
  141. config DP_INTR_POLL_BASED
  142. bool "Enable DP_INTR_POLL_BASED"
  143. default n
  144. config DP_LFR
  145. bool "Enable DP_LFR"
  146. default n
  147. config DP_MEM_PRE_ALLOC
  148. bool "Enable DP_MEM_PRE_ALLOC"
  149. default n
  150. config DP_PKT_ADD_TIMESTAMP
  151. bool "Enable DP_PKT_ADD_TIMESTAMP"
  152. default n
  153. config DP_PKT_STATS_PER_LMAC
  154. bool "Enable DP_PKT_STATS_PER_LMAC"
  155. default n
  156. config DP_RX_BUFFER_POOL_ALLOC_THRES
  157. int "Enable DP_RX_BUFFER_POOL_ALLOC_THRES"
  158. config DP_RX_BUFFER_POOL_SIZE
  159. int "Enable DP_RX_BUFFER_POOL_SIZE"
  160. config DP_RX_DROP_RAW_FRM
  161. bool "Enable DP_RX_DROP_RAW_FRM"
  162. default n
  163. config DP_RX_PKT_NO_PEER_DELIVER
  164. bool "Enable DP_RX_PKT_NO_PEER_DELIVER"
  165. default n
  166. config DP_RX_REFILL_CPU_PERF_AFFINE_MASK
  167. bool "Enable DP_RX_REFILL_CPU_PERF_AFFINE_MASK"
  168. default n
  169. config DP_RX_SPECIAL_FRAME_NEED
  170. bool "Enable DP_RX_SPECIAL_FRAME_NEED"
  171. default n
  172. config DP_TRACE
  173. bool "Enable DP_TRACE"
  174. default n
  175. config DP_TRAFFIC_END_INDICATION
  176. bool "Enable DP_TRAFFIC_END_INDICATION"
  177. default n
  178. config DP_TX_COMP_RING_DESC_SANITY_CHECK
  179. bool "Enable DP_TX_COMP_RING_DESC_SANITY_CHECK"
  180. default n
  181. config DP_TX_HW_DESC_HISTORY
  182. bool "Enable DP_TX_HW_DESC_HISTORY"
  183. default n
  184. config DP_TXRX_SOC_ATTACH
  185. bool "Enable DP_TXRX_SOC_ATTACH"
  186. default n
  187. config DP_USE_REDUCED_PEER_ID_FIELD_WIDTH
  188. bool "Enable DP_USE_REDUCED_PEER_ID_FIELD_WIDTH"
  189. default n
  190. config DP_WAR_INVALID_FIRST_MSDU_FLAG
  191. bool "Enable DP_WAR_INVALID_FIRST_MSDU_FLAG"
  192. default n
  193. config DSC_DEBUG
  194. bool "Enable DSC_DEBUG"
  195. default n
  196. config DSC_TEST
  197. bool "Enable DSC_TEST"
  198. default n
  199. config DUP_RX_DESC_WAR
  200. bool "Enable DUP_RX_DESC_WAR"
  201. default n
  202. config DYNAMIC_RX_AGGREGATION
  203. bool "Enable DYNAMIC_RX_AGGREGATION"
  204. default n
  205. config EMULATION_2_0
  206. bool "Enable EMULATION_2_0"
  207. default n
  208. config ENABLE_CE4_COMP_DISABLE_HTT_HTC_MISC_LIST
  209. bool "Enable ENABLE_CE4_COMP_DISABLE_HTT_HTC_MISC_LIST"
  210. default n
  211. config ENABLE_HAL_REG_WR_HISTORY
  212. bool "Enable ENABLE_HAL_REG_WR_HISTORY"
  213. default n
  214. config ENABLE_HAL_SOC_STATS
  215. bool "Enable ENABLE_HAL_SOC_STATS"
  216. default n
  217. config ENABLE_MTRACE_LOG
  218. bool "Enable ENABLE_MTRACE_LOG"
  219. default n
  220. config ENABLE_QDF_PTR_HASH_DEBUG
  221. bool "Enable ENABLE_QDF_PTR_HASH_DEBUG"
  222. default n
  223. config ENABLE_SMMU_S1_TRANSLATION
  224. bool "Enable ENABLE_SMMU_S1_TRANSLATION"
  225. default n
  226. config FEATURE_ACTIVE_TOS
  227. bool "Enable FEATURE_ACTIVE_TOS"
  228. default n
  229. config FEATURE_ALIGN_STATS_FROM_DP
  230. bool "Enable FEATURE_ALIGN_STATS_FROM_DP"
  231. default n
  232. config FEATURE_BECN_STATS
  233. bool "Enable FEATURE_BECN_STATS"
  234. default n
  235. config FEATURE_BSS_TRANSITION
  236. bool "Enable FEATURE_BSS_TRANSITION"
  237. default n
  238. config FEATURE_BUS_BANDWIDTH_MGR
  239. bool "Enable FEATURE_BUS_BANDWIDTH_MGR"
  240. default n
  241. config FEATURE_CLUB_LL_STATS_AND_GET_STATION
  242. bool "Enable FEATURE_CLUB_LL_STATS_AND_GET_STATION"
  243. default n
  244. config FEATURE_COEX
  245. bool "Enable FEATURE_COEX"
  246. default n
  247. config FEATURE_CONCURRENCY_MATRIX
  248. bool "Enable FEATURE_CONCURRENCY_MATRIX"
  249. default n
  250. config FEATURE_DELAYED_PEER_OBJ_DESTROY
  251. bool "Enable FEATURE_DELAYED_PEER_OBJ_DESTROY"
  252. default n
  253. config FEATURE_DENYLIST_MGR
  254. bool "Enable FEATURE_DENYLIST_MGR"
  255. default n
  256. config FEATURE_EPPING
  257. bool "Enable FEATURE_EPPING"
  258. default n
  259. config FEATURE_FORCE_WAKE
  260. bool "Enable FEATURE_FORCE_WAKE"
  261. default n
  262. config FEATURE_FW_LOG_PARSING
  263. bool "Enable FEATURE_FW_LOG_PARSING"
  264. default n
  265. config FEATURE_GPIO_CFG
  266. bool "Enable FEATURE_GPIO_CFG"
  267. default n
  268. config FEATURE_HAL_DELAYED_REG_WRITE
  269. bool "Enable FEATURE_HAL_DELAYED_REG_WRITE"
  270. default n
  271. config FEATURE_HAL_RECORD_SUSPEND_WRITE
  272. bool "Enable FEATURE_HAL_RECORD_SUSPEND_WRITE"
  273. default n
  274. config FEATURE_HIF_LATENCY_PROFILE_ENABLE
  275. bool "Enable FEATURE_HIF_LATENCY_PROFILE_ENABLE"
  276. default n
  277. config FEATURE_HTC_CREDIT_HISTORY
  278. bool "Enable FEATURE_HTC_CREDIT_HISTORY"
  279. default n
  280. config FEATURE_INTEROP_ISSUES_AP
  281. bool "Enable FEATURE_INTEROP_ISSUES_AP"
  282. default n
  283. config FEATURE_MEMDUMP_ENABLE
  284. bool "Enable FEATURE_MEMDUMP_ENABLE"
  285. default n
  286. config FEATURE_MONITOR_MODE_SUPPORT
  287. bool "Enable FEATURE_MONITOR_MODE_SUPPORT"
  288. default n
  289. config FEATURE_MSCS
  290. bool "Enable FEATURE_MSCS"
  291. default n
  292. config FEATURE_NO_DBS_INTRABAND_MCC_SUPPORT
  293. bool "Enable FEATURE_NO_DBS_INTRABAND_MCC_SUPPORT"
  294. default n
  295. config FEATURE_OEM_DATA
  296. bool "Enable FEATURE_OEM_DATA"
  297. default n
  298. config FEATURE_OTA_TEST
  299. bool "Enable FEATURE_OTA_TEST"
  300. default n
  301. config FEATURE_P2P_LISTEN_OFFLOAD
  302. bool "Enable FEATURE_P2P_LISTEN_OFFLOAD"
  303. default n
  304. config FEATURE_RADAR_HISTORY
  305. bool "Enable FEATURE_RADAR_HISTORY"
  306. default n
  307. config FEATURE_ROAM_DEBUG
  308. bool "Enable FEATURE_ROAM_DEBUG"
  309. default n
  310. config FEATURE_RSSI_MONITOR
  311. bool "Enable FEATURE_RSSI_MONITOR"
  312. default n
  313. config FEATURE_RX_LINKSPEED_ROAM_TRIGGER
  314. bool "Enable FEATURE_RX_LINKSPEED_ROAM_TRIGGER"
  315. default n
  316. config FEATURE_SAP_COND_CHAN_SWITCH
  317. bool "Enable FEATURE_SAP_COND_CHAN_SWITCH"
  318. default n
  319. config FEATURE_SAR_LIMITS
  320. bool "Enable FEATURE_SAR_LIMITS"
  321. default n
  322. config FEATURE_SET
  323. bool "Enable FEATURE_SET"
  324. default n
  325. config FEATURE_STATION_INFO
  326. bool "Enable FEATURE_STATION_INFO"
  327. default n
  328. config FEATURE_STATS_EXT
  329. bool "Enable FEATURE_STATS_EXT"
  330. default n
  331. config FEATURE_STATS_EXT_V2
  332. bool "Enable FEATURE_STATS_EXT_V2"
  333. default n
  334. config FEATURE_TSO
  335. bool "Enable TCP Segmentation Offload"
  336. default n
  337. config FEATURE_TSO_DEBUG
  338. bool "Enable TCP Segmentation Offload with debug"
  339. depends on FEATURE_TSO
  340. default n
  341. config FEATURE_TSO_STATS
  342. bool "Enable FEATURE_TSO_STATS"
  343. default n
  344. config FEATURE_TX_POWER
  345. bool "Enable FEATURE_TX_POWER"
  346. default n
  347. config FEATURE_UNIT_TEST_SUSPEND
  348. bool "Enable FEATURE_UNIT_TEST_SUSPEND"
  349. default n
  350. config FEATURE_VDEV_OPS_WAKELOCK
  351. bool "Enable FEATURE_VDEV_OPS_WAKELOCK"
  352. default n
  353. config FEATURE_WLAN_D0WOW
  354. bool "Enable FEATURE_WLAN_D0WOW"
  355. default n
  356. config FEATURE_WLAN_LPHB
  357. bool "Enable FEATURE_WLAN_LPHB"
  358. default n
  359. config FEATURE_WLAN_PRE_CAC
  360. bool "Enable FEATURE_WLAN_PRE_CAC"
  361. default n
  362. config FEATURE_WLAN_RA_FILTERING
  363. bool "Enable FEATURE_WLAN_RA_FILTERING"
  364. default n
  365. config FEATURE_WLAN_SCAN_PNO
  366. bool "Enable FEATURE_WLAN_SCAN_PNO"
  367. default n
  368. config FEATURE_WLAN_WAPI
  369. bool "Enable FEATURE_WLAN_WAPI"
  370. default n
  371. config FEATURE_WLM_STATS
  372. bool "Enable FEATURE_WLM_STATS"
  373. default n
  374. config FIX_TXDMA_LIMITATION
  375. bool "Enable FIX_TXDMA_LIMITATION"
  376. default n
  377. config FOURTH_CONNECTION
  378. bool "Enable FOURTH_CONNECTION"
  379. default n
  380. config FW_THERMAL_THROTTLE
  381. bool "Enable FW_THERMAL_THROTTLE"
  382. default n
  383. config GET_DRIVER_MODE
  384. bool "Enable GET_DRIVER_MODE"
  385. default n
  386. config GTK_OFFLOAD
  387. bool "Enable GTK_OFFLOAD"
  388. default n
  389. config HAL_DEBUG
  390. bool "Enable HAL_DEBUG"
  391. default n
  392. config HAL_DISABLE_NON_BA_2K_JUMP_ERROR
  393. bool "Enable HAL_DISABLE_NON_BA_2K_JUMP_ERROR"
  394. default n
  395. config HANDLE_BC_EAP_TX_FRM
  396. bool "Enable HANDLE_BC_EAP_TX_FRM"
  397. default n
  398. config HANDLE_RX_REROUTE_ERR
  399. bool "Enable HANDLE_RX_REROUTE_ERR"
  400. default n
  401. config HASTINGS_BT_WAR
  402. bool "Enable HASTINGS_BT_WAR"
  403. default n
  404. config HDD_INIT_WITH_RTNL_LOCK
  405. bool "Enable HDD_INIT_WITH_RTNL_LOCK"
  406. default n
  407. config HELIUMPLUS
  408. bool "Enable Beeliner based descriptor structures for Helium"
  409. default n
  410. config HIF_CE_DEBUG_DATA_BUF
  411. bool "Enable HIF_CE_DEBUG_DATA_BUF"
  412. default n
  413. config HIF_CPU_PERF_AFFINE_MASK
  414. bool "Enable HIF_CPU_PERF_AFFINE_MASK"
  415. default n
  416. config HIF_DEBUG
  417. bool "Enable HIF_DEBUG"
  418. default n
  419. config HIF_PCI
  420. bool "Enable HIF_PCI"
  421. default n
  422. config HIF_REG_WINDOW_SUPPORT
  423. bool "Enable HIF_REG_WINDOW_SUPPORT"
  424. default n
  425. config HOST_OPCLASS
  426. bool "Enable HOST_OPCLASS"
  427. default n
  428. config HTT_PADDR64
  429. bool "Enable HTT_PADDR64"
  430. default n
  431. config ICMP_DISABLE_PS
  432. bool "Enable ICMP packet disable powersave feature"
  433. default n
  434. config IPA_OFFLOAD
  435. bool "Enable IPA_OFFLOAD"
  436. default n
  437. config IPA_OPT_WIFI_DP
  438. bool "Enable IPA_OPT_WIFI_DP"
  439. default n
  440. config IPA_SET_RESET_TX_DB_PA
  441. bool "Enable IPA_SET_RESET_TX_DB_PA"
  442. default n
  443. config KIWI_HEADERS_DEF
  444. bool "Enable KIWI_HEADERS_DEF"
  445. default n
  446. config LEAK_DETECTION
  447. bool "Enable LEAK_DETECTION"
  448. default n
  449. config LFR_SUBNET_DETECTION
  450. bool "Enable LFR Subnet Change Detection"
  451. default n
  452. config LINUX_QCMBR
  453. bool "Enable LINUX_QCMBR"
  454. default n
  455. config LITTLE_ENDIAN
  456. bool "Enable LITTLE_ENDIAN"
  457. default n
  458. config LL_DP_SUPPORT
  459. bool "Enable LL_DP_SUPPORT"
  460. default n
  461. config LOCK_STATS_ON
  462. bool "Enable LOCK_STATS_ON"
  463. default n
  464. config LTE_COEX
  465. bool "Enable LTE_COEX"
  466. default n
  467. config MARK_ICMP_REQ_TO_FW
  468. bool "Enable MARK_ICMP_REQ_TO_FW"
  469. default n
  470. config MAX_ALLOC_PAGE_SIZE
  471. bool "Enable MAX_ALLOC_PAGE_SIZE"
  472. default n
  473. config MAX_LOGS_PER_SEC
  474. int "Enable MAX_LOGS_PER_SEC"
  475. config MCC_TO_SCC_SWITCH
  476. bool "Enable MCC to SCC Switch Logic"
  477. default n
  478. config MON_ENABLE_DROP_FOR_MAC
  479. bool "Enable MON_ENABLE_DROP_FOR_MAC"
  480. default n
  481. config MON_ENABLE_DROP_FOR_NON_MON_PMAC
  482. bool "Enable MON_ENABLE_DROP_FOR_NON_MON_PMAC"
  483. default n
  484. config MORE_TX_DESC
  485. bool "Enable MORE_TX_DESC"
  486. default n
  487. config MULTI_CLIENT_LL_SUPPORT
  488. bool "Enable MULTI_CLIENT_LL_SUPPORT"
  489. default n
  490. config NAN_CONVERGENCE
  491. bool "Enable NAN_CONVERGENCE feature"
  492. default n
  493. config NO_RX_PKT_HDR_TLV
  494. bool "Enable NO_RX_PKT_HDR_TLV"
  495. default n
  496. config OBSS_PD
  497. bool "Enable OBSS_PD"
  498. default n
  499. config OFDM_SCRAMBLER_SEED
  500. bool "Enable OFDM_SCRAMBLER_SEED"
  501. default n
  502. config PCI_LINK_STATUS_SANITY
  503. bool "Enable PCI_LINK_STATUS_SANITY"
  504. default n
  505. config PCIE_GEN_SWITCH
  506. bool "Enable PCIE_GEN_SWITCH"
  507. default n
  508. config PEER_PROTECTED_ACCESS
  509. bool "Enable PEER_PROTECTED_ACCESS"
  510. default n
  511. config PKTLOG_HAS_SPECIFIC_DATA
  512. bool "Enable PKTLOG_HAS_SPECIFIC_DATA"
  513. default n
  514. config PLD_PCIE_CNSS_FLAG
  515. bool "Enable PLD_PCIE_CNSS_FLAG"
  516. default n
  517. config PLD_PCIE_INIT_FLAG
  518. bool "Enable PLD_PCIE_INIT_FLAG"
  519. default n
  520. config POWER_MANAGEMENT_OFFLOAD
  521. bool "Enable POWER_MANAGEMENT_OFFLOAD"
  522. default n
  523. config PRIMA_WLAN_OKC
  524. bool "Enable the Prima WLAN Opportunistic Key Caching feature"
  525. default n
  526. config PTT_SOCK_SVC_ENABLE
  527. bool "Enable PTT_SOCK_SVC_ENABLE"
  528. default n
  529. config QCA_DFS_BW_PUNCTURE
  530. bool "Enable QCA_DFS_BW_PUNCTURE"
  531. default n
  532. config QCA_DMA_PADDR_CHECK
  533. bool "Enable dma memory addr check"
  534. config QCA_GET_TSF_VIA_REG
  535. bool "Enable QCA_GET_TSF_VIA_REG"
  536. default n
  537. config QCA_MONITOR_PKT_SUPPORT
  538. bool "Enable QCA_MONITOR_PKT_SUPPORT"
  539. default n
  540. config QCA_SUPPORT_TX_MIN_RATES_FOR_SPECIAL_FRAMES
  541. bool "Enable QCA_SUPPORT_TX_MIN_RATES_FOR_SPECIAL_FRAMES"
  542. default n
  543. config QCA_SUPPORT_TX_THROTTLE
  544. bool "Enable QCA_SUPPORT_TX_THROTTLE"
  545. default n
  546. config QCA_WIFI_FTM
  547. bool "Enable QCA_WIFI_FTM"
  548. default n
  549. config QCA_WIFI_FTM_NL80211
  550. bool "Enable QCA_WIFI_FTM_NL80211"
  551. depends on NL80211_TESTMODE
  552. default n
  553. config QCA_WIFI_KIWI
  554. bool "Enable QCA_WIFI_KIWI"
  555. default n
  556. config QCA_WIFI_MONITOR_MODE_NO_MSDU_START_TLV_SUPPORT
  557. bool "Enable QCA_WIFI_MONITOR_MODE_NO_MSDU_START_TLV_SUPPORT"
  558. default n
  559. config QCA_WIFI_QCA8074
  560. bool "Enable QCA_WIFI_QCA8074"
  561. default n
  562. config QCA_WIFI_QCA8074_VP
  563. bool "Enable QCA_WIFI_QCA8074_VP"
  564. default n
  565. config QCACLD_FEATURE_APF
  566. bool "Enable QCACLD_FEATURE_APF"
  567. default n
  568. config QCACLD_FEATURE_FW_STATE
  569. bool "Enable QCACLD_FEATURE_FW_STATE"
  570. default n
  571. config QCACLD_FEATURE_GAP_LL_PS_MODE
  572. bool "Enable QCACLD_FEATURE_GAP_LL_PS_MODE"
  573. default n
  574. config QCACLD_FEATURE_GREEN_AP
  575. bool "Enable Green AP feature"
  576. default n
  577. config QCACLD_FEATURE_NAN
  578. bool "Enable NAN feature"
  579. default n
  580. config QCACLD_RX_DESC_MULTI_PAGE_ALLOC
  581. bool "Enable QCACLD_RX_DESC_MULTI_PAGE_ALLOC"
  582. default n
  583. config QCACLD_WLAN_CONNECTIVITY_DIAG_EVENT
  584. bool "Enable QCACLD_WLAN_CONNECTIVITY_DIAG_EVENT"
  585. default n
  586. config QCACLD_WLAN_LFR2
  587. bool "Enable the WLAN Legacy Fast Roaming feature Version 2"
  588. default n
  589. config QCACLD_WLAN_LFR3
  590. bool "Enable the WLAN Legacy Fast Roaming feature Version 3"
  591. default n
  592. config QCOM_ESE
  593. bool "Enable QCOM_ESE"
  594. default n
  595. config QCOM_LTE_COEX
  596. bool "Enable QCOM LTE Coex feature"
  597. default n
  598. config QCOM_TDLS
  599. bool "Enable TDLS feature"
  600. default n
  601. config QCOM_VOWIFI_11R
  602. bool "Enable Fast Transition (11r) feature"
  603. default n
  604. config QDF_NBUF_HISTORY_SIZE
  605. int "Enable QDF_NBUF_HISTORY_SIZE"
  606. config QDF_TEST
  607. bool "Enable QDF_TEST"
  608. default n
  609. config QMI_SUPPORT
  610. bool "Enable QMI_SUPPORT"
  611. default n
  612. config REG_CLIENT
  613. bool "Enable REG_CLIENT"
  614. default n
  615. config REGISTER_OP_DEBUG
  616. bool "Enable REGISTER_OP_DEBUG"
  617. default n
  618. config REMOVE_PKT_LOG
  619. bool "Enable REMOVE_PKT_LOG"
  620. default n
  621. config REO_DESC_DEFER_FREE
  622. bool "Enable REO_DESC_DEFER_FREE"
  623. default n
  624. config REO_QDESC_HISTORY
  625. bool "Enable REO_QDESC_HISTORY"
  626. default n
  627. config ROME_IF
  628. string "Enable ROME_IF"
  629. default pci
  630. config RX_DEFRAG_DO_NOT_REINJECT
  631. bool "Enable RX_DEFRAG_DO_NOT_REINJECT"
  632. default n
  633. config RX_DESC_DEBUG_CHECK
  634. bool "Enable RX_DESC_DEBUG_CHECK"
  635. default n
  636. config RX_DESC_SANITY_WAR
  637. bool "Enable RX_DESC_SANITY_WAR"
  638. default n
  639. config RX_FISA
  640. bool "Enable RX_FISA"
  641. default n
  642. config RX_HASH_DEBUG
  643. bool "Enable RX_HASH_DEBUG"
  644. default n
  645. config RX_OL
  646. bool "Enable RX_OL"
  647. default n
  648. config RXDMA_ERR_PKT_DROP
  649. bool "Enable RXDMA_ERR_PKT_DROP"
  650. default n
  651. config SAE_SINGLE_PMK
  652. bool "Enable SAE_SINGLE_PMK"
  653. default n
  654. config SAP_AVOID_ACS_FREQ_LIST
  655. bool "Enable SAP_AVOID_ACS_FREQ_LIST"
  656. default n
  657. config SAP_DHCP_FW_IND
  658. bool "Enable SAP_DHCP_FW_IND"
  659. default n
  660. config SAR_SAFETY_FEATURE
  661. bool "Enable SAR_SAFETY_FEATURE"
  662. default n
  663. config SCALE_INCLUDES
  664. bool "Enable SCALE_INCLUDES"
  665. default n
  666. config SCHED_HISTORY_SIZE
  667. int "Enable SCHED_HISTORY_SIZE"
  668. config SERIALIZE_QUEUE_SETUP
  669. bool "Enable SERIALIZE_QUEUE_SETUP"
  670. default n
  671. config SHADOW_V3
  672. bool "Enable SHADOW_V3"
  673. default n
  674. config SMMU_S1_UNMAP
  675. bool "Enable SMMU_S1_UNMAP"
  676. default n
  677. config SOFTAP_CHANNEL_RANGE
  678. bool "Enable SOFTAP_CHANNEL_RANGE"
  679. default n
  680. config SUPPORT_11AX
  681. bool "Enable SUPPORT_11AX"
  682. default n
  683. config SYSTEM_PM_CHECK
  684. bool "Enable SYSTEM_PM_CHECK"
  685. default n
  686. config TALLOC_DEBUG
  687. bool "Enable TALLOC_DEBUG"
  688. default n
  689. config TARGET_11D_SCAN
  690. bool "Enable TARGET_11D_SCAN"
  691. default n
  692. config TARGET_RAMDUMP_AFTER_KERNEL_PANIC
  693. bool "Enable TARGET_RAMDUMP_AFTER_KERNEL_PANIC"
  694. default n
  695. config THERMAL_STATS_SUPPORT
  696. bool "Enable THERMAL_STATS_SUPPORT"
  697. default n
  698. config TRACE_RECORD_FEATURE
  699. bool "Enable TRACE_RECORD_FEATURE"
  700. default n
  701. config TSO_DEBUG_LOG_ENABLE
  702. bool "Enable TSO_DEBUG_LOG_ENABLE"
  703. default n
  704. config TX_ADDR_INDEX_SEARCH
  705. bool "Enable TX_ADDR_INDEX_SEARCH"
  706. default n
  707. config TX_MULTI_TCL
  708. bool "Enable TX_MULTI_TCL"
  709. default n
  710. config TX_MULTIQ_PER_AC
  711. bool "Enable TX_MULTIQ_PER_AC"
  712. default n
  713. config TX_PER_PDEV_DESC_POOL
  714. bool "Enable TX_PER_PDEV_DESC_POOL"
  715. default n
  716. config TX_TID_OVERRIDE
  717. bool "Enable TX_TID_OVERRIDE"
  718. default n
  719. config UNIT_TEST
  720. bool "Enable UNIT_TEST"
  721. default n
  722. config VERBOSE_DEBUG
  723. bool "Enable VERBOSE_DEBUG"
  724. default n
  725. config WAPI_BIG_ENDIAN
  726. bool "Enable WAPI_BIG_ENDIAN"
  727. default n
  728. config WCNSS_MEM_PRE_ALLOC_MODULE
  729. bool "Enable WCNSS_MEM_PRE_ALLOC_MODULE"
  730. default n
  731. config WDI_EVENT_ENABLE
  732. bool "Enable WDI_EVENT_ENABLE"
  733. default n
  734. config WDI3_IPA_OVER_GSI
  735. bool "Enable WDI3_IPA_OVER_GSI"
  736. default n
  737. config WIFI_MONITOR_SUPPORT
  738. bool "Enable WIFI_MONITOR_SUPPORT"
  739. default n
  740. config WIFI_POS_CONVERGED
  741. bool "Enable WIFI_POS_CONVERGED"
  742. default n
  743. config WIFI_POS_PASN
  744. bool "Enable WIFI_POS_PASN"
  745. default n
  746. config WINDOW_REG_PLD_LOCK_ENABLE
  747. bool "Enable WINDOW_REG_PLD_LOCK_ENABLE"
  748. default n
  749. config WLAN_BCN_RECV_FEATURE
  750. bool "Enable WLAN_BCN_RECV_FEATURE"
  751. default n
  752. config WLAN_BMISS
  753. bool "Enable WLAN_BMISS"
  754. default n
  755. config WLAN_CE_INTERRUPT_THRESHOLD_CONFIG
  756. bool "Enable WLAN_CE_INTERRUPT_THRESHOLD_CONFIG"
  757. default n
  758. config WLAN_CFR_ENABLE
  759. bool "Enable WLAN_CFR_ENABLE"
  760. default n
  761. config WLAN_CLD_DEV_PM_QOS
  762. bool "Enable WLAN_CLD_DEV_PM_QOS"
  763. default n
  764. config WLAN_CLD_PM_QOS
  765. bool "Enable WLAN_CLD_PM_QOS"
  766. default n
  767. config WLAN_CONV_SPECTRAL_ENABLE
  768. bool "Enable WLAN_CONV_SPECTRAL_ENABLE"
  769. default n
  770. config WLAN_CUSTOM_DSCP_UP_MAP
  771. bool "Enable WLAN_CUSTOM_DSCP_UP_MAP"
  772. default n
  773. config WLAN_DEBUG_CRASH_INJECT
  774. bool "Enable WLAN_DEBUG_CRASH_INJECT"
  775. default n
  776. config WLAN_DEBUG_LINK_VOTE
  777. bool "Enable WLAN_DEBUG_LINK_VOTE"
  778. default n
  779. config WLAN_DEBUG_VERSION
  780. bool "Enable WLAN_DEBUG_VERSION"
  781. default n
  782. config WLAN_DEBUGFS
  783. bool "Enable WLAN_DEBUGFS"
  784. depends on DEBUG_FS
  785. default n
  786. config WLAN_DFS_MASTER_ENABLE
  787. bool "Enable WLAN_DFS_MASTER_ENABLE"
  788. default n
  789. config WLAN_DFS_STATIC_MEM_ALLOC
  790. bool "Enable WLAN_DFS_STATIC_MEM_ALLOC"
  791. default n
  792. config WLAN_DIAG_VERSION
  793. bool "Enable WLAN_DIAG_VERSION"
  794. default n
  795. config WLAN_DISABLE_EXPORT_SYMBOL
  796. bool "Enable WLAN_DISABLE_EXPORT_SYMBOL"
  797. default n
  798. config WLAN_DL_MODES
  799. bool "Enable WLAN_DL_MODES"
  800. default n
  801. config WLAN_DP_DISABLE_TCL_CMD_CRED_SRNG
  802. bool "Enable WLAN_DP_DISABLE_TCL_CMD_CRED_SRNG"
  803. default n
  804. config WLAN_DP_DISABLE_TCL_STATUS_SRNG
  805. bool "Enable WLAN_DP_DISABLE_TCL_STATUS_SRNG"
  806. default n
  807. config WLAN_DP_PENDING_MEM_FLUSH
  808. bool "Enable WLAN_DP_PENDING_MEM_FLUSH"
  809. default n
  810. config WLAN_DP_PER_RING_TYPE_CONFIG
  811. bool "Enable WLAN_DP_PER_RING_TYPE_CONFIG"
  812. default n
  813. config WLAN_DP_SRNG_USAGE_WM_TRACKING
  814. bool "Enable WLAN_DP_SRNG_USAGE_WM_TRACKING"
  815. default n
  816. config WLAN_DYNAMIC_CVM
  817. bool "Enable WLAN_DYNAMIC_CVM"
  818. default n
  819. config WLAN_ENABLE_SOCIAL_CHANNELS_5G_ONLY
  820. bool "Enable WLAN_ENABLE_SOCIAL_CHANNELS_5G_ONLY"
  821. default n
  822. config WLAN_ENH_CFR_ENABLE
  823. bool "Enable WLAN_ENH_CFR_ENABLE"
  824. default n
  825. config WLAN_FASTPATH
  826. bool "Enable fastpath for datapackets"
  827. default n
  828. config WLAN_FEATURE_11AX
  829. bool "Enable 11AX(High Efficiency) feature"
  830. default n
  831. config WLAN_FEATURE_11BE
  832. bool "Enable WLAN_FEATURE_11BE"
  833. default n
  834. config WLAN_FEATURE_11BE_MLO
  835. bool "Enable WLAN_FEATURE_11BE_MLO"
  836. default n
  837. config WLAN_FEATURE_11W
  838. bool "Enable the WLAN 802.11w Protected Management Frames feature"
  839. default n
  840. config WLAN_FEATURE_ACTION_OUI
  841. bool "Enable WLAN_FEATURE_ACTION_OUI"
  842. default n
  843. config WLAN_FEATURE_BIG_DATA_STATS
  844. bool "Enable WLAN_FEATURE_BIG_DATA_STATS"
  845. default n
  846. config WLAN_FEATURE_CAL_FAILURE_TRIGGER
  847. bool "Enable WLAN_FEATURE_CAL_FAILURE_TRIGGER"
  848. default n
  849. config WLAN_FEATURE_COAP
  850. bool "Enable WLAN_FEATURE_COAP"
  851. default n
  852. config WLAN_FEATURE_COEX_DBAM
  853. bool "Enable WLAN_FEATURE_COEX_DBAM"
  854. default n
  855. config WLAN_FEATURE_DFS_OFFLOAD
  856. bool "Enable dfs offload feature"
  857. default n
  858. config WLAN_FEATURE_DISA
  859. bool "Enable DISA certification feature"
  860. default n
  861. config WLAN_FEATURE_DP_BUS_BANDWIDTH
  862. bool "Enable WLAN_FEATURE_DP_BUS_BANDWIDTH"
  863. default n
  864. config WLAN_FEATURE_DP_CFG_EVENT_HISTORY
  865. bool "Enable WLAN_FEATURE_DP_CFG_EVENT_HISTORY"
  866. default n
  867. config WLAN_FEATURE_DP_EVENT_HISTORY
  868. bool "Enable WLAN_FEATURE_DP_EVENT_HISTORY"
  869. default n
  870. config WLAN_FEATURE_DP_MON_STATUS_RING_HISTORY
  871. bool "Enable WLAN_FEATURE_DP_MON_STATUS_RING_HISTORY"
  872. default n
  873. config WLAN_FEATURE_DP_RX_RING_HISTORY
  874. bool "Enable WLAN_FEATURE_DP_RX_RING_HISTORY"
  875. default n
  876. config WLAN_FEATURE_DP_RX_THREADS
  877. bool "Enable WLAN_FEATURE_DP_RX_THREADS"
  878. default n
  879. config WLAN_FEATURE_DP_TX_DESC_HISTORY
  880. bool "Enable WLAN_FEATURE_DP_TX_DESC_HISTORY"
  881. default n
  882. config WLAN_FEATURE_DYNAMIC_MAC_ADDR_UPDATE
  883. bool "Enable WLAN_FEATURE_DYNAMIC_MAC_ADDR_UPDATE"
  884. default n
  885. config WLAN_FEATURE_ELNA
  886. bool "Enable WLAN_FEATURE_ELNA"
  887. default n
  888. config WLAN_FEATURE_FILS
  889. bool "Enable FILS feature"
  890. default n
  891. config WLAN_FEATURE_FIPS
  892. bool "Enable FIPS certification feature"
  893. default n
  894. config WLAN_FEATURE_LL_LT_SAP
  895. bool "Enable Low latency low throughput SAP feature"
  896. default n
  897. config WLAN_FEATURE_GET_USABLE_CHAN_LIST
  898. bool "Enable WLAN_FEATURE_GET_USABLE_CHAN_LIST"
  899. default n
  900. config WLAN_FEATURE_ICMP_OFFLOAD
  901. bool "Enable WLAN_FEATURE_ICMP_OFFLOAD"
  902. default n
  903. config WLAN_FEATURE_IGMP_OFFLOAD
  904. bool "Enable WLAN_FEATURE_IGMP_OFFLOAD"
  905. default n
  906. config WLAN_FEATURE_LINK_LAYER_STATS
  907. bool "Enable WLAN_FEATURE_LINK_LAYER_STATS"
  908. default n
  909. config WLAN_FEATURE_LPSS
  910. bool "Enable the WLAN LPSS feature"
  911. default n
  912. config WLAN_FEATURE_LRO_CTX_IN_CB
  913. bool "Enable WLAN_FEATURE_LRO_CTX_IN_CB"
  914. default n
  915. config WLAN_FEATURE_MBSSID
  916. bool "Enable WLAN_FEATURE_MBSSID"
  917. default n
  918. config WLAN_FEATURE_MCC_QUOTA
  919. bool "Enable WLAN_FEATURE_MCC_QUOTA"
  920. default n
  921. config WLAN_FEATURE_MDNS_OFFLOAD
  922. bool "Enable WLAN_FEATURE_MDNS_OFFLOAD"
  923. default n
  924. config WLAN_FEATURE_MEDIUM_ASSESS
  925. bool "Enable WLAN_FEATURE_MEDIUM_ASSESS"
  926. default n
  927. config WLAN_FEATURE_MIB_STATS
  928. bool "Enable WLAN_FEATURE_MIB_STATS"
  929. depends on WLAN_DEBUGFS
  930. default n
  931. config WLAN_FEATURE_NEAR_FULL_IRQ
  932. bool "Enable WLAN_FEATURE_NEAR_FULL_IRQ"
  933. default n
  934. config WLAN_FEATURE_P2P_DEBUG
  935. bool "Enable WLAN_FEATURE_P2P_DEBUG"
  936. default n
  937. config WLAN_FEATURE_P2P_P2P_STA
  938. bool "Enable WLAN_FEATURE_P2P_P2P_STA"
  939. default n
  940. config WLAN_FEATURE_PACKET_FILTERING
  941. bool "Enable WLAN_FEATURE_PACKET_FILTERING"
  942. default n
  943. config WLAN_FEATURE_PEER_TXQ_FLUSH_CONF
  944. bool "Enable WLAN_FEATURE_PEER_TXQ_FLUSH_CONF"
  945. default n
  946. config WLAN_FEATURE_ROAM_INFO_STATS
  947. bool "Enable WLAN_FEATURE_ROAM_INFO_STATS"
  948. default n
  949. config WLAN_FEATURE_RX_BUFFER_POOL
  950. bool "Enable WLAN_FEATURE_RX_BUFFER_POOL"
  951. default n
  952. config WLAN_FEATURE_RX_SOFTIRQ_TIME_LIMIT
  953. bool "Enable WLAN_FEATURE_RX_SOFTIRQ_TIME_LIMIT"
  954. default n
  955. config WLAN_FEATURE_SAE
  956. bool "Enable WLAN_FEATURE_SAE"
  957. default n
  958. config WLAN_FEATURE_SAP_ACS_OPTIMIZE
  959. bool "Enable WLAN_FEATURE_SAP_ACS_OPTIMIZE"
  960. default n
  961. config WLAN_FEATURE_SARV1_TO_SARV2
  962. bool "Enable conversion of SAR v1 to v2 feature"
  963. default n
  964. config WLAN_FEATURE_SR
  965. bool "Enable WLAN_FEATURE_SR"
  966. default n
  967. config WLAN_FEATURE_TWT
  968. bool "Enable WLAN_FEATURE_TWT"
  969. default n
  970. config WLAN_FEATURE_WMI_DIAG_OVER_CE7
  971. bool "Enable WLAN_FEATURE_WMI_DIAG_OVER_CE7"
  972. default n
  973. config WLAN_FREQ_LIST
  974. bool "Enable WLAN_FREQ_LIST"
  975. default n
  976. config WLAN_FW_OFFLOAD
  977. bool "Enable WLAN_FW_OFFLOAD"
  978. default n
  979. config WLAN_GTX_BW_MASK
  980. bool "Enable WLAN_GTX_BW_MASK"
  981. default n
  982. config WLAN_HANG_EVENT
  983. bool "Enable WLAN_HANG_EVENT"
  984. default n
  985. config WLAN_LOG_DEBUG
  986. bool "Enable WLAN_LOG_DEBUG"
  987. default n
  988. config WLAN_LOG_ENTER
  989. bool "Enable WLAN_LOG_ENTER"
  990. default n
  991. config WLAN_LOG_ERROR
  992. bool "Enable WLAN_LOG_ERROR"
  993. default n
  994. config WLAN_LOG_EXIT
  995. bool "Enable WLAN_LOG_EXIT"
  996. default n
  997. config WLAN_LOG_FATAL
  998. bool "Enable WLAN_LOG_FATAL"
  999. default n
  1000. config WLAN_LOG_INFO
  1001. bool "Enable WLAN_LOG_INFO"
  1002. default n
  1003. config WLAN_LOG_WARN
  1004. bool "Enable WLAN_LOG_WARN"
  1005. default n
  1006. config WLAN_LOGGING_SOCK_SVC
  1007. bool "Enable WLAN_LOGGING_SOCK_SVC"
  1008. default n
  1009. config WLAN_LRO
  1010. bool "Enable Large Receive Offload"
  1011. depends on HELIUMPLUS
  1012. depends on INET_LRO
  1013. default n
  1014. config WLAN_MWS_INFO_DEBUGFS
  1015. bool "Enable WLAN_MWS_INFO_DEBUGFS"
  1016. depends on WLAN_DEBUGFS
  1017. default n
  1018. config WLAN_NAPI
  1019. bool "Enable NAPI - datapath rx"
  1020. default n
  1021. config WLAN_NAPI_DEBUG
  1022. bool "Enable debug logging on NAPI"
  1023. depends on WLAN_NAPI
  1024. default n
  1025. config WLAN_NS_OFFLOAD
  1026. bool "Enable WLAN_NS_OFFLOAD"
  1027. default n
  1028. config WLAN_NUD_TRACKING
  1029. bool "Enable WLAN_NUD_TRACKING"
  1030. default n
  1031. config WLAN_OBJMGR_DEBUG
  1032. bool "Enable WLAN Obj Mgr Debug services"
  1033. default n
  1034. config WLAN_OBJMGR_REF_ID_TRACE
  1035. bool "Enable WLAN_OBJMGR_REF_ID_TRACE"
  1036. default n
  1037. config WLAN_OFFLOAD_PACKETS
  1038. bool "Enable offload packets feature"
  1039. default n
  1040. config WLAN_OPEN_P2P_INTERFACE
  1041. bool "Enable WLAN_OPEN_P2P_INTERFACE"
  1042. default n
  1043. config WLAN_PDEV_VDEV_SEND_MULTI_PARAM
  1044. bool "Enable WLAN_PDEV_VDEV_SEND_MULTI_PARAM"
  1045. default n
  1046. config WLAN_PMO_ENABLE
  1047. bool "Enable WLAN_PMO_ENABLE"
  1048. default n
  1049. config WLAN_POLICY_MGR_ENABLE
  1050. bool "Enable WLAN_POLICY_MGR_ENABLE"
  1051. default n
  1052. config WLAN_POWER_DEBUG
  1053. bool "Enable WLAN_POWER_DEBUG"
  1054. default n
  1055. config WLAN_REASSOC
  1056. bool "Enable WLAN_REASSOC"
  1057. default n
  1058. config WLAN_RECORD_RX_PADDR
  1059. bool "Enable WLAN_RECORD_RX_PADDR"
  1060. default n
  1061. config WLAN_RX_MON_PARSE_CMN_USER_INFO
  1062. bool "Enable WLAN_RX_MON_PARSE_CMN_USER_INFO"
  1063. default n
  1064. config WLAN_SCAN_DISABLE
  1065. bool "Enable WLAN_SCAN_DISABLE"
  1066. default n
  1067. config WLAN_SKIP_BAR_UPDATE
  1068. bool "Enable WLAN_SKIP_BAR_UPDATE"
  1069. default n
  1070. config WLAN_SPECTRAL_ENABLE
  1071. bool "Enable WLAN_SPECTRAL_ENABLE"
  1072. default n
  1073. config WLAN_STREAMFS
  1074. bool "Enable WLAN_STREAMFS"
  1075. depends on RELAY
  1076. default n
  1077. config WLAN_SUPPORT_DATA_STALL
  1078. bool "Enable WLAN_SUPPORT_DATA_STALL"
  1079. default n
  1080. config WLAN_SYNC_TSF
  1081. bool "Enable QCOM sync multi devices tsf feature"
  1082. default n
  1083. config WLAN_SYNC_TSF_PLUS
  1084. bool "Enable WLAN_SYNC_TSF_PLUS"
  1085. default n
  1086. config WLAN_SYNC_TSF_TIMER
  1087. bool "Enable WLAN_SYNC_TSF_TIMER"
  1088. default n
  1089. config WLAN_SYSFS
  1090. bool "Enable WLAN_SYSFS"
  1091. depends on SYSFS
  1092. default n
  1093. config WLAN_SYSFS_CHANNEL
  1094. bool "Enable WLAN_SYSFS_CHANNEL"
  1095. depends on WLAN_SYSFS
  1096. default n
  1097. config WLAN_SYSFS_CONNECT_INFO
  1098. bool "Enable WLAN_SYSFS_CONNECT_INFO"
  1099. depends on WLAN_SYSFS
  1100. default n
  1101. config WLAN_SYSFS_DCM
  1102. bool "Enable WLAN_SYSFS_DCM"
  1103. depends on WLAN_SYSFS
  1104. default n
  1105. config WLAN_SYSFS_DFSNOL
  1106. bool "Enable WLAN_SYSFS_DFSNOL"
  1107. depends on WLAN_SYSFS
  1108. default n
  1109. config WLAN_SYSFS_DP_STATS
  1110. bool "Enable WLAN_SYSFS_DP_STATS"
  1111. depends on WLAN_SYSFS
  1112. default n
  1113. config WLAN_SYSFS_DP_TRACE
  1114. bool "Enable WLAN_SYSFS_DP_TRACE"
  1115. depends on WLAN_SYSFS
  1116. default n
  1117. config WLAN_SYSFS_EHT_RATE
  1118. bool "Enable WLAN_SYSFS_EHT_RATE"
  1119. depends on WLAN_SYSFS
  1120. default n
  1121. config WLAN_SYSFS_FW_MODE_CFG
  1122. bool "Enable WLAN_SYSFS_FW_MODE_CFG"
  1123. depends on WLAN_SYSFS
  1124. default n
  1125. config WLAN_SYSFS_HE_BSS_COLOR
  1126. bool "Enable WLAN_SYSFS_HE_BSS_COLOR"
  1127. depends on WLAN_SYSFS
  1128. default n
  1129. config WLAN_SYSFS_LOG_BUFFER
  1130. bool "Enable WLAN_SYSFS_LOG_BUFFER"
  1131. depends on WLAN_SYSFS
  1132. default n
  1133. config WLAN_SYSFS_MEM_STATS
  1134. bool "Enable WLAN_SYSFS_MEM_STATS"
  1135. depends on WLAN_SYSFS
  1136. default n
  1137. config WLAN_SYSFS_MONITOR_MODE_CHANNEL
  1138. bool "Enable WLAN_SYSFS_MONITOR_MODE_CHANNEL"
  1139. depends on WLAN_SYSFS
  1140. default n
  1141. config WLAN_SYSFS_RADAR
  1142. bool "Enable WLAN_SYSFS_RADAR"
  1143. depends on WLAN_SYSFS
  1144. default n
  1145. config WLAN_SYSFS_RANGE_EXT
  1146. bool "Enable WLAN_SYSFS_RANGE_EXT"
  1147. depends on WLAN_SYSFS
  1148. default n
  1149. config WLAN_SYSFS_RTS_CTS
  1150. bool "Enable WLAN_SYSFS_RTS_CTS"
  1151. depends on WLAN_SYSFS
  1152. default n
  1153. config WLAN_SYSFS_SCAN_CFG
  1154. bool "Enable WLAN_SYSFS_SCAN_CFG"
  1155. depends on WLAN_SYSFS
  1156. default n
  1157. config WLAN_SYSFS_STA_INFO
  1158. bool "Enable WLAN_SYSFS_STA_INFO"
  1159. depends on WLAN_SYSFS
  1160. default n
  1161. config WLAN_SYSFS_STATS
  1162. bool "Enable WLAN_SYSFS_STATS"
  1163. depends on WLAN_SYSFS
  1164. default n
  1165. config WLAN_SYSFS_TDLS_PEERS
  1166. bool "Enable WLAN_SYSFS_TDLS_PEERS"
  1167. depends on WLAN_SYSFS
  1168. depends on QCOM_TDLS
  1169. default n
  1170. config WLAN_SYSFS_TEMPERATURE
  1171. bool "Enable WLAN_SYSFS_TEMPERATURE"
  1172. depends on WLAN_SYSFS
  1173. default n
  1174. config WLAN_SYSFS_TX_STBC
  1175. bool "Enable WLAN_SYSFS_TX_STBC"
  1176. depends on WLAN_SYSFS
  1177. default n
  1178. config WLAN_SYSFS_WLAN_DBG
  1179. bool "Enable WLAN_SYSFS_WLAN_DBG"
  1180. depends on WLAN_SYSFS
  1181. default n
  1182. config WLAN_THERMAL_CFG
  1183. bool "Enable WLAN_THERMAL_CFG"
  1184. default n
  1185. config WLAN_THERMAL_MULTI_CLIENT_SUPPORT
  1186. bool "Enable WLAN_THERMAL_MULTI_CLIENT_SUPPORT"
  1187. default n
  1188. config WLAN_TRACEPOINTS
  1189. bool "Enable WLAN_TRACEPOINTS"
  1190. default n
  1191. config WLAN_TSF_UPLINK_DELAY
  1192. bool "Enable WLAN_TSF_UPLINK_DELAY"
  1193. default n
  1194. config WLAN_TWT_CONVERGED
  1195. bool "Enable WLAN_TWT_CONVERGED"
  1196. default n
  1197. config WLAN_TWT_SAP_PDEV_COUNT
  1198. bool "Enable WLAN_TWT_SAP_PDEV_COUNT"
  1199. default n
  1200. config WLAN_TWT_SAP_STA_COUNT
  1201. bool "Enable WLAN_TWT_SAP_STA_COUNT"
  1202. default n
  1203. config WLAN_TX_FLOW_CONTROL_V2
  1204. bool "Enable tx flow control version:2"
  1205. default n
  1206. config WLAN_TXRX_FW_ST_RST
  1207. bool "Enable WLAN_TXRX_FW_ST_RST"
  1208. default n
  1209. config WLAN_TXRX_FW_STATS
  1210. bool "Enable WLAN_TXRX_FW_STATS"
  1211. default n
  1212. config WLAN_TXRX_STATS
  1213. bool "Enable WLAN_TXRX_STATS"
  1214. default n
  1215. config WLAN_UMAC_MLO_MAX_DEV
  1216. int "Enable WLAN_UMAC_MLO_MAX_DEV"
  1217. config WLAN_VENDOR_HANDOFF_CONTROL
  1218. bool "Enable WLAN_VENDOR_HANDOFF_CONTROL"
  1219. default n
  1220. config WLAN_WBUFF
  1221. bool "Enable WLAN_WBUFF"
  1222. default n
  1223. config WLAN_WEXT_SUPPORT_ENABLE
  1224. bool "Enable WLAN_WEXT_SUPPORT_ENABLE"
  1225. depends on WIRELESS_EXT
  1226. default n
  1227. config WLAN_WOW_ITO
  1228. bool "Enable WLAN_WOW_ITO"
  1229. default n
  1230. config WLAN_WOWL_ADD_PTRN
  1231. bool "Enable WLAN_WOWL_ADD_PTRN"
  1232. default n
  1233. config WLAN_WOWL_DEL_PTRN
  1234. bool "Enable WLAN_WOWL_DEL_PTRN"
  1235. default n
  1236. config WMI_BCN_OFFLOAD
  1237. bool "Enable WMI_BCN_OFFLOAD"
  1238. default n
  1239. config WMI_CMD_STRINGS
  1240. bool "Enable WMI_CMD_STRINGS"
  1241. default n
  1242. config WMI_CONCURRENCY_SUPPORT
  1243. bool "Enable WMI_CONCURRENCY_SUPPORT"
  1244. default n
  1245. config WMI_DBR_SUPPORT
  1246. bool "Enable WMI_DBR_SUPPORT"
  1247. default n
  1248. config WMI_INTERFACE_EVENT_LOGGING
  1249. bool "Enable WMI_INTERFACE_EVENT_LOGGING"
  1250. default n
  1251. config WMI_ROAM_SUPPORT
  1252. bool "Enable WMI_ROAM_SUPPORT"
  1253. default n
  1254. config WMI_SEND_RECV_QMI
  1255. bool "Enable WMI_SEND_RECV_QMI"
  1256. default n
  1257. config WMI_STA_SUPPORT
  1258. bool "Enable WMI_STA_SUPPORT"
  1259. default n
  1260. config PADDR_CHECK_ON_3RD_PARTY_PLATFORM
  1261. bool "Enable data path memory addr check on third-party platforms"
  1262. default n
  1263. endif # QCA_CLD_WLAN