From 9a714939e818f09fa6f693ebc6926ed0ae5b436d Mon Sep 17 00:00:00 2001 From: Solomon Peachy Date: Sat, 21 Sep 2024 10:48:24 -0400 Subject: features: Add 'sd_storage' if the device uses SD cards Change-Id: Ied3ca34ef497cf0eeb7db6d0f948e43ebd25359e --- apps/features.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'apps/features.txt') 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 -- cgit v1.2.3