-
Notifications
You must be signed in to change notification settings - Fork 841
Expand file tree
/
Copy pathKconfig
More file actions
executable file
·63 lines (53 loc) · 1.73 KB
/
Kconfig
File metadata and controls
executable file
·63 lines (53 loc) · 1.73 KB
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
menu "Audio Codec Device Configuration"
config CODEC_ES8311_SUPPORT
bool "Support ES8311 Codec Chip"
default y
help
Enable this option to support codec ES8311.
config CODEC_ES7210_SUPPORT
bool "Support ES7210 Codec Chip"
default y
help
Enable this option to support codec ES7210.
config CODEC_ES7243_SUPPORT
bool "Support ES7243 Codec Chip"
default y
help
Enable this option to support codec ES7243.
config CODEC_ES7243E_SUPPORT
bool "Support ES7243E Codec Chip"
default y
help
Enable this option to support codec ES7243E.
config CODEC_ES8156_SUPPORT
bool "Support ES8156 Codec Chip"
default y
help
Enable this option to support codec ES8156.
config CODEC_ES8374_SUPPORT
bool "Support ES8374 Codec Chip"
default y
help
Enable this option to support codec ES8374.
config CODEC_ES8388_SUPPORT
bool "Support ES8388 Codec Chip"
default y
help
Enable this option to support codec ES8388.
config CODEC_TAS5805M_SUPPORT
bool "Support TAS5805M Codec Chip"
default y
help
Enable this option to support codec TAS5805M.
config CODEC_TVL320_SUPPORT
bool "Support TVL320AIC3120 Codec Chip"
default y
help
Enable this option to support codev TVL320AIC3120.
config CODEC_ZL38063_SUPPORT
bool "Support ZL38063 Codec Chip"
default n
help
Enable this option to support codec ZL38063.
ZL38063 firmware only support xtensa, don't enable for RISC-V IC.
endmenu