mirror of
https://github.com/riscv-software-src/opensbi.git
synced 2025-08-24 23:41:23 +01:00
Makefile: Add initial kconfig support for each platform
We extend the top-level makefile to allow kconfig based configuration for each platform where each platform has it's own set of configs with "defconfig" being the default config. 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>
This commit is contained in:
5
platform/nuclei/ux600/Kconfig
Normal file
5
platform/nuclei/ux600/Kconfig
Normal file
@@ -0,0 +1,5 @@
|
||||
# SPDX-License-Identifier: BSD-2-Clause
|
||||
|
||||
config PLATFORM_NUCLEI_UX600
|
||||
bool
|
||||
default y
|
0
platform/nuclei/ux600/configs/defconfig
Normal file
0
platform/nuclei/ux600/configs/defconfig
Normal file
Reference in New Issue
Block a user