blob: a4a6aa0409cd00e10b3ba601155ca788598bebf7 (
plain)
1
2
3
4
5
6
7
8
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
|