mirror of https://github.com/OpenIPC/firmware.git
26 lines
531 B
Plaintext
26 lines
531 B
Plaintext
menuconfig BR2_PACKAGE_CANAAN_K230_SDK
|
|
bool "canaan k230 sdk"
|
|
default n
|
|
help
|
|
canaan k230 SoCs SDK
|
|
|
|
https://github.com/kendryte/k230_linux_sdk/
|
|
|
|
if BR2_PACKAGE_CANAAN_K230_SDK
|
|
config BR2_PACKAGE_CANAAN_K230_SDK_BUILD_FROM_SRC
|
|
bool "k230 sdk build from source"
|
|
default n
|
|
help
|
|
canaan k230 SoCs SDK
|
|
|
|
https://github.com/kendryte/k230_linux_sdk/
|
|
|
|
config BR2_PACKAGE_CANAAN_K230_SDK_BOARD
|
|
string "k230 board name"
|
|
default "01studio"
|
|
help
|
|
canaan k230 SoCs SDK
|
|
|
|
https://github.com/kendryte/k230_linux_sdk/
|
|
endif
|