summaryrefslogtreecommitdiffstats
path: root/efl/enlightenment/Config.in
blob: aea0dff93071f06d5955d3020625167ef8498680 (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
choice
	prompt "default enlightenment profile"
	default E17_standard

config E17_illume
	bool
	prompt "illume"

config E17_minimalist
	bool
	prompt "minimalist"

config E17_netbook
	bool
	prompt "netbook"

config E17_scalable
	bool
	prompt "scalable"

config E17_standard
	bool
	prompt "standard"

endchoice