fs: Kconfig: Remove bogus default value

FS_FAT_FLASH_DISK_W25QXXDV is a boolean so "" makes no sense.

Change-Id: Ic43529928d80bcd76c2876219990bcec86657d3d
Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
This commit is contained in:
Johan Hedberg 2016-10-30 15:45:35 +02:00
commit c9dcbe66dd

View file

@ -66,7 +66,6 @@ if FS_FAT_FLASH_DISK
config FS_FAT_FLASH_DISK_W25QXXDV config FS_FAT_FLASH_DISK_W25QXXDV
bool "W25QXXDV flash component" bool "W25QXXDV flash component"
default ""
help help
Enables to use the W25QXXDV as the storage media Enables to use the W25QXXDV as the storage media
for the file system. for the file system.