diff options
Diffstat (limited to 'fs/Config.in')
-rw-r--r-- | fs/Config.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/fs/Config.in b/fs/Config.in index bb5b843cc..5f53913ee 100644 --- a/fs/Config.in +++ b/fs/Config.in @@ -60,6 +60,9 @@ if [ "$CONFIG_UFS_FS" != "n" ]; then bool 'BSD disklabel (FreeBSD partition tables) support' CONFIG_BSD_DISKLABEL bool 'SMD disklabel (Sun partition tables) support' CONFIG_SMD_DISKLABEL fi +if [ "$CONFIG_EXPERIMENTAL" = "y" ]; then + tristate 'SGI EFS filesystem support' CONFIG_EFS_FS +fi bool 'Macintosh partition map support' CONFIG_MAC_PARTITION endmenu |