diff options
author | Solomon Peachy <pizza@shaftnet.org> | 2024-09-21 10:48:24 -0400 |
---|---|---|
committer | Solomon Peachy <pizza@shaftnet.org> | 2024-09-21 10:48:24 -0400 |
commit | 9a714939e818f09fa6f693ebc6926ed0ae5b436d (patch) | |
tree | 0a76f61dcc1ef769bc6e036f8bbcf73167105be2 | |
parent | a056150d52bb93a1818dfda5470ccf45a43e5844 (diff) | |
download | rockbox-9a714939e8.tar.gz rockbox-9a714939e8.zip |
features: Add 'sd_storage' if the device uses SD cards
Change-Id: Ied3ca34ef497cf0eeb7db6d0f948e43ebd25359e
-rw-r--r-- | apps/features.txt | 4 |
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 |