devices: Disable tpm module for riscv64
TPM support on RISC-V is not scheduled in this stage, we will come back when it's ready and we have workloads to verify it on RISC-V. Signed-off-by: Ruoqing He <heruoqing@iscas.ac.cn>
This commit is contained in:
parent
e8c330e220
commit
0042447fb9
1 changed files with 2 additions and 0 deletions
|
|
@ -28,6 +28,8 @@ pub mod legacy;
|
|||
#[cfg(feature = "pvmemcontrol")]
|
||||
pub mod pvmemcontrol;
|
||||
pub mod pvpanic;
|
||||
// TODO: TPM is not yet supported
|
||||
#[cfg(not(target_arch = "riscv64"))]
|
||||
pub mod tpm;
|
||||
|
||||
pub use self::acpi::{AcpiGedDevice, AcpiPmTimerDevice, AcpiShutdownDevice};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue