xtensa: remove CONFIG_XTENSA_NO_IPC

There is no in-tree user. Also, it is misleading as we use
SCOMPARE1 for spinlock too, not just IPC.

Signed-off-by: Daniel Leung <daniel.leung@intel.com>
This commit is contained in:
Daniel Leung 2023-12-06 12:17:51 -08:00 committed by Carles Cufí
parent d17524b86c
commit fc7ef47ed5
2 changed files with 2 additions and 7 deletions

View File

@ -14,13 +14,6 @@ config SIMULATOR_XTENSA
help
Specify if the board configuration should be treated as a simulator.
config XTENSA_NO_IPC
bool "Core has no IPC support"
select ATOMIC_OPERATIONS_C
help
Uncheck this if your core does not implement "SCOMPARE1" register and "s32c1i"
instruction.
config XTENSA_RESET_VECTOR
bool "Build reset vector code"
default y

View File

@ -37,6 +37,8 @@ Architectures
* Xtensa
* Removed the unused Kconfig option ``CONFIG_XTENSA_NO_IPC``.
* x86
* POSIX