disk: Configure default sdhc volume name for fatfs

Configures the default sdhc disk volume name to "SD" when fatfs is
enabled. This prevents applications from having to configure it
explicitly.

Signed-off-by: Maureen Helm <maureen.helm@nxp.com>
This commit is contained in:
Maureen Helm 2019-10-09 15:06:12 -05:00 committed by Kumar Gala
commit efa099e1f5
3 changed files with 1 additions and 2 deletions

View file

@ -128,6 +128,7 @@ endif # DISK_ACCESS_USDHC
config DISK_SDHC_VOLUME_NAME
string "SDHC Disk mount point or drive name"
default "SD" if FAT_FILESYSTEM_ELM
default "SDHC"
help
Disk name as per file system naming guidelines.