mirror of https://github.com/OpenIPC/firmware.git
18 lines
367 B
Plaintext
18 lines
367 B
Plaintext
config BR2_OPENIPC_SOC_VENDOR
|
|
string "openipc soc vendor"
|
|
default "hisilicon"
|
|
|
|
config BR2_OPENIPC_SOC_MODEL
|
|
string "openipc soc model"
|
|
default "hi3516ev300"
|
|
|
|
config BR2_OPENIPC_SOC_FAMILY
|
|
string "openipc soc family"
|
|
default "hi3516ev200"
|
|
|
|
config BR2_OPENIPC_FLAVOR
|
|
string "openipc flavor"
|
|
default "lite"
|
|
|
|
source "$BR2_EXTERNAL_GENERAL_PATH/package/Config.in"
|