Skip to content

Commit 5a7d7c2

Browse files
authored
New Update Kconfig
1 parent 1aef0db commit 5a7d7c2

File tree

1 file changed

+3
-13
lines changed

1 file changed

+3
-13
lines changed

bsp/phytium/aarch64/Kconfig

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,16 @@
11
mainmenu "RT-Thread Project Configuration"
2-
32
RTT_DIR := ../../..
4-
53
SDK_DIR:= .././libraries/phytium_standalone_sdk
6-
74
PKGS_DIR := packages
8-
95
source "$(RTT_DIR)/Kconfig"
106
osource "$PKGS_DIR/Kconfig"
117
source "$(BSP_DIR)/../libraries/drivers/Kconfig"
12-
138
config BSP_USING_GIC
149
bool
1510
default y
1611
config BSP_USING_GICV3
1712
bool
1813
default y
19-
2014
config 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-
3427
if TARGET_E2000Q
3528
config ARM_SPI_BIND_CPU_ID
3629
int
3730
default 2
3831
endif
39-
4032
if TARGET_E2000D
4133
config ARM_SPI_BIND_CPU_ID
4234
int
4335
default 0
4436
endif
45-
4637
if TARGET_PHYTIUMPI
4738
config ARM_SPI_BIND_CPU_ID
4839
int
4940
default 2
5041
endif
51-
5242
if RT_USING_SMP
53-
5443
endif
55-
5644
menu "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

6552
endmenu
6653

54+
config KERNEL_ASPACE_START
55+
hex
56+
default 0x1000

0 commit comments

Comments
 (0)