summaryrefslogtreecommitdiffstats
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
parenta056150d52bb93a1818dfda5470ccf45a43e5844 (diff)
downloadrockbox-9a714939e8.tar.gz
rockbox-9a714939e8.zip
features: Add 'sd_storage' if the device uses SD cards
Change-Id: Ied3ca34ef497cf0eeb7db6d0f948e43ebd25359e
-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
disk_storage
#endif
+#if (CONFIG_STORAGE & STORAGE_SD)
+sd_storage
+#endif
+
#if defined(HAS_REMOTE_BUTTON_HOLD)
remote_button_hold
#endif