28 lines
706 B
INI
Executable file
28 lines
706 B
INI
Executable file
# 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
|
|
exynos-chipid_v2.ko
|
|
exynos-reboot.ko
|
|
sec_debug_base_early.ko
|
|
clk_exynos.ko
|
|
exynos_mct.ko
|
|
exynos_mct_v2.ko
|
|
s3c2410_wdt.ko
|
|
sec_debug_mode.ko
|