summaryrefslogtreecommitdiffstats
path: root/fs
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2007-07-05 18:02:05 +0200
committerSascha Hauer <sha@octopus.labnet.pengutronix.de>2007-07-05 18:02:05 +0200
commitedc878b37e0d3a2e6255eee8f44acbf254ebf935 (patch)
treeb1d078437e393e7aa4ecfd730e9017d2d343020f /fs
parentbf8a82e5f6a2156d02a94b04c7c5d3df0d36286c (diff)
downloadbarebox-edc878b37e0d3a2e6255eee8f44acbf254ebf935.tar.gz
barebox-edc878b37e0d3a2e6255eee8f44acbf254ebf935.tar.xz
svn_rev_566
fs support is not optional
Diffstat (limited to 'fs')
-rw-r--r--fs/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/Kconfig b/fs/Kconfig
index 5af9fc3bad..43135e28db 100644
--- a/fs/Kconfig
+++ b/fs/Kconfig
@@ -1,9 +1,9 @@
-menuconfig FS
- bool "Filesystem support "
+menu "Filesystem support "
config FS_CRAMFS
bool
select ZLIB
prompt "cramfs support"
+endmenu