Modified the Kconfig flag names to identify external FS with source. This is required to differentiate between additional external Fat FS code tht may be added in future. Jira: ZEP-285 Change-Id: Ief4d11f57494fa1f7ba234182b8b922bc82575cc Signed-off-by: Ramesh Thomas <ramesh.thomas@intel.com>
8 lines
145 B
Plaintext
8 lines
145 B
Plaintext
|
|
config FAT_FILESYSTEM_ELM
|
|
bool "ELM FAT File System"
|
|
depends on FILE_SYSTEM_FAT
|
|
default y
|
|
help
|
|
Use the ELM FAT File system implementation.
|