summaryrefslogtreecommitdiffstats
path: root/rules/rtai.in
blob: d2eae636a214d86c39453fd886535d0c091127c0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
config RTAI
	bool "Realtime Extension: RTAI"

choice
	prompt "RTAI Version"
	depends on RTAI
	default RTAI_3_1_TEST4

#	config RTAI_24_1_9
#		bool "24.1.9 "
#
#	config RTAI_24_1_10
#		bool "24.1.10"
#
#	config RTAI_24_1_11
#		bool "24.1.11"
#
#	config RTAI_24_1_12
#		bool "24.1.12"

	config RTAI_3_1_TEST4
		bool "3.1-test4"

endchoice

menu "Configure original RTAI options"
	depends on RTAI
source "config/rtai-3.1-test4/rtai-core/arch/i386/Kconfig"
endmenu

config RTAI_TESTSUITE
	bool "install RTAI testsuite"
	depends on RTAI
	help
	  FIXME: This item needs to be documented