From 15d0a860e99307d50165588fa6cbb15cfc405e07 Mon Sep 17 00:00:00 2001 From: Sven-Göran Bergh Date: Wed, 31 Jul 2013 15:57:59 +0200 Subject: volume_id: Adopt to new config style. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Config instructions for util-linux/volume_id are moved into the source files according to the new config feature. No code change. Signed-off-by: Sven-Göran Bergh Signed-off-by: Denys Vlasenko --- util-linux/volume_id/exfat.c | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'util-linux/volume_id/exfat.c') diff --git a/util-linux/volume_id/exfat.c b/util-linux/volume_id/exfat.c index 01b350003..c3aa36804 100644 --- a/util-linux/volume_id/exfat.c +++ b/util-linux/volume_id/exfat.c @@ -20,6 +20,17 @@ //kbuild:lib-$(CONFIG_FEATURE_VOLUMEID_EXFAT) += exfat.o +//config: +//config:config FEATURE_VOLUMEID_EXFAT +//config: bool "exFAT filesystem" +//config: default y +//config: depends on VOLUMEID +//config: help +//config: exFAT (extended FAT) is a proprietary file system designed especially +//config: for flash drives. It has many features from NTFS, but with less +//config: overhead. exFAT is used on most SDXC cards for consumer electronics. +//config: + #include "volume_id_internal.h" #define EXFAT_SB_OFFSET 0 -- cgit v1.2.3