Comment 4 for bug 1962674

Revision history for this message
Philip Cox (philcox) wrote :

I have had to disable the ADXL345 accelerator driver in the jammy:linux-intel-iotg kernel.

The code is broken, and needs a bit of work to correct.

It was also broken in the 5.13 build, so it is not a regression. I know that it appeared to be enabled in the 5.13 config. but because of the Kconfig dependencies, it was actually disabled because it requires the ADXL34X module to be disabled. Only one can be enabled in the kernel. When I disable the 34X and enable the 345 driver, it fails because the function adxl345_i2c_remove() is not defined, but it is called.

I am going to revert the change where CONFIG_ADXL345 is enabled. The build break will need to be corrected in both the 5.13 build, and the 5.15 build.