features: Add 'sd_storage' if the device uses SD cards

Change-Id: Ied3ca34ef497cf0eeb7db6d0f948e43ebd25359e
This commit is contained in:
Solomon Peachy 2024-09-21 10:48:24 -04:00
parent a056150d52
commit 9a714939e8

View file

@ -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