GK SDK 源码库: XMIPCLinuxV100R005C00SPC030 (kernel/tools/open_source excluded)
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
if ARCH_LPC32XX
|
||||
|
||||
config SYS_SOC
|
||||
default "lpc32xx"
|
||||
|
||||
choice
|
||||
prompt "NXP LPC32xx board select"
|
||||
|
||||
config TARGET_DEVKIT3250
|
||||
bool "Timll DevKit3250"
|
||||
|
||||
config TARGET_WORK_92105
|
||||
bool "Work Microwave Work_92105"
|
||||
|
||||
endchoice
|
||||
|
||||
source "board/timll/devkit3250/Kconfig"
|
||||
source "board/work-microwave/work_92105/Kconfig"
|
||||
|
||||
endif
|
||||
Reference in New Issue
Block a user