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:
parent
d17524b86c
commit
fc7ef47ed5
@ -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
|
||||
|
||||
@ -37,6 +37,8 @@ Architectures
|
||||
|
||||
* Xtensa
|
||||
|
||||
* Removed the unused Kconfig option ``CONFIG_XTENSA_NO_IPC``.
|
||||
|
||||
* x86
|
||||
|
||||
* POSIX
|
||||
|
||||
Loading…
Reference in New Issue
Block a user