summaryrefslogtreecommitdiffstats
path: root/meta-aspeed/recipes-kernel/linux/linux-aspeed.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta-aspeed/recipes-kernel/linux/linux-aspeed.inc')
-rw-r--r--meta-aspeed/recipes-kernel/linux/linux-aspeed.inc24
1 files changed, 15 insertions, 9 deletions
diff --git a/meta-aspeed/recipes-kernel/linux/linux-aspeed.inc b/meta-aspeed/recipes-kernel/linux/linux-aspeed.inc
index a66c7e1..5e28e76 100644
--- a/meta-aspeed/recipes-kernel/linux/linux-aspeed.inc
+++ b/meta-aspeed/recipes-kernel/linux/linux-aspeed.inc
@@ -11,16 +11,22 @@ do_compile[depends] = "libgcc:do_populate_sysroot"
inherit kernel
# auto load the following modules
-module_autoload_tun = "tun"
-module_autoload_at24 = "at24"
-module_autoload_ads7828 = "ads7828"
-module_autoload_pcf8574 = "pcf8574"
-module_autoload_max127 = "max127"
+KERNEL_MODULE_AUTOLOAD += " \
+ adm1275 \
+ ads7828 \
+ at24 \
+ fb_panther_plus \
+ max127 \
+ pcf8574 \
+ pfe1100 \
+ pmbus_core \
+ tun \
+"
+
+KERNEL_MODULE_PROBECONF += " \
+ max127 \
+"
module_conf_max127 = "options max127 scaling=24414"
-module_autoload_pmbus_core = "pmbus_core"
-module_autoload_pfe1100 = "pfe1100"
-module_autoload_fb_panther_plus = "fb_panther_plus"
-module_autoload_adm1275 = "adm1275"
# Do not install kernel in rootfs
do_install[postfuncs] += "remove_kernel_image_from_rootfs"
OpenPOWER on IntegriCloud