[BSP][Nuclei] Remove ARCH_NUCLEI in bsp KConfig

Signed-off-by: Huaqi Fang <578567190@qq.com>
This commit is contained in:
Huaqi Fang 2020-04-16 15:50:00 +08:00
parent fe43869c79
commit 915ad4c076
3 changed files with 0 additions and 3 deletions

View File

@ -71,7 +71,6 @@ CONFIG_RT_VER_NUM=0x40003
# CONFIG_RT_USING_CPU_FFS is not set
CONFIG_ARCH_RISCV=y
CONFIG_ARCH_RISCV32=y
CONFIG_ARCH_NUCLEI=y
# CONFIG_ARCH_CPU_STACK_GROWS_UPWARD is not set
#

View File

@ -21,7 +21,6 @@ source "board/Kconfig"
config SOC_GD32VF103
bool
select ARCH_NUCLEI
select ARCH_RISCV32
select PKG_USING_NUCLEI_SDK
select RT_USING_COMPONENTS_INIT

View File

@ -47,7 +47,6 @@
#define RT_VER_NUM 0x40003
#define ARCH_RISCV
#define ARCH_RISCV32
#define ARCH_NUCLEI
/* RT-Thread Components */