kernel/arch: rename ARCH_HAS_NANO_FIBER_ABORT to ARCH_HAS_THREAD_ABORT

And also remove now obsolete ARCH_HAS_TASK_ABORT.

ARC does not need the options either.

Change-Id: Ie52d63178a367ce12b911dacfe2d389f4f75ed2d
Signed-off-by: Benjamin Walsh <benjamin.walsh@windriver.com>
This commit is contained in:
Benjamin Walsh 2016-12-17 13:01:49 -05:00 committed by Anas Nashif
commit cef368f578
3 changed files with 2 additions and 17 deletions

View file

@ -277,12 +277,7 @@ config ZERO_LATENCY_IRQS
Note that this is a somewhat dangerous option: ISRs of priority zero
interrupts cannot use any kernel functionality.
config ARCH_HAS_TASK_ABORT
bool
# omit prompt to signify a "hidden" option
default y
config ARCH_HAS_NANO_FIBER_ABORT
config ARCH_HAS_THREAD_ABORT
bool
# omit prompt to signify a "hidden" option
default y