summaryrefslogtreecommitdiff
path: root/config.in
Unidiff
Diffstat (limited to 'config.in') (more/less context) (ignore whitespace changes)
-rw-r--r--config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.in b/config.in
index a89724b..dac9024 100644
--- a/config.in
+++ b/config.in
@@ -1,180 +1,180 @@
1mainmenu "Opie Configuration" 1mainmenu "Opie Configuration"
2 2
3menu "Build Parameters" 3menu "Build Parameters"
4 4
5choice 5choice
6 prompt "Target Machine" 6 prompt "Target Machine"
7 default TARGET_X86 7 default TARGET_X86
8 help 8 help
9 Please select the architecture of the machine you will be 9 Please select the architecture of the machine you will be
10 building the OpenZaurus buildroot for. 10 building the OpenZaurus buildroot for.
11 11
12 config TARGET_X86 12 config TARGET_X86
13 boolean "Intel X86" 13 boolean "Intel X86"
14 14
15 config TARGET_SHARP 15 config TARGET_SHARP
16 boolean "Sharp Zaurus" 16 boolean "Sharp Zaurus"
17 17
18 config TARGET_IPAQ 18 config TARGET_IPAQ
19 boolean "iPAQ" 19 boolean "iPAQ"
20 20
21 config TARGET_RAMSES 21 config TARGET_RAMSES
22 boolean "Ramses" 22 boolean "Ramses"
23 23
24 config TARGET_SIMPAD 24 config TARGET_SIMPAD
25 boolean "SIMpad" 25 boolean "SIMpad"
26 26
27endchoice 27endchoice
28 28
29config OPTIMIZE 29config OPTIMIZE
30 boolean "Use optimizations" 30 boolean "Use optimizations"
31 default "y" if ! TARGET_X86 31 default "y" if ! TARGET_X86
32 32
33config DEBUG 33config DEBUG
34 boolean "Enable debug builds" 34 boolean "Enable debug builds"
35 default n 35 default n
36config RELEASE 36config RELEASE
37 bool 37 bool
38 default y 38 default y
39 depends !DEBUG 39 depends !DEBUG
40 40
41config QUICK_LAUNCH 41config QUICK_LAUNCH
42 boolean "Enable Quick Launch" 42 boolean "Enable Quick Launch"
43 default n 43 default n
44 44
45config SPECFILE 45config SPECFILE
46 string 46 string
47 default "qws/linux-generic-g++" if TARGET_X86 && (! X11) 47 default "qws/linux-generic-g++" if TARGET_X86 && (! X11)
48 default "linux-g++" if TARGET_X86 && X11 48 default "linux-g++" if TARGET_X86 && X11
49 default "qws/linux-sharp-g++" if TARGET_SHARP && (! X11) 49 default "qws/linux-sharp-g++" if TARGET_SHARP && (! X11)
50 default "linux-g++" if TARGET_SHARP && X11 50 default "linux-g++" if TARGET_SHARP && X11
51 default "qws/linux-ipaq-g++" if TARGET_IPAQ && (! X11) 51 default "qws/linux-ipaq-g++" if TARGET_IPAQ && (! X11)
52 default "linux-g++" if TARGET_IPAQ && X11 52 default "linux-g++" if TARGET_IPAQ && X11
53 default "qws/linux-ramses-g++" if TARGET_RAMSES && (! X11) 53 default "qws/linux-ramses-g++" if TARGET_RAMSES && (! X11)
54 default "linux-g++" if TARGET_RAMSES && X11 54 default "linux-g++" if TARGET_RAMSES && X11
55 default "qws/linux-simpad-g++" if TARGET_SIMPAD && (! X11) 55 default "qws/linux-simpad-g++" if TARGET_SIMPAD && (! X11)
56 default "linux-g++" if TARGET_SIMPAD && X11 56 default "linux-g++" if TARGET_SIMPAD && X11
57 57
58config CUSTOMFILE 58config CUSTOMFILE
59 string 59 string
60 default "custom-ipaq.h" if TARGET_IPAQ 60 default "custom-ipaq.h" if TARGET_IPAQ
61 default "custom-sharp.h" if TARGET_SHARP 61 default "custom-sharp.h" if TARGET_SHARP
62 default "custom-ramses.h" if TARGET_RAMSES 62 default "custom-ramses.h" if TARGET_RAMSES
63 default "custom-ipaq.h" if TARGET_SIMPAD 63 default "custom-ipaq.h" if TARGET_SIMPAD
64 64
65config OPTIMIZATIONS 65config OPTIMIZATIONS
66 string "Optimization flags" 66 string "Optimization flags"
67 depends OPTIMIZE 67 depends OPTIMIZE
68 default "-march=armv4 -mtune=strongarm1100 -mapcs-32 -fexpensive-optimizations -fomit-frame-pointer -O2" if TARGET_IPAQ 68 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_SHARP 69 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_RAMSES 70 default "-march=armv4 -mtune=strongarm1100 -mapcs-32 -fexpensive-optimizations -fomit-frame-pointer -O2" if TARGET_RAMSES
71 default "-march=armv4 -mtune=strongarm1100 -mapcs-32 -fexpensive-optimizations -fomit-frame-pointer -O2" if TARGET_SIMPAD 71 default "-march=armv4 -mtune=strongarm1100 -mapcs-32 -fexpensive-optimizations -fomit-frame-pointer -O2" if TARGET_SIMPAD
72 72
73config EXPERIMENTAL 73config EXPERIMENTAL
74 bool "Prompt for development and/or incomplete items" 74 bool "Prompt for development and/or incomplete items"
75 default y 75 default y
76 76
77endmenu 77endmenu
78 78
79menu "Base" 79menu "Base"
80 choice 80 choice
81 prompt "Qpe Library Selection" 81 prompt "Qpe Library Selection"
82 default LIBQPE 82 default LIBQPE
83 source library/config.in 83 source library/config.in
84 source x11/config.in 84 source x11/config.in
85 endchoice 85 endchoice
86 source libopie/config.in 86 source libopie/config.in
87 source core/opie-login/config.in 87 source core/opie-login/config.in
88 source core/opiealarm/config.in 88 source core/opiealarm/config.in
89 source core/launcher/config.in 89 source core/launcher/config.in
90 source core/qws/config.in 90 source core/qws/config.in
91endmenu 91endmenu
92 92
93comment "" 93comment ""
94 94
95menu "Applets" 95menu "Applets"
96 source core/applets/config.in 96 source core/applets/config.in
97 source noncore/applets/config.in 97 source noncore/applets/config.in
98endmenu 98endmenu
99 99
100menu "Apps" 100menu "Apps"
101 source core/apps/config.in 101 source core/apps/config.in
102 source noncore/apps/config.in 102 source noncore/apps/config.in
103endmenu 103endmenu
104 104
105menu "Communications and Networking" 105menu "Communications and Networking"
106 source noncore/comm/config.in 106 source noncore/comm/config.in
107 source noncore/mail/config.in 107 source noncore/mail/config.in
108 source noncore/net/config.in 108 source noncore/net/config.in
109endmenu 109endmenu
110 110
111menu "Games" 111menu "Games"
112 source noncore/games/config.in 112 source noncore/games/config.in
113endmenu 113endmenu
114 114
115menu "Graphics and Multimedia" 115menu "Graphics and Multimedia"
116 source freetype/config.in 116 source freetype/config.in
117 source noncore/graphics/config.in 117 source noncore/graphics/config.in
118 source core/multimedia/config.in 118 source core/multimedia/config.in
119 source noncore/multimedia/config.in 119 source noncore/multimedia/config.in
120endmenu 120endmenu
121 121
122menu "Input methods" 122menu "Input methods"
123 source inputmethods/config.in 123 source inputmethods/config.in
124endmenu 124endmenu
125 125
126menu "Pim" 126menu "Pim"
127 source core/pim/config.in 127 source core/pim/config.in
128 menu "Today Plugins" 128 menu "Today Plugins"
129 source noncore/todayplugins/config.in 129 source noncore/todayplugins/config.in
130 source core/pim/today/plugins/config.in 130 source core/pim/today/plugins/config.in
131 endmenu 131 endmenu
132endmenu 132endmenu
133 133
134menu "Settings" 134menu "Settings"
135 source core/settings/config.in 135 source core/settings/config.in
136 source noncore/settings/config.in 136 source noncore/settings/config.in
137endmenu 137endmenu
138 138
139menu "Theming" 139menu "Theming"
140 source noncore/decorations/config.in 140 source noncore/decorations/config.in
141 source noncore/styles/config.in 141 source noncore/styles/config.in
142endmenu 142endmenu
143 143
144menu "Tools" 144menu "Tools"
145 source noncore/tools/config.in 145 source noncore/tools/config.in
146endmenu 146endmenu
147 147
148menu "Development" 148menu "Development"
149 source development/keyview/config.in 149 source development/keyview/config.in
150 source development/debugviewer/config.in 150 #source development/debugviewer/config.in
151endmenu 151endmenu
152 152
153menu "Examples" 153menu "Examples"
154 config EXAMPLES 154 config EXAMPLES
155 boolean "Compile Example Application" 155 boolean "Compile Example Application"
156 source examples/config.in 156 source examples/config.in
157endmenu 157endmenu
158 158
159comment "" 159comment ""
160 depends on EXPERIMENTAL 160 depends on EXPERIMENTAL
161menu "Experimental" 161menu "Experimental"
162 depends on EXPERIMENTAL 162 depends on EXPERIMENTAL
163 source libopie2/config.in 163 source libopie2/config.in
164 164
165 config SQL_PIM_BACKEND 165 config SQL_PIM_BACKEND
166 bool "Add SQL-Backend support (experimental)" 166 bool "Add SQL-Backend support (experimental)"
167 default n 167 default n
168 help 168 help
169 This adds the SQL-Support, using SQLite. Which database is used 169 This adds the SQL-Support, using SQLite. Which database is used
170 by the backends is defined by the file "pimaccess.conf" in the 170 by the backends is defined by the file "pimaccess.conf" in the
171 directory "Settings". 171 directory "Settings".
172 There currently do exist to groups "[contact]" and "[todo]". You can 172 There currently do exist to groups "[contact]" and "[todo]". You can
173 select the used backend by the variable "usebackend=<type>", where 173 select the used backend by the variable "usebackend=<type>", where
174 <type> is "sql" or "xml". "xml" is the default ! 174 <type> is "sql" or "xml". "xml" is the default !
175 Important: The SQLite-library "libsqlite.so" must be installed ! 175 Important: The SQLite-library "libsqlite.so" must be installed !
176 depends ( LIBOPIE2DB ) 176 depends ( LIBOPIE2DB )
177 177
178 comment "SQL-Support needs libopie2db!" 178 comment "SQL-Support needs libopie2db!"
179 depends !( LIBOPIE2DB ) 179 depends !( LIBOPIE2DB )
180endmenu 180endmenu