|
diff --git a/config.in b/config.in index d30f70b..6b63da1 100644 --- a/ config.in+++ b/ config.in |
|
@@ -1,161 +1,167 @@ |
1 | mainmenu "Opie Configuration" |
1 | mainmenu "Opie Configuration" |
2 | menu "Build Parameters" |
2 | menu "Build Parameters" |
3 | |
3 | |
4 | #choice |
4 | #choice |
5 | # prompt "Build Processor family" |
5 | # prompt "Build Processor family" |
6 | # default BUILD_X86 |
6 | # default BUILD_X86 |
7 | # help |
7 | # help |
8 | # Please select the architecture of the machine you will be |
8 | # Please select the architecture of the machine you will be |
9 | # building the OpenZaurus buildroot on. |
9 | # building the OpenZaurus buildroot on. |
10 | # |
10 | # |
11 | # config BUILD_X86 |
11 | # config BUILD_X86 |
12 | # boolean "X86 Architecture" |
12 | # boolean "X86 Architecture" |
13 | # |
13 | # |
14 | #endchoice |
14 | #endchoice |
15 | |
15 | |
16 | choice |
16 | choice |
17 | prompt "Target Machine" |
17 | prompt "Target Machine" |
18 | default TARGET_X86 |
18 | default TARGET_X86 |
19 | help |
19 | help |
20 | Please select the architecture of the machine you will be |
20 | Please select the architecture of the machine you will be |
21 | building the OpenZaurus buildroot for. |
21 | building the OpenZaurus buildroot for. |
22 | |
22 | |
23 | config TARGET_X86 |
23 | config TARGET_X86 |
24 | boolean "Intel X86" |
24 | boolean "Intel X86" |
25 | |
25 | |
26 | config TARGET_SHARP |
26 | config TARGET_SHARP |
27 | boolean "Sharp Zaurus SL-5x00 - stock" |
27 | boolean "Sharp Zaurus SL-5x00 - stock" |
28 | |
28 | |
29 | # config TARGET_OZ |
29 | # config TARGET_OZ |
30 | # boolean "Sharp Zaurus SL-5x00 - OpenZaurus" |
30 | # boolean "Sharp Zaurus SL-5x00 - OpenZaurus" |
31 | |
31 | |
32 | config TARGET_IPAQ |
32 | config TARGET_IPAQ |
33 | boolean "Ipaq" |
33 | boolean "Ipaq" |
34 | |
34 | |
35 | endchoice |
35 | endchoice |
36 | |
36 | |
37 | config OPTIMIZE |
37 | config OPTIMIZE |
38 | boolean "Use optimizations" |
38 | boolean "Use optimizations" |
39 | default "y" if ! TARGET_X86 |
39 | default "y" if ! TARGET_X86 |
40 | |
40 | |
41 | config DEBUG |
41 | config DEBUG |
42 | boolean "Enable debug builds" |
42 | boolean "Enable debug builds" |
43 | default n |
43 | default n |
44 | |
44 | |
45 | config RELEASE |
45 | config RELEASE |
46 | bool |
46 | bool |
47 | default y |
47 | default y |
48 | depends ! DEBUG |
48 | depends ! DEBUG |
49 | |
49 | |
50 | config SPECFILE |
50 | config SPECFILE |
51 | string |
51 | string |
52 | default "qws/linux-generic-g++" if TARGET_X86 && (! X11) |
52 | default "qws/linux-generic-g++" if TARGET_X86 && (! X11) |
53 | default "linux-g++" if TARGET_X86 && X11 |
53 | default "linux-g++" if TARGET_X86 && X11 |
54 | default "qws/linux-sharp-g++" if TARGET_SHARP && (! X11) |
54 | default "qws/linux-sharp-g++" if TARGET_SHARP && (! X11) |
55 | default "linux-g++" if TARGET_SHARP && X11 |
55 | default "linux-g++" if TARGET_SHARP && X11 |
56 | # default "linux-oz-g++" if TARGET_OZ |
56 | # default "linux-oz-g++" if TARGET_OZ |
57 | default "qws/linux-ipaq-g++" if TARGET_IPAQ && (! X11) |
57 | default "qws/linux-ipaq-g++" if TARGET_IPAQ && (! X11) |
58 | default "linux-g++" if TARGET_IPAQ && X11 |
58 | default "linux-g++" if TARGET_IPAQ && X11 |
59 | |
59 | |
60 | config CUSTOMFILE |
60 | config CUSTOMFILE |
61 | string |
61 | string |
62 | default "custom-ipaq.h" if TARGET_IPAQ |
62 | default "custom-ipaq.h" if TARGET_IPAQ |
63 | default "custom-sharp.h" if TARGET_SHARP |
63 | default "custom-sharp.h" if TARGET_SHARP |
64 | |
64 | |
65 | |
65 | |
66 | config OPTIMIZATIONS |
66 | config OPTIMIZATIONS |
67 | string "Optimization flags" |
67 | string "Optimization flags" |
68 | depends OPTIMIZE |
68 | depends OPTIMIZE |
69 | default "-march=armv4 -mtune=strongarm1100 -mapcs-32 -fexpensive-optimizations -fomit-frame-pointer -O2" if TARGET_IPAQ |
69 | default "-march=armv4 -mtune=strongarm1100 -mapcs-32 -fexpensive-optimizations -fomit-frame-pointer -O2" if TARGET_IPAQ |
70 | default "-march=armv4 -mtune=strongarm1100 -mapcs-32 -fexpensive-optimizations -fomit-frame-pointer -O2" if TARGET_SHARP |
70 | default "-march=armv4 -mtune=strongarm1100 -mapcs-32 -fexpensive-optimizations -fomit-frame-pointer -O2" if TARGET_SHARP |
71 | |
71 | |
72 | #config CROSS |
72 | #config CROSS |
73 | # string "Crosscompilation prefix" |
73 | # string "Crosscompilation prefix" |
74 | # default "arm-linux-" |
74 | # default "arm-linux-" |
75 | # help |
75 | # help |
76 | # Crosscompilation prefix is the prefix which will be prepended |
76 | # Crosscompilation prefix is the prefix which will be prepended |
77 | # to all compilation commands. For example, a crosscompilation prefix |
77 | # to all compilation commands. For example, a crosscompilation prefix |
78 | # of arm-linux-, results in the build calling arm-linux-gcc as its CC. |
78 | # of arm-linux-, results in the build calling arm-linux-gcc as its CC. |
79 | |
79 | |
| |
80 | config EXPERIMENTAL |
| |
81 | bool "Prompt for development and/or incomplete items" |
| |
82 | default y |
| |
83 | |
80 | endmenu |
84 | endmenu |
81 | |
85 | |
82 | menu "Base" |
86 | menu "Base" |
83 | choice |
87 | choice |
84 | prompt "Qpe Library Selection" |
88 | prompt "Qpe Library Selection" |
85 | default LIBQPE |
89 | default LIBQPE |
86 | |
90 | |
87 | source library/config.in |
91 | source library/config.in |
88 | source x11/config.in |
92 | source x11/config.in |
89 | endchoice |
93 | endchoice |
90 | source libopie/config.in |
94 | source libopie/config.in |
91 | source core/opie-login/config.in |
95 | source core/opie-login/config.in |
92 | source core/opiealarm/config.in |
96 | source core/opiealarm/config.in |
93 | source core/launcher/config.in |
97 | source core/launcher/config.in |
94 | source core/qws/config.in |
98 | source core/qws/config.in |
95 | endmenu |
99 | endmenu |
96 | |
100 | |
97 | comment "" |
101 | comment "" |
98 | |
102 | |
99 | #config APPLETS |
103 | #config APPLETS |
100 | # bool "Applets" |
104 | # bool "Applets" |
101 | # default "y" |
105 | # default "y" |
102 | |
106 | |
103 | menu "Applets" |
107 | menu "Applets" |
104 | # depends APPLETS |
108 | # depends APPLETS |
105 | |
109 | |
106 | source core/applets/config.in |
110 | source core/applets/config.in |
107 | source noncore/applets/config.in |
111 | source noncore/applets/config.in |
108 | endmenu |
112 | endmenu |
109 | |
113 | |
110 | #config APPS |
114 | #config APPS |
111 | # bool "Apps" |
115 | # bool "Apps" |
112 | # default "y" |
116 | # default "y" |
113 | |
117 | |
114 | menu "Apps" |
118 | menu "Apps" |
115 | # depends APPS |
119 | # depends APPS |
116 | |
120 | |
117 | source core/apps/config.in |
121 | source core/apps/config.in |
118 | source noncore/apps/config.in |
122 | source noncore/apps/config.in |
119 | endmenu |
123 | endmenu |
120 | |
124 | |
121 | menu "Communications and Networking" |
125 | menu "Communications and Networking" |
122 | source noncore/comm/config.in |
126 | source noncore/comm/config.in |
123 | source noncore/mail/config.in |
127 | source noncore/mail/config.in |
124 | source noncore/net/config.in |
128 | source noncore/net/config.in |
125 | endmenu |
129 | endmenu |
126 | menu "Games" |
130 | menu "Games" |
127 | source noncore/games/config.in |
131 | source noncore/games/config.in |
128 | endmenu |
132 | endmenu |
129 | menu "Graphics and Multimedia" |
133 | menu "Graphics and Multimedia" |
130 | source freetype/config.in |
134 | source freetype/config.in |
131 | source noncore/graphics/config.in |
135 | source noncore/graphics/config.in |
132 | source core/multimedia/config.in |
136 | source core/multimedia/config.in |
133 | source noncore/multimedia/config.in |
137 | source noncore/multimedia/config.in |
134 | endmenu |
138 | endmenu |
135 | menu "Input methods" |
139 | menu "Input methods" |
136 | source inputmethods/config.in |
140 | source inputmethods/config.in |
137 | endmenu |
141 | endmenu |
138 | menu "Pim" |
142 | menu "Pim" |
139 | source core/pim/config.in |
143 | source core/pim/config.in |
140 | menu "Today Plugins" |
144 | menu "Today Plugins" |
141 | source noncore/todayplugins/config.in |
145 | source noncore/todayplugins/config.in |
142 | source core/pim/today/plugins/config.in |
146 | source core/pim/today/plugins/config.in |
143 | endmenu |
147 | endmenu |
144 | endmenu |
148 | endmenu |
145 | menu "Settings" |
149 | menu "Settings" |
146 | source core/settings/config.in |
150 | source core/settings/config.in |
147 | source noncore/settings/config.in |
151 | source noncore/settings/config.in |
148 | endmenu |
152 | endmenu |
149 | menu "Theming" |
153 | menu "Theming" |
150 | source noncore/decorations/config.in |
154 | source noncore/decorations/config.in |
151 | source noncore/styles/config.in |
155 | source noncore/styles/config.in |
152 | endmenu |
156 | endmenu |
153 | menu "Tools" |
157 | menu "Tools" |
154 | source noncore/tools/config.in |
158 | source noncore/tools/config.in |
155 | source development/config.in |
159 | source development/config.in |
156 | endmenu |
160 | endmenu |
157 | comment "" |
161 | comment "" |
| |
162 | depends on EXPERIMENTAL |
158 | menu "Experimental" |
163 | menu "Experimental" |
| |
164 | depends on EXPERIMENTAL |
159 | source libopie2/config.in |
165 | source libopie2/config.in |
160 | endmenu |
166 | endmenu |
161 | |
167 | |
|