commit | ac568e75cc8e194f52a7d7ed2e596f3b9d7e7418 | [log] [tgz] |
---|---|---|
author | Konstantin Aladyshev <aladyshev22@gmail.com> | Tue Jul 27 14:16:32 2021 +0300 |
committer | Konstantin Aladyshev <aladyshev22@gmail.com> | Fri Sep 10 13:22:07 2021 +0000 |
tree | b11e9b54d3f12eab63408abf299e5f83ff887e55 | |
parent | 524282708598ea326e9cf96181698cffb8a794ed [diff] [blame] |
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
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 ae03229..00454a4 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_SBTSI=y CONFIG_I2C_ASPEED=y CONFIG_SENSORS_ISL68137=y +CONFIG_EEPROM_AT24=y