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