forked from LineageOS/android_device_nvidia_quill
-
Notifications
You must be signed in to change notification settings - Fork 0
/
modules.mk
114 lines (96 loc) · 2.53 KB
/
modules.mk
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
#
# Copyright (C) 2022 The LineageOS Project
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
# Tegra pcie host
BOARD_VENDOR_KERNEL_MODULES_LOAD := \
pci_tegra
# Nvhost podgov
BOARD_VENDOR_KERNEL_MODULES_LOAD += \
governor_pod_scaling
# Proprietary gpu driver
BOARD_VENDOR_KERNEL_MODULES_LOAD += \
nvgpu
# NvPModel
BOARD_VENDOR_KERNEL_MODULES_LOAD += \
nvpmodel_emc_cap
# Tegra sata
BOARD_VENDOR_KERNEL_MODULES_LOAD += \
ahci_tegra
# Realtek 8168
BOARD_VENDOR_KERNEL_MODULES_LOAD += \
r8168
# Bluedroid power management
BOARD_VENDOR_KERNEL_MODULES_LOAD += \
bluedroid_pm
# Tegra hdmi audio
BOARD_VENDOR_KERNEL_MODULES_LOAD += \
snd_hda_tegra
# Tegra audio processing engine
BOARD_VENDOR_KERNEL_MODULES_LOAD += \
snd_soc_tegra210_alt_xbar \
snd_soc_tegra210_alt_admaif \
snd_soc_tegra210_alt_sfc \
snd_soc_tegra210_alt_i2s \
snd_soc_tegra210_alt_mixer \
snd_soc_tegra210_alt_afc \
snd_soc_tegra210_alt_adx \
snd_soc_tegra210_alt_amx \
snd_soc_tegra210_alt_dmic \
snd_soc_tegra210_alt_mvc \
snd_soc_tegra210_alt_ope \
snd_soc_tegra186_alt_arad \
snd_soc_tegra186_alt_asrc \
snd_soc_tegra186_alt_dspk \
snd_soc_tegra_machine_driver
# Userspace aes crypto access
BOARD_VENDOR_KERNEL_MODULES_LOAD += \
tegra_cryptodev
# Input cpufreq boost
BOARD_VENDOR_KERNEL_MODULES_LOAD += \
input_cfboost
# Fan
BOARD_VENDOR_KERNEL_MODULES_LOAD += \
pwm_fan \
therm_fan_est
# Power Monitor
BOARD_VENDOR_KERNEL_MODULES_LOAD += \
ina3221
# TV Tuners
BOARD_VENDOR_KERNEL_MODULES_LOAD += \
videobuf_dvb \
lgdt3306a \
si2168 \
si2157 \
lgdt3305 \
tda18272 \
em28xx_dvb \
em28xx_rc \
cx25840 \
cx231xx_dvb
# USB Storage
BOARD_VENDOR_KERNEL_MODULES_LOAD += \
usb_storage
# USB Modem
BOARD_VENDOR_KERNEL_MODULES_LOAD += \
cdc_acm
# Nvidia Controllers
BOARD_VENDOR_KERNEL_MODULES_LOAD += \
ozwpan \
hid_nvidia_blake \
hid_jarvis_remote
# Misc Controllers
BOARD_VENDOR_KERNEL_MODULES_LOAD += \
hid_xinmo \
hid_betopff