summaryrefslogtreecommitdiff
path: root/apps/features.txt
diff options
context:
space:
mode:
authorSolomon Peachy <pizza@shaftnet.org>2024-09-21 10:48:24 -0400
committerSolomon Peachy <pizza@shaftnet.org>2024-09-21 10:48:24 -0400
commit9a714939e818f09fa6f693ebc6926ed0ae5b436d (patch)
tree0a76f61dcc1ef769bc6e036f8bbcf73167105be2 /apps/features.txt
parenta056150d52bb93a1818dfda5470ccf45a43e5844 (diff)
downloadrockbox-9a714939e818f09fa6f693ebc6926ed0ae5b436d.tar.gz
rockbox-9a714939e818f09fa6f693ebc6926ed0ae5b436d.zip
features: Add 'sd_storage' if the device uses SD cards
Change-Id: Ied3ca34ef497cf0eeb7db6d0f948e43ebd25359e
Diffstat (limited to 'apps/features.txt')
-rw-r--r--apps/features.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/features.txt b/apps/features.txt
index a43172932f..71fc9d63fc 100644
--- a/apps/features.txt
+++ b/apps/features.txt
@@ -229,6 +229,10 @@ backlight_fade_bool
229disk_storage 229disk_storage
230#endif 230#endif
231 231
232#if (CONFIG_STORAGE & STORAGE_SD)
233sd_storage
234#endif
235
232#if defined(HAS_REMOTE_BUTTON_HOLD) 236#if defined(HAS_REMOTE_BUTTON_HOLD)
233remote_button_hold 237remote_button_hold
234#endif 238#endif