35 lines
794 B
INI
35 lines
794 B
INI
|
# module_load_list.cfg
|
||
|
# The kernel modules to load ordering
|
||
|
#
|
||
|
# This file insert module list to module.order's head and modifies modules.order in build stage.
|
||
|
# So, If you insert your module here, These module will be loaded before others.
|
||
|
# Other moduls are listed in module.order as build system inserted.
|
||
|
#
|
||
|
# You must insert module file name only.
|
||
|
# Do not insert blank line or others.
|
||
|
#
|
||
|
# How to use:
|
||
|
# Add module name at best line
|
||
|
#
|
||
|
# Example:
|
||
|
# A.ko
|
||
|
# B.ko
|
||
|
# C.ko
|
||
|
#
|
||
|
# module.order file will be set to front :
|
||
|
# A.ko, B.ko C.ko and other modules.order
|
||
|
dss.ko
|
||
|
exynos_tty.ko
|
||
|
exynos-chipid_v2.ko
|
||
|
exynos-reboot.ko
|
||
|
exynos-pmu-if.ko
|
||
|
s3c2410_wdt.ko
|
||
|
debug-snapshot-qd.ko
|
||
|
exynos_acpm.ko
|
||
|
exynos-debug-test.ko
|
||
|
cmupmucal.ko
|
||
|
clk_exynos.ko
|
||
|
clk-exynos-audss.ko
|
||
|
exynos_mct.ko
|
||
|
ufs-exynos-core.ko
|