GK SDK 源码库: XMIPCLinuxV100R005C00SPC030 (kernel/tools/open_source excluded)

This commit is contained in:
lai
2026-09-06 03:52:57 +08:00
commit b1928b41c0
21813 changed files with 4413081 additions and 0 deletions
@@ -0,0 +1,34 @@
if ARCH_MX31
config MX31
bool
default y
choice
prompt "MX31 board select"
optional
config TARGET_MX31PDK
bool "Support the i.MX31 PDK board from Freescale/NXP"
select BOARD_EARLY_INIT_F
select BOARD_LATE_INIT
select SUPPORT_SPL
endchoice
config MX31_HCLK_FREQ
int "i.MX31 HCLK frequency"
default 26000000
help
Frequency in Hz of the high frequency input clock. Typically
26000000 Hz.
config MX31_CLK32
int "i.MX31 CLK32 Frequency"
default 32768
help
Frequency in Hz of the low frequency input clock. Typically
32768 or 32000 Hz.
source "board/freescale/mx31pdk/Kconfig"
endif