mirror of https://github.com/OpenIPC/firmware.git
30 lines
551 B
Plaintext
30 lines
551 B
Plaintext
config BR2_OPENIPC_SOC_VENDOR
|
|
string "SoC vendor"
|
|
default "hisilicon"
|
|
|
|
config BR2_OPENIPC_SOC_MODEL
|
|
string "SoC model"
|
|
default "hi3516ev300"
|
|
|
|
config BR2_OPENIPC_SOC_FAMILY
|
|
string "SoC family"
|
|
default "hi3516ev200"
|
|
|
|
config BR2_OPENIPC_SNS_MODEL
|
|
string "Sensor model"
|
|
default ""
|
|
|
|
config BR2_OPENIPC_VARIANT
|
|
string "OpenIPC variant"
|
|
default "lite"
|
|
|
|
config BR2_OPENIPC_FLASH_SIZE
|
|
string "OpenIPC flash size"
|
|
default "8"
|
|
|
|
config BR2_OPENIPC_MAJESTIC
|
|
string "OpenIPC Majestic"
|
|
default ""
|
|
|
|
source "$BR2_EXTERNAL_GENERAL_PATH/package/Config.in"
|