summaryrefslogtreecommitdiff
path: root/realtime/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'realtime/Kconfig')
-rw-r--r--realtime/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/realtime/Kconfig b/realtime/Kconfig
new file mode 100644
index 0000000..7b9ebd4
--- /dev/null
+++ b/realtime/Kconfig
@@ -0,0 +1,8 @@
+menuconfig REALTIME_MAIN
+ bool "Realtime"
+
+if REALTIME_MAIN
+ source "realtime/rt-app-basics/Kconfig"
+ source "realtime/rt-basics/Kconfig"
+ source "realtime/rt-specialties/Kconfig"
+endif