Did you have a particular concern about the TPM chip in the machine? The specifications of that Thinkpad do indicate that the chip is there if you wish to take advantage of it. On the other hand, if it happens to be enabled, but you wish to have it disabled, then there are no issues to doing that in linux.
On installation here on a Lenovo Thinkpad T15 Gen2, the TPM 2.0 chip was disabled in the BIOS/UEFI.
One can check to see the current status of the TPM chip as follows:
Code:
[~] $ cat /sys/class/tpm/tpm0/device/power/runtime_enabled
disabled
The output shows the TPM chip to be disabled on the machine.
Apart from disabling in the BIOS/UEFI one can alternatively disable the chip by blacklisting its modules, or by using a kernel option that disables the loading of a module. Using a blacklist or kernel option obviates the need to enter the BIOS/UEFI which may be more convenient in some situations.
Anyway, perhaps expand on the concerns you have.