hc
2023-11-06 e3e12f52b214121840b44c91de5b3e5af5d3eb84
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
# SPDX-License-Identifier: GPL-2.0
config WCN_BOOT
   tristate "Core Support"
   help
   Choose Y here if you have this FM radio chip.
 
   In order to control your ext wcn chip, you will need enable it.
   that include "boot, log, procfs, debugfs, at cmd, loopcheck, dumpmem,
   reset, reboot,etc"
 
config WCN_UTILS
   bool "wcn debug for read and write register"
   help
   Choose Y here if you need to read/write register of wcn chip,
   this is used for RD debug.
 
   In order to control or debug your marlin chip, you will need to support
   procfs command to read/write register of marlin chip on.
 
config WCN_GNSS
   bool "wcn GNSS support"
   default n
   help
   Choose Y here if you need to support gnss.
   this is used for GNSS.
 
   In order to enable to download gnss fw, you will need to
   support WCN_GNSS.
 
config MEM_PD
   bool "wcn mem power down support"
   depends on SDIOHAL
   default y
   help
   Choose Y here if you need to support mem_pd.
   this is used for memory power down
 
   In order to enable sdio memory power save function, you will need to
   support memory power down.
 
 
config WCN_PLATFORM
   tristate "Platform Support"
   depends on SC2342_INTEG
   default y
   help
   Enable this module for Spreadtrum WCN integration
   chip debug and manage function.
 
   In order to control or debug your marlin chip, you will need to
   support procfs command and memory dump,cp log and so on.
 
config WCN_SWD
   bool "wcn swd support"
   help
   Choose Y here if you need to support SWD.