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