summaryrefslogtreecommitdiff
path: root/meta-portwell/meta-neptune/recipes-kernel/linux
diff options
context:
space:
mode:
Diffstat (limited to 'meta-portwell/meta-neptune/recipes-kernel/linux')
-rw-r--r--meta-portwell/meta-neptune/recipes-kernel/linux/linux-aspeed/neptune.cfg5
-rw-r--r--meta-portwell/meta-neptune/recipes-kernel/linux/linux-aspeed_%.bbappend2
2 files changed, 7 insertions, 0 deletions
diff --git a/meta-portwell/meta-neptune/recipes-kernel/linux/linux-aspeed/neptune.cfg b/meta-portwell/meta-neptune/recipes-kernel/linux/linux-aspeed/neptune.cfg
new file mode 100644
index 000000000..9fc33b300
--- /dev/null
+++ b/meta-portwell/meta-neptune/recipes-kernel/linux/linux-aspeed/neptune.cfg
@@ -0,0 +1,5 @@
+CONFIG_SENSORS_TMP421=y
+CONFIG_SENSORS_MAX31785=y
+CONFIG_RTC_DRV_RV8803=y
+CONFIG_TCG_TPM=y
+CONFIG_TCG_TIS_I2C_INFINEON=y
diff --git a/meta-portwell/meta-neptune/recipes-kernel/linux/linux-aspeed_%.bbappend b/meta-portwell/meta-neptune/recipes-kernel/linux/linux-aspeed_%.bbappend
new file mode 100644
index 000000000..1420d15b4
--- /dev/null
+++ b/meta-portwell/meta-neptune/recipes-kernel/linux/linux-aspeed_%.bbappend
@@ -0,0 +1,2 @@
+FILESEXTRAPATHS_prepend := "${THISDIR}/linux-aspeed:"
+SRC_URI += "file://neptune.cfg"