-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathKconfig.ext
159 lines (99 loc) · 4.31 KB
/
Kconfig.ext
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
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
# SPDX-License-Identifier: GPL-2.0
config DEVICE_MODULES_ALLOW_BUILTIN
bool "allow builtin drivers into kernel image"
help
All modules are default built as kernel modules.
Set DEVICE_MODULES_ALLOW_BUILTIN=y to build modules
into the kernel image.
If unsure, say N.
source "$(KCONFIG_EXT_PREFIX)drivers/memory/Kconfig"
source "$(KCONFIG_EXT_PREFIX)drivers/iio/adc/Kconfig"
source "$(KCONFIG_EXT_PREFIX)drivers/mfd/Kconfig"
source "$(KCONFIG_EXT_PREFIX)drivers/nvmem/Kconfig"
source "$(KCONFIG_EXT_PREFIX)drivers/dma/mediatek/Kconfig"
source "$(KCONFIG_EXT_PREFIX)drivers/ufs/Kconfig"
source "$(KCONFIG_EXT_PREFIX)drivers/char/Kconfig"
source "$(KCONFIG_EXT_PREFIX)drivers/clk/mediatek/Kconfig"
source "$(KCONFIG_EXT_PREFIX)drivers/clocksource/Kconfig"
source "$(KCONFIG_EXT_PREFIX)drivers/cpufreq/Kconfig"
source "$(KCONFIG_EXT_PREFIX)drivers/soc/mediatek/Kconfig"
source "$(KCONFIG_EXT_PREFIX)drivers/watchdog/Kconfig"
source "$(KCONFIG_EXT_PREFIX)drivers/dma-buf/heaps/Kconfig"
source "$(KCONFIG_EXT_PREFIX)drivers/regulator/Kconfig"
source "$(KCONFIG_EXT_PREFIX)drivers/leds/Kconfig"
source "$(KCONFIG_EXT_PREFIX)drivers/pinctrl/mediatek/Kconfig"
source "$(KCONFIG_EXT_PREFIX)drivers/power/supply/Kconfig"
source "$(KCONFIG_EXT_PREFIX)drivers/rtc/Kconfig"
source "$(KCONFIG_EXT_PREFIX)drivers/remoteproc/Kconfig"
source "$(KCONFIG_EXT_PREFIX)drivers/rpmsg/Kconfig"
source "$(KCONFIG_EXT_PREFIX)drivers/input/keyboard/Kconfig"
source "$(KCONFIG_EXT_PREFIX)drivers/phy/mediatek/Kconfig"
source "$(KCONFIG_EXT_PREFIX)drivers/thermal/mediatek/Kconfig"
source "$(KCONFIG_EXT_PREFIX)drivers/spmi/Kconfig"
source "$(KCONFIG_EXT_PREFIX)drivers/tty/serial/8250/Kconfig"
source "$(KCONFIG_EXT_PREFIX)drivers/reset/Kconfig"
source "$(KCONFIG_EXT_PREFIX)drivers/mailbox/Kconfig"
source "$(KCONFIG_EXT_PREFIX)drivers/interconnect/Kconfig"
source "$(KCONFIG_EXT_PREFIX)drivers/i2c/busses/Kconfig"
source "$(KCONFIG_EXT_PREFIX)drivers/pwm/Kconfig"
source "$(KCONFIG_EXT_PREFIX)drivers/spi/Kconfig"
source "$(KCONFIG_EXT_PREFIX)drivers/iommu/Kconfig"
source "$(KCONFIG_EXT_PREFIX)drivers/tee/Kconfig"
source "$(KCONFIG_EXT_PREFIX)drivers/mmc/host/Kconfig"
source "$(KCONFIG_EXT_PREFIX)drivers/gpu/drm/mediatek/Kconfig"
source "$(KCONFIG_EXT_PREFIX)drivers/input/touchscreen/Kconfig"
source "$(KCONFIG_EXT_PREFIX)drivers/input/fingerprint/Kconfig"
source "$(KCONFIG_EXT_PREFIX)drivers/gpu/drm/panel/Kconfig"
source "$(KCONFIG_EXT_PREFIX)drivers/gpu/mediatek/Kconfig"
source "$(KCONFIG_EXT_PREFIX)drivers/media/platform/Kconfig"
source "$(KCONFIG_EXT_PREFIX)drivers/usb/Kconfig"
source "$(KCONFIG_EXT_PREFIX)drivers/devfreq/Kconfig"
source "$(KCONFIG_EXT_PREFIX)drivers/misc/mediatek/Kconfig"
source "$(KCONFIG_EXT_PREFIX)drivers/misc/xiaomi/Kconfig"
source "$(KCONFIG_EXT_PREFIX)sound/soc/codecs/Kconfig"
source "$(KCONFIG_EXT_PREFIX)sound/soc/mediatek/Kconfig"
source "$(KCONFIG_EXT_PREFIX)drivers/pci/controller/Kconfig"
source "$(KCONFIG_EXT_PREFIX)drivers/pinctrl/Kconfig"
source "$(KCONFIG_EXT_PREFIX)drivers/media/platform/mtk-isp/Kconfig"
source "$(KCONFIG_EXT_PREFIX)fs/f2fs/Kconfig"
source "$(KCONFIG_EXT_PREFIX)drivers/input/misc/Kconfig"
source "$(KCONFIG_EXT_PREFIX)drivers/staging/process_exit/Kconfig"
config FACTORY_BUILD
bool "distiguish factory version from dev version"
default n
help
This macro will be defined when build factory version. It is used to
distinguish factory and dev codes in kernel.
config DEVICE_MODULES_MTK_SCPSYS_DUMMY
bool "scpsys-dummy KO"
default n
help
This macro define if scpsys-dummy.o need to be built.
Say n if unsure.
config DEVICE_MODULES_SCSI_UFS_MEDIATEK_ISE
bool "distinguish ufs-mediatek KO with the one that support iSE"
default n
help
This macro define if ufs-mediatek-mod.o need to be built.
Say n if unsure.
config MTK_CCU_RPROC_MSSV
bool "mtk_ccu_mssv KO"
depends on MTK_CCU_RPROC
default n
help
This macro define if mtk_ccu_mssv.o need to be built.
Say n if unsure.
config MTK_LOW_POWER_MODULE_DEBUG_V1
bool "mtk-lpm-dbg-common-v1 KO"
default n
help
This macro define if mtk-lpm-dbg-common-v1.o need to be built.
Say n if unsure.
config MTK_LOW_POWER_MODULE_DEBUG_V2
bool "mtk-lpm-dbg-common-v2 KO"
depends on !MTK_LOW_POWER_MODULE_DEBUG_V1
default y
help
This macro define if mtk-lpm-dbg-common-v2.o need to be built.
Say y if unsure.
endmenu