summaryrefslogtreecommitdiffstats
path: root/rules/experimental.in
blob: 278dac4d7f5fc26387411d492011eb8e7ba3d0f6 (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
comment "Code Maturity                 "

config EXPERIMENTAL
	bool "Support experimental Stuff"
	help
	  Some options in PTXdist are considered to be experimental.
	  Well, if I tell you the truth, *all* options are experimental,
	  but the ones marked with PTXCONF_EXPERIMENTAL are *officially*
	  being marked as experimental.

config EXPERIMENTAL_MORE
	bool "Support even more experimental Stuff"
	depends on EXPERIMENTAL
	help
	  If you thought that PTXCONF_EXPERIMENTAL was stuff you shouldn't
	  try, packets being marked with PTXCONF_EXPERIMENTAL_MORE is
	  definitely not for people who do not want to live on the
	  bleeding edge.

config BROKEN
	bool "Support packets known to be broken"
	depends on EXPERIMENTAL
	help
	  If this option is checked, even packets are activated which
	  are known to be broken.

config INVISIBLE
	bool