This will enable module support common-pc for the AT24 based I2C EEPROM from most vendors
Signed-off-by: Saul Wold <[email protected]> --- meta/cfg/kernel-cache/bsp/common-pc/common-pc-drivers.cfg | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/cfg/kernel-cache/bsp/common-pc/common-pc-drivers.cfg b/meta/cfg/kernel-cache/bsp/common-pc/common-pc-drivers.cfg index cf7ae1b..7160843 100644 --- a/meta/cfg/kernel-cache/bsp/common-pc/common-pc-drivers.cfg +++ b/meta/cfg/kernel-cache/bsp/common-pc/common-pc-drivers.cfg @@ -65,3 +65,5 @@ CONFIG_I2O_CONFIG=m CONFIG_I2O_CONFIG_OLD_IOCTL=y CONFIG_I2O_PROC=m CONFIG_I2O_SCSI=m + +CONFIG_EEPROM_AT24=m -- 2.1.0 -- _______________________________________________ linux-yocto mailing list [email protected] https://lists.yoctoproject.org/listinfo/linux-yocto
