From: Jan Kiszka <[email protected]>
Signed-off-by: Jan Kiszka <[email protected]>
---
Kconfig | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/Kconfig b/Kconfig
index 8337d3f..df47058 100644
--- a/Kconfig
+++ b/Kconfig
@@ -63,6 +63,9 @@ choice
config XENOMAI_LATEST
bool "Head of next branch"
+config XENOMAI_3_2_LATEST
+ bool "Head of stable/v3.2.x branch"
+
config XENOMAI_3_2
bool "Latest 3.2.x release"
@@ -78,6 +81,7 @@ endchoice
config KAS_INCLUDE_XENOMAI
string
default "opt-xenomai-next.yml" if XENOMAI_LATEST
+ default "opt-xenomai-3.2.x.yml" if XENOMAI_3_2_LATEST
default "opt-xenomai-3.1.x.yml" if XENOMAI_3_1_LATEST
default "opt-xenomai-3.0.x.yml" if XENOMAI_3_0_LATEST
@@ -87,11 +91,11 @@ choice
config KERNEL_5_10_LATEST
bool "Head of 5.10 Dovetail branch"
- depends on XENOMAI_LATEST || XENOMAI_3_2
+ depends on XENOMAI_LATEST || XENOMAI_3_2_LATEST || XENOMAI_3_2
config KERNEL_5_10
bool "Latest 5.10 Dovetail version"
- depends on XENOMAI_LATEST || XENOMAI_3_2
+ depends on XENOMAI_LATEST || XENOMAI_3_2_LATEST || XENOMAI_3_2
config KERNEL_5_4_LATEST
bool "Head of 5.4 I-pipe branch"
--
2.31.1