xtensa:kconfig: move ARCH_HAVE_TESTSET config to chip
Some xtensa arch have not implentment testset instructions Signed-off-by: zhuyanlin <zhuyanlin1@xiaomi.com>
This commit is contained in:
parent
7134220ae2
commit
c833048484
@ -107,7 +107,6 @@ config ARCH_XTENSA
|
||||
select ARCH_HAVE_INTERRUPTSTACK
|
||||
select ARCH_HAVE_STACKCHECK
|
||||
select ARCH_HAVE_CUSTOMOPT
|
||||
select ARCH_HAVE_TESTSET
|
||||
select ARCH_HAVE_STDARG_H
|
||||
select ARCH_HAVE_SETJMP if ARCH_TOOLCHAIN_GNU
|
||||
select ARCH_HAVE_SYSCALL_HOOKS
|
||||
|
@ -18,6 +18,7 @@ config ARCH_CHIP_ESP32
|
||||
select ARCH_HAVE_SDRAM
|
||||
select ARCH_HAVE_RESET
|
||||
select ARCH_HAVE_BOOTLOADER
|
||||
select ARCH_HAVE_TESTSET
|
||||
select ARCH_VECNOTIRQ
|
||||
select LIBC_ARCH_MEMCPY
|
||||
select LIBC_ARCH_MEMCHR
|
||||
@ -51,6 +52,7 @@ config ARCH_CHIP_ESP32S2
|
||||
select ARCH_HAVE_SDRAM
|
||||
select ARCH_HAVE_RESET
|
||||
select ARCH_HAVE_BOOTLOADER
|
||||
select ARCH_HAVE_TESTSET
|
||||
select ARCH_VECNOTIRQ
|
||||
select LIBC_ARCH_MEMCPY
|
||||
select LIBC_ARCH_MEMCHR
|
||||
@ -79,6 +81,7 @@ config ARCH_CHIP_ESP32S3
|
||||
select ARCH_HAVE_SDRAM
|
||||
select ARCH_HAVE_RESET
|
||||
select ARCH_HAVE_BOOTLOADER
|
||||
select ARCH_HAVE_TESTSET
|
||||
select ARCH_VECNOTIRQ
|
||||
select LIBC_ARCH_MEMCPY
|
||||
select LIBC_ARCH_MEMCHR
|
||||
|
Loading…
Reference in New Issue
Block a user