mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
features: Add 'sd_storage' if the device uses SD cards
Change-Id: Ied3ca34ef497cf0eeb7db6d0f948e43ebd25359e
This commit is contained in:
parent
a056150d52
commit
9a714939e8
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue