tpm: Enable module for all EFI platforms

The module is only enabled for x86_64, but there's nothing specific to
x86_64 in the implementation and can be enabled for all EFI platforms.

Signed-off-by: Javier Martinez Canillas <javierm@redhat.com>
Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>
This commit is contained in:
Javier Martinez Canillas 2020-05-19 11:20:59 +02:00 committed by Daniel Kiper
parent 15d76540a7
commit cc6bd49a52
1 changed files with 1 additions and 1 deletions

View File

@ -2500,7 +2500,7 @@ module = {
name = tpm;
common = commands/tpm.c;
efi = commands/efi/tpm.c;
enable = x86_64_efi;
enable = efi;
};
module = {