File tree Expand file tree Collapse file tree 1 file changed +3
-13
lines changed
Expand file tree Collapse file tree 1 file changed +3
-13
lines changed Original file line number Diff line number Diff line change 11mainmenu "RT-Thread Project Configuration"
2-
32RTT_DIR := ../../..
4-
53SDK_DIR:= .././libraries/phytium_standalone_sdk
6-
74PKGS_DIR := packages
8-
95source "$(RTT_DIR)/Kconfig"
106osource "$PKGS_DIR/Kconfig"
117source "$(BSP_DIR)/../libraries/drivers/Kconfig"
12-
138config BSP_USING_GIC
149 bool
1510 default y
1611 config BSP_USING_GICV3
1712 bool
1813 default y
19-
2014config PHYTIUM_ARCH_AARCH64
2115 bool
2216 select ARCH_ARMV8
@@ -30,37 +24,33 @@ config PHYTIUM_ARCH_AARCH64
3024 select RT_USING_HW_ATOMIC
3125 default y
3226
33-
3427if TARGET_E2000Q
3528 config ARM_SPI_BIND_CPU_ID
3629 int
3730 default 2
3831endif
39-
4032if TARGET_E2000D
4133 config ARM_SPI_BIND_CPU_ID
4234 int
4335 default 0
4436endif
45-
4637if TARGET_PHYTIUMPI
4738 config ARM_SPI_BIND_CPU_ID
4839 int
4940 default 2
5041endif
51-
5242if RT_USING_SMP
53-
5443endif
55-
5644menu "Standalone Setting"
5745 config TARGET_ARMV8_AARCH64
5846 bool "Armv8 Aarch64"
5947 default y
60-
6148 source "$(SDK_DIR)/soc/soc.kconfig"
6249 source "$(BSP_DIR)/../board/board.kconfig"
6350 source "$(SDK_DIR)/common/common.kconfig"
6451
6552endmenu
6653
54+ config KERNEL_ASPACE_START
55+ hex
56+ default 0x1000
You can’t perform that action at this time.
0 commit comments