diff options
author | Thomas Martitz <kugel@rockbox.org> | 2014-02-07 18:30:50 +0100 |
---|---|---|
committer | Thomas Martitz <kugel@rockbox.org> | 2014-02-23 20:23:52 +0100 |
commit | f6c26d33a4e15d966597bc9d66c1f33328a750af (patch) | |
tree | 5e0e4d0189c856010a78ce0b79cdc3c3cb5c1354 /firmware/export/config | |
parent | 46137ebd4d59d7a91d0b8d98d846a3fd2ec70f5c (diff) | |
download | rockbox-f6c26d33a4e15d966597bc9d66c1f33328a750af.tar.gz rockbox-f6c26d33a4e15d966597bc9d66c1f33328a750af.zip |
samsungypr0: Support or mounting the microsd
A thread polls the appropriate GPIO pin for sd card presence and mounts
using the mount system call.
Change-Id: I31ab41c4120f4af64eb6998b7e7b6f9051585efb
Diffstat (limited to 'firmware/export/config')
-rw-r--r-- | firmware/export/config/samsungypr0.h | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/firmware/export/config/samsungypr0.h b/firmware/export/config/samsungypr0.h index 361c9697c5..bed5a2f977 100644 --- a/firmware/export/config/samsungypr0.h +++ b/firmware/export/config/samsungypr0.h | |||
@@ -161,6 +161,10 @@ | |||
161 | /* This folder resides in the ReadOnly CRAMFS. It is binded to /mnt/media0/.rockbox */ | 161 | /* This folder resides in the ReadOnly CRAMFS. It is binded to /mnt/media0/.rockbox */ |
162 | #define BOOTDIR "/.rockbox" | 162 | #define BOOTDIR "/.rockbox" |
163 | 163 | ||
164 | /* No special storage */ | 164 | /* External SD card can be mounted */ |
165 | #define CONFIG_STORAGE STORAGE_HOSTFS | 165 | #define CONFIG_STORAGE (STORAGE_HOSTFS|STORAGE_SD) |
166 | #define HAVE_MULTIDRIVE | ||
167 | #define NUM_DRIVES 2 | ||
168 | #define HAVE_HOTSWAP | ||
166 | #define HAVE_STORAGE_FLUSH | 169 | #define HAVE_STORAGE_FLUSH |
170 | #define MULTIDRIVE_DIR "/mnt/mmc" | ||