1####################################################
2#           init.insmod.common.cfg                 #
3# This file contains common kernel modules to load #
4# at init time by init.insmod.sh script            #
5####################################################
6
7# Load common kernel modules
8# Modules here will be loaded *before* device specific modules
9install_display_drivers
10modprobe|-b *
11# All common modules loaded
12setprop|vendor.common.modules.ready
13