summaryrefslogtreecommitdiff
path: root/apps/features.txt
diff options
context:
space:
mode:
Diffstat (limited to 'apps/features.txt')
-rw-r--r--apps/features.txt30
1 files changed, 13 insertions, 17 deletions
diff --git a/apps/features.txt b/apps/features.txt
index e40273e98b..b510136a33 100644
--- a/apps/features.txt
+++ b/apps/features.txt
@@ -4,6 +4,10 @@
4 version numbers should be updated. It also means that changing defines in 4 version numbers should be updated. It also means that changing defines in
5 the various config*.h files could also break back compatibility */ 5 the various config*.h files could also break back compatibility */
6 6
7#if defined(HAVE_ACCESSORY_SUPPLY)
8accessory_supply
9#endif
10
7#if defined(HAVE_AGC) 11#if defined(HAVE_AGC)
8agc 12agc
9#endif 13#endif
@@ -143,8 +147,8 @@ rtc
143scrollwheel 147scrollwheel
144#endif 148#endif
145 149
146#if defined(HAVE_WHEEL_ACCELERATION) 150#if defined(IPOD_ACCESSORY_PROTOCOL)
147wheel_acceleration 151serial_port
148#endif 152#endif
149 153
150#if defined(ARCHOS_RECORDER) || defined(ARCHOS_PLAYER) 154#if defined(ARCHOS_RECORDER) || defined(ARCHOS_PLAYER)
@@ -155,6 +159,10 @@ soft_shutdown
155spdif_power 159spdif_power
156#endif 160#endif
157 161
162#if defined(HAVE_SPEAKER)
163speaker
164#endif
165
158#if CONFIG_CODEC == SWCODEC 166#if CONFIG_CODEC == SWCODEC
159swcodec 167swcodec
160#else 168#else
@@ -176,23 +184,11 @@ usb_charging
176#endif 184#endif
177#endif 185#endif
178 186
179#if defined(HAVE_USBSTACK) 187#if defined(HAVE_USBSTACK) && defined(USE_ROCKBOX_USB)
180usbstack 188usbstack
181#endif 189#endif
182 190
183#if defined(HAVE_ACCESSORY_SUPPLY) 191#if defined(HAVE_WHEEL_ACCELERATION)
184accessory_supply 192wheel_acceleration
185#endif
186
187#if defined(IPOD_ACCESSORY_PROTOCOL)
188serial_port
189#endif
190
191#if defined(HAVE_SPEAKER)
192speaker
193#endif
194
195#if defined(HAVE_USBSTACK) && defined(USE_ROCKBOX_USB)
196usbstack
197#endif 193#endif
198 194