forked from Mirrors/opensbi

We update reset drivers makefile to use kconfig for enabling/disabling drivers. To avoid compile errors, we also enable appropriate reset drivers for each platform. Signed-off-by: Anup Patel <apatel@ventanamicro.com> Tested-by: Andrew Jones <ajones@ventanamicro.com> Acked-by: Atish Patra <atishp@rivosinc.com> Tested-by: Atish Patra <atishp@rivosinc.com>
10 lines
190 B
Plaintext
10 lines
190 B
Plaintext
# SPDX-License-Identifier: BSD-2-Clause
|
|
|
|
menu "Utils and Drivers Support"
|
|
|
|
source "$(OPENSBI_SRC_DIR)/lib/utils/reset/Kconfig"
|
|
|
|
source "$(OPENSBI_SRC_DIR)/lib/utils/serial/Kconfig"
|
|
|
|
endmenu
|