summaryrefslogtreecommitdiffstats
path: root/meta-openbmc-machines
diff options
context:
space:
mode:
authorXo Wang <xow@google.com>2016-10-28 14:56:20 -0700
committerPatrick Williams <patrick@stwcx.xyz>2016-10-31 14:39:46 +0000
commit4d17194cd0fbf912b559f8426cb4c6a2e1af6f17 (patch)
tree0dcd5cccb0afe12fa1534e330f93a4d340ccf35f /meta-openbmc-machines
parent488f9279a3a5a1ac776982a0c90c1a2b9a4a8835 (diff)
downloadtalos-openbmc-4d17194cd0fbf912b559f8426cb4c6a2e1af6f17.tar.gz
talos-openbmc-4d17194cd0fbf912b559f8426cb4c6a2e1af6f17.zip
meta-zaius: Add kernel defconfig appends
Add Zaius specific driver configs for RTC, 1-wire thermal sensor, and I2C mux. Signed-off-by: Xo Wang <xow@google.com> Change-Id: If265035e7a2f03e1a890c512f86cce27d091391c
Diffstat (limited to 'meta-openbmc-machines')
-rw-r--r--meta-openbmc-machines/meta-openpower/meta-ingrasys/meta-zaius/recipes-kernel/linux/linux-obmc/zaius.cfg7
-rw-r--r--meta-openbmc-machines/meta-openpower/meta-ingrasys/meta-zaius/recipes-kernel/linux/linux-obmc_%.bbappend2
2 files changed, 9 insertions, 0 deletions
diff --git a/meta-openbmc-machines/meta-openpower/meta-ingrasys/meta-zaius/recipes-kernel/linux/linux-obmc/zaius.cfg b/meta-openbmc-machines/meta-openpower/meta-ingrasys/meta-zaius/recipes-kernel/linux/linux-obmc/zaius.cfg
new file mode 100644
index 000000000..94ad55a52
--- /dev/null
+++ b/meta-openbmc-machines/meta-openpower/meta-ingrasys/meta-zaius/recipes-kernel/linux/linux-obmc/zaius.cfg
@@ -0,0 +1,7 @@
+CONFIG_HWMON=y
+CONFIG_I2C_MUX=y
+CONFIG_I2C_MUX_PCA954x=y
+CONFIG_W1=y
+CONFIG_W1_MASTER_GPIO=y
+CONFIG_W1_SLAVE_THERM=y
+CONFIG_RTC_DRV_PCF8523=y
diff --git a/meta-openbmc-machines/meta-openpower/meta-ingrasys/meta-zaius/recipes-kernel/linux/linux-obmc_%.bbappend b/meta-openbmc-machines/meta-openpower/meta-ingrasys/meta-zaius/recipes-kernel/linux/linux-obmc_%.bbappend
new file mode 100644
index 000000000..543bfe001
--- /dev/null
+++ b/meta-openbmc-machines/meta-openpower/meta-ingrasys/meta-zaius/recipes-kernel/linux/linux-obmc_%.bbappend
@@ -0,0 +1,2 @@
+FILESEXTRAPATHS_prepend := "${THISDIR}/linux-obmc:"
+SRC_URI += "file://zaius.cfg"
OpenPOWER on IntegriCloud