GK SDK 源码库: XMIPCLinuxV100R005C00SPC030 (kernel/tools/open_source excluded)
This commit is contained in:
@@ -0,0 +1,53 @@
|
||||
if TARGET_K2E_EVM
|
||||
|
||||
config SYS_BOARD
|
||||
default "ks2_evm"
|
||||
|
||||
config SYS_VENDOR
|
||||
default "ti"
|
||||
|
||||
config SYS_CONFIG_NAME
|
||||
default "k2e_evm"
|
||||
|
||||
endif
|
||||
|
||||
if TARGET_K2HK_EVM
|
||||
|
||||
config SYS_BOARD
|
||||
default "ks2_evm"
|
||||
|
||||
config SYS_VENDOR
|
||||
default "ti"
|
||||
|
||||
config SYS_CONFIG_NAME
|
||||
default "k2hk_evm"
|
||||
|
||||
endif
|
||||
|
||||
if TARGET_K2L_EVM
|
||||
|
||||
config SYS_BOARD
|
||||
default "ks2_evm"
|
||||
|
||||
config SYS_VENDOR
|
||||
default "ti"
|
||||
|
||||
config SYS_CONFIG_NAME
|
||||
default "k2l_evm"
|
||||
|
||||
endif
|
||||
|
||||
if TARGET_K2G_EVM
|
||||
|
||||
config SYS_BOARD
|
||||
default "ks2_evm"
|
||||
|
||||
config SYS_VENDOR
|
||||
default "ti"
|
||||
|
||||
config SYS_CONFIG_NAME
|
||||
default "k2g_evm"
|
||||
|
||||
endif
|
||||
|
||||
source "board/ti/common/Kconfig"
|
||||
Reference in New Issue
Block a user