mirror of
https://github.com/riscv-software-src/opensbi.git
synced 2025-08-24 23:41:23 +01:00
platform: generic: Use kconfig to set platform version and default name
The generic platform version and default name should be set based on kconfig options so that users can override it. Signed-off-by: Anup Patel <apatel@ventanamicro.com> Reviewed-by: Andrew Jones <ajones@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:
@@ -9,6 +9,20 @@ config PLATFORM_GENERIC
|
||||
|
||||
if PLATFORM_GENERIC
|
||||
|
||||
config PLATFORM_GENERIC_NAME
|
||||
string "Platform default name"
|
||||
default "Generic"
|
||||
|
||||
config PLATFORM_GENERIC_MAJOR_VER
|
||||
int "Platform major version"
|
||||
range 0 65535
|
||||
default 0
|
||||
|
||||
config PLATFORM_GENERIC_MINOR_VER
|
||||
int "Platform minor version"
|
||||
range 0 65535
|
||||
default 1
|
||||
|
||||
config PLATFORM_ALLWINNER_D1
|
||||
bool "Allwinner D1 support"
|
||||
depends on FDT_IRQCHIP_PLIC
|
||||
|
Reference in New Issue
Block a user