hc
2024-08-12 233ab1bd4c5697f5cdec94e60206e8c6ac609b4c
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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
#
# UNISOC WCN device (NEW )configuration
#
menu "UNISOC WCN Device Drivers(for new chip...)"
 
config SC23XX
   bool "SC23XX chip Support"
   default n
   help
     This is support wcn chip for spreadtrum.
     if you want to use 23xx series wcn chip of spreadtrum.
     please say "y".
     Thanks.
 
config UMW2653
   tristate "UMW2653 chip Support"
   depends on SC23XX
   default n
   help
     This is support wcn chip for spreadtrum.
     If you want to use UMW2653 chip of spreadtrum.
     Please say "y".
     Thanks.
 
config SC2342_INTEG
   tristate "SC2342 Integrated chip Support"
   depends on SC23XX
   default n
   help
     This is support wcn chip for spreadtrum.
     If you want to use sc2342 integrated chip of spreadtrum.
     Please say "y".
     Thanks.
 
 
config SC2355
   tristate "SC2355 chip Support"
   depends on SC23XX
   default n
   help
     This is support wcn chip for spreadtrum.
     If you want to use sc2355 chip of spreadtrum.
     Please say "y".
     Thanks.
 
config SC2366
   tristate "SC2366 chip Support"
   depends on SC23XX
   default n
   help
     This is support wcn chip for spreadtrum.
     If you want to use sc2366 chip of spreadtrum.
     Please say "y".
     Thanks.
 
config WCN_BSP_DRIVER_BUILDIN
   bool "buildin bsp driver for unisoc chip"
   default n
   help
     This is support wcn chip for incard board.
     if you want to buildin bsp driver.
     please say "y".
     Thanks.
 
config RK_WIFI_DEVICE_UWE5621
   bool "rockchip board Support for uwe5621"
   default n
   help
     This is support wcn chip for rockchip board.
     if you want to support rockchip board.
     please say "y".
     Thanks.
 
config RK_WIFI_DEVICE_UWE5622
   bool "rockchip board Support for uwe5622"
   default n
   help
     This is support wcn chip for rockchip board.
     if you want to support rockchip board.
     please say "y".
     Thanks.
 
config AW_WIFI_DEVICE_UWE5622
   bool "allwinner board Support for uwe5622"
   default n
   help
     This is support wcn chip for allwinner board.
     if you want to support allwinner board.
     please say "y".
     Thanks.
 
config AW_BIND_VERIFY
   bool "allwinner wcn bind verify"
   depends on AW_WIFI_DEVICE_UWE5622
   default n
   help
     This is support wcn bind verify for allwinner board.
     if you want to do wcn chip bind verify.
     please say "y".
     Thanks.
 
# sprd's boot driver based on SC2342-integ...,etc
#source "drivers/misc/sprdwcn/boot/Kconfig"
 
# sprd's gnss driver based on SC2355/2342...,etc
#source "drivers/misc/sprdwcn/gnss/Kconfig"
 
# sprd's SDIO device driver based on SC2355...,etc
#source "drivers/misc/sprdwcn/sdio/Kconfig"
 
# sprd's SIPC device driver based on SC2342 integ...,etc
#source "drivers/misc/sprdwcn/sipc/Kconfig"
 
# sprd's sleep device driver based on SC2355...,etc
#source "drivers/misc/sprdwcn/sleep/Kconfig"
 
# sprd's PCIe device driver based on SC2355...,etc
#source "drivers/misc/sprdwcn/pcie/Kconfig"
 
# sprd's wcn platform driver based on SC2355/SC2342...,etc
#source "drivers/misc/sprdwcn/platform/Kconfig"
 
# sprd's USB device driver based on SC2355...,etc
#source "drivers/misc/sprdwcn/usb/Kconfig"
 
endmenu