mirror of
https://github.com/riscv-software-src/opensbi.git
synced 2025-08-24 23:41:23 +01:00

The generic platform can have multiple HSM drivers so add a simple FDT based HSM driver framework. Signed-off-by: Anup Patel <apatel@ventanamicro.com>
11 lines
149 B
Plaintext
11 lines
149 B
Plaintext
# SPDX-License-Identifier: BSD-2-Clause
|
|
|
|
menu "HSM Device Support"
|
|
|
|
config FDT_HSM
|
|
bool "FDT based HSM drivers"
|
|
depends on FDT
|
|
default n
|
|
|
|
endmenu
|