summaryrefslogtreecommitdiff
path: root/recipes-kernel/linux
diff options
context:
space:
mode:
authorHarsh Sharma <harsh.sharma@multitech.com>2021-11-03 16:53:33 -0500
committerHarsh Sharma <harsh.sharma@multitech.com>2021-11-03 16:53:33 -0500
commit83157271aba4efd4151d21eaff0ff9e65958112e (patch)
tree1bd98aaf234aa61c8a96dd7f8c0cdbbb02d9530e /recipes-kernel/linux
parent3d3b466fa55f6dd8ca3a2e1df24fd43a68a2b164 (diff)
downloadmeta-multitech-atmel-83157271aba4efd4151d21eaff0ff9e65958112e.tar.gz
meta-multitech-atmel-83157271aba4efd4151d21eaff0ff9e65958112e.tar.bz2
meta-multitech-atmel-83157271aba4efd4151d21eaff0ff9e65958112e.zip
Updated linux5.4 to include spidev by default
Diffstat (limited to 'recipes-kernel/linux')
-rw-r--r--recipes-kernel/linux/linux-at91_5.4.81.bb4
1 files changed, 4 insertions, 0 deletions
diff --git a/recipes-kernel/linux/linux-at91_5.4.81.bb b/recipes-kernel/linux/linux-at91_5.4.81.bb
index 5796ac3..5bcd77d 100644
--- a/recipes-kernel/linux/linux-at91_5.4.81.bb
+++ b/recipes-kernel/linux/linux-at91_5.4.81.bb
@@ -65,6 +65,10 @@ SRC_URI_append_mtre = "\
${COMMON_PATCHES} \
"
+KERNEL_MODULE_AUTOLOAD_mtcap_append += "i2c-dev"
+KERNEL_MODULE_AUTOLOAD_mtcdt_append += "i2c-dev"
+KERNEL_MODULE_AUTOLOAD_append += "softdog"
+
python __anonymous () {
if d.getVar('UBOOT_FIT_IMAGE', True) == 'xyes':
d.appendVar('DEPENDS', ' u-boot-mkimage-native dtc-native')