[linux-yocto] [PATCH 2/3] cfg/usb-mass-storage: Use vfat feature

Tom Zanussi tom.zanussi at linux.intel.com
Fri Jun 24 08:28:41 PDT 2016


Use the vfat feature instead of directly configuring it.

FAT_FS is automatically selected by VFAT_FS as well as MSDOS_FS, so
remove it here.

Signed-off-by: Tom Zanussi <tom.zanussi at linux.intel.com>
---
 cfg/usb-mass-storage.cfg | 2 --
 cfg/usb-mass-storage.scc | 1 +
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/cfg/usb-mass-storage.cfg b/cfg/usb-mass-storage.cfg
index abd9712..7f18681 100644
--- a/cfg/usb-mass-storage.cfg
+++ b/cfg/usb-mass-storage.cfg
@@ -3,6 +3,4 @@
 # per-BSP enablement.
 
 CONFIG_USB_STORAGE=y
-CONFIG_VFAT_FS=y
-CONFIG_FAT_FS=y
 CONFIG_MSDOS_FS=y
diff --git a/cfg/usb-mass-storage.scc b/cfg/usb-mass-storage.scc
index aed330c..8fe5ba5 100644
--- a/cfg/usb-mass-storage.scc
+++ b/cfg/usb-mass-storage.scc
@@ -2,5 +2,6 @@ define KFEATURE_DESCRIPTION "Enable options required for USB mass storage device
 define KFEATURE_COMPATIBILITY all
 
 include features/scsi/disk.scc
+include cfg/fs/vfat.scc
 
 kconf non-hardware usb-mass-storage.cfg
-- 
1.9.3



More information about the linux-yocto mailing list