summaryrefslogtreecommitdiff
path: root/recipes-kernel/linux/linux-at91_4.9.87.bb
diff options
context:
space:
mode:
authorJohn Klug <john.klug@multitech.com>2019-04-24 17:50:27 -0500
committerJohn Klug <john.klug@multitech.com>2019-04-24 17:50:27 -0500
commitcdb2ffb0f5d1de232037270b03e975fce9a7aec3 (patch)
tree313e81b471baad2ea3d2ea672ac8a6f0188b52b3 /recipes-kernel/linux/linux-at91_4.9.87.bb
parent430c93cf83fa1decad2e3ee796122fc433db2c06 (diff)
downloadmeta-multitech-atmel-cdb2ffb0f5d1de232037270b03e975fce9a7aec3.tar.gz
meta-multitech-atmel-cdb2ffb0f5d1de232037270b03e975fce9a7aec3.tar.bz2
meta-multitech-atmel-cdb2ffb0f5d1de232037270b03e975fce9a7aec3.zip
Autoload i2c-dev for LoRa users
Diffstat (limited to 'recipes-kernel/linux/linux-at91_4.9.87.bb')
-rw-r--r--recipes-kernel/linux/linux-at91_4.9.87.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes-kernel/linux/linux-at91_4.9.87.bb b/recipes-kernel/linux/linux-at91_4.9.87.bb
index 5a1da8d..cd9b511 100644
--- a/recipes-kernel/linux/linux-at91_4.9.87.bb
+++ b/recipes-kernel/linux/linux-at91_4.9.87.bb
@@ -18,7 +18,7 @@ RDEPENDS_kernel-base=""
FILESEXTRAPATHS_prepend := "${THISDIR}/${P}:"
KERNEL_EXTRA_ARGS ="LOADADDR=0x20008000"
-PR = "r6"
+PR = "r7"
KERNEL_VERSION = "${PV}"
EXTRAVERSION = ""
@@ -67,6 +67,8 @@ SRC_URI_append_mtr = "\
file://fix-atmel-mci-reg-overloading.patch \
file://wl12xx_enable_disable.patch \
"
+KERNEL_MODULE_AUTOLOAD_mtcap_append += "i2c-dev"
+KERNEL_MODULE_AUTOLOAD_mtcdt_append += "i2c-dev"
DTB_APPEND_mtcdt = "mtcdt"
DTB_APPEND_mtrv1 = "mtrv1"