summaryrefslogtreecommitdiff
path: root/meta-amd
diff options
context:
space:
mode:
authorKonstantin Aladyshev <aladyshev22@gmail.com>2021-07-27 14:16:32 +0300
committerKonstantin Aladyshev <aladyshev22@gmail.com>2021-09-10 16:22:07 +0300
commitac568e75cc8e194f52a7d7ed2e596f3b9d7e7418 (patch)
treeb11e9b54d3f12eab63408abf299e5f83ff887e55 /meta-amd
parent524282708598ea326e9cf96181698cffb8a794ed (diff)
downloadopenbmc-ac568e75cc8e194f52a7d7ed2e596f3b9d7e7418.tar.xz
meta-ethanolx: Add driver for the FRU EEPROM
AMD EthanolX CRB uses 24LC128 EEPROM as a device that is supposed to store FRU information. Add necessary Linux driver that adds support for this chip. Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com> Change-Id: Iaf54bfd5bfbc3266d2a18861ee47339df78c777b
Diffstat (limited to 'meta-amd')
-rw-r--r--meta-amd/meta-ethanolx/recipes-kernel/linux/linux-aspeed/ethanolx.cfg1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-amd/meta-ethanolx/recipes-kernel/linux/linux-aspeed/ethanolx.cfg b/meta-amd/meta-ethanolx/recipes-kernel/linux/linux-aspeed/ethanolx.cfg
index ae03229e8..00454a400 100644
--- a/meta-amd/meta-ethanolx/recipes-kernel/linux/linux-aspeed/ethanolx.cfg
+++ b/meta-amd/meta-ethanolx/recipes-kernel/linux/linux-aspeed/ethanolx.cfg
@@ -2,3 +2,4 @@ CONFIG_SENSORS_LM75=y
CONFIG_SENSORS_SBTSI=y
CONFIG_I2C_ASPEED=y
CONFIG_SENSORS_ISL68137=y
+CONFIG_EEPROM_AT24=y