summaryrefslogtreecommitdiff
Unidiff
Diffstat (more/less context) (show whitespace changes)
-rw-r--r--config.in27
1 files changed, 18 insertions, 9 deletions
diff --git a/config.in b/config.in
index 31d4684..2e9c90e 100644
--- a/config.in
+++ b/config.in
@@ -18,3 +18,6 @@ choice
18 config TARGET_SHARP 18 config TARGET_SHARP
19 boolean "Sharp Zaurus" 19 boolean "Sharp Zaurus w/ SA1100 (5000 and 5500)"
20
21 config TARGET_C700
22 boolean "Sharp Zaurus w/ PXA25x (5600, C7x0, C8x0)"
20 23
@@ -53,3 +56,4 @@ config QUICK_LAUNCH
53 boolean "Enable Quick Launch" 56 boolean "Enable Quick Launch"
54 default n 57 default n if TARGET_X86
58 default y if ! TARGET_X86
55 59
@@ -91,2 +95,3 @@ config OPTIMIZATIONS
91 default "-march=armv4 -mtune=strongarm1100 -mapcs-32 -fexpensive-optimizations -fomit-frame-pointer -O2" if TARGET_SIMPAD 95 default "-march=armv4 -mtune=strongarm1100 -mapcs-32 -fexpensive-optimizations -fomit-frame-pointer -O2" if TARGET_SIMPAD
96 default "-march=armv5te -mtune=xscale -mapcs-32 -fexpensive-optimizations -fomit-frame-pointer -O2" if TARGET_C700
92 97
@@ -105,3 +110,3 @@ config OPIE_NO_BUILTIN_SHUTDOWN
105 boolean "Disable the built in shutdown application" 110 boolean "Disable the built in shutdown application"
106 default n 111 default y
107 112
@@ -110,3 +115,3 @@ config OPIE_NO_BUILTIN_CALIBRATE
110 default y if TARGET_YOPY 115 default y if TARGET_YOPY
111 default n 116 default n if ! TARGET_YOPY
112 117
@@ -115,3 +120,3 @@ config OPIE_SOUND_FRAGMENT_SHIFT
115 default "14" if TARGET_IPAQ 120 default "14" if TARGET_IPAQ
116 default "16" if (!TARGET_IPAQ) 121 default "16" if ! TARGET_IPAQ
117 122
@@ -120,3 +125,3 @@ config USE_REALTIME_AUDIO_THREAD
120 default y if TARGET_IPAQ || TARGET_SIMPAD || TARGET_RAMSES || TARGET_SHARP 125 default y if TARGET_IPAQ || TARGET_SIMPAD || TARGET_RAMSES || TARGET_SHARP
121 default n 126 default n if ! (TARGET_IPAQ || TARGET_SIMPAD || TARGET_RAMSES || TARGET_SHARP)
122 127
@@ -130,3 +135,7 @@ config OPIE_HIGH_RES_SMALL_PHY
130 default y if TARGET_C700 135 default y if TARGET_C700
131 default n 136 default n if ! TARGET_C700
137
138config USE_FILE_NOTIFICATION
139 boolean "Substitute (some) polling interfaces with OFileNotifier"
140 default y
132 141
@@ -135,3 +144,3 @@ config OPIE_NEW_ALLOC
135 default y if TARGET_RAMSES || TARGET_IPAQ || TARGET_SIMPAD || TARGET_SHARP 144 default y if TARGET_RAMSES || TARGET_IPAQ || TARGET_SIMPAD || TARGET_SHARP
136 default n 145 default n if ! (TARGET_IPAQ || TARGET_SIMPAD || TARGET_RAMSES || TARGET_SHARP)
137 146
@@ -140,3 +149,3 @@ config OPIE_NO_SOUND_PCM_READ_BITS
140 default y if TARGET_SHARP 149 default y if TARGET_SHARP
141 default n 150 default n if ! TARGET_SHARP
142 151