From c9dcbe66dd081937782ade8adaa88fd9444fd2b6 Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Sun, 30 Oct 2016 15:45:35 +0200 Subject: [PATCH] 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 --- subsys/fs/Kconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/subsys/fs/Kconfig b/subsys/fs/Kconfig index 85fdf0df6d0..fef3920e868 100644 --- a/subsys/fs/Kconfig +++ b/subsys/fs/Kconfig @@ -66,7 +66,6 @@ if FS_FAT_FLASH_DISK config FS_FAT_FLASH_DISK_W25QXXDV bool "W25QXXDV flash component" - default "" help Enables to use the W25QXXDV as the storage media for the file system.