summaryrefslogtreecommitdiff
path: root/meta-ingrasys/meta-zaius/recipes-kernel
diff options
context:
space:
mode:
Diffstat (limited to 'meta-ingrasys/meta-zaius/recipes-kernel')
-rw-r--r--meta-ingrasys/meta-zaius/recipes-kernel/linux/linux-aspeed/zaius.cfg8
-rw-r--r--meta-ingrasys/meta-zaius/recipes-kernel/linux/linux-aspeed_%.bbappend2
2 files changed, 10 insertions, 0 deletions
diff --git a/meta-ingrasys/meta-zaius/recipes-kernel/linux/linux-aspeed/zaius.cfg b/meta-ingrasys/meta-zaius/recipes-kernel/linux/linux-aspeed/zaius.cfg
new file mode 100644
index 000000000..75c630ce6
--- /dev/null
+++ b/meta-ingrasys/meta-zaius/recipes-kernel/linux/linux-aspeed/zaius.cfg
@@ -0,0 +1,8 @@
+CONFIG_I2C_MUX=y
+CONFIG_I2C_MUX_PCA9541=y
+CONFIG_I2C_MUX_PCA954x=y
+CONFIG_W1=y
+CONFIG_W1_MASTER_GPIO=y
+CONFIG_W1_SLAVE_THERM=y
+CONFIG_SENSORS_LM25066=y
+CONFIG_RTC_DRV_PCF8523=y
diff --git a/meta-ingrasys/meta-zaius/recipes-kernel/linux/linux-aspeed_%.bbappend b/meta-ingrasys/meta-zaius/recipes-kernel/linux/linux-aspeed_%.bbappend
new file mode 100644
index 000000000..f3a83990b
--- /dev/null
+++ b/meta-ingrasys/meta-zaius/recipes-kernel/linux/linux-aspeed_%.bbappend
@@ -0,0 +1,2 @@
+FILESEXTRAPATHS_prepend_zaius := "${THISDIR}/${PN}:"
+SRC_URI_append_zaius = " file://zaius.cfg"