[POC 03/12] arch/Kconfig: add ARCH_HAS_RAI symbol

From: Rasmus Villemoes
Date: Wed Oct 17 2018 - 18:33:48 EST


Signed-off-by: Rasmus Villemoes <linux@xxxxxxxxxxxxxxxxxx>
---
arch/Kconfig | 3 +++
1 file changed, 3 insertions(+)

diff --git a/arch/Kconfig b/arch/Kconfig
index 9d329608913e..160893bd6a5c 100644
--- a/arch/Kconfig
+++ b/arch/Kconfig
@@ -275,6 +275,9 @@ config ARCH_THREAD_STACK_ALLOCATOR
config ARCH_WANTS_DYNAMIC_TASK_STRUCT
bool

+config ARCH_HAS_RAI
+ bool
+
config HAVE_REGS_AND_STACK_ACCESS_API
bool
help
--
2.19.1.6.gbde171bbf5