8
0
derivado de Mirrors/opensbi

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>
Este cometimento está contido em:
Anup Patel
2022-08-08 09:33:09 +05:30
cometido por Anup Patel
ascendente 422f0e0486
cometimento 662e631cce
18 ficheiros modificados com 127 adições e 12 eliminações

5
platform/andes/ae350/Kconfig Ficheiro normal
Ver ficheiro

@@ -0,0 +1,5 @@
# SPDX-License-Identifier: BSD-2-Clause
config PLATFORM_ANDES_AE350
bool
default y

Ver ficheiro