summaryrefslogtreecommitdiffstats
path: root/fs/Kconfig
blob: 0ab69d75fc41f870114dd2a368f283248a20ec31 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47

menu "Filesystem support            "

config FS
	bool
	default y
	select FILETYPE

config FS_AUTOMOUNT
	bool

config FS_CRAMFS
	bool
	select ZLIB
	prompt "cramfs support"

config FS_RAMFS
	bool
	default y
	prompt "ramfs support"

config FS_DEVFS
	bool
	default y
	prompt "devfs support"

config FS_TFTP
	bool
	prompt "tftp support"
	depends on NET

config FS_OMAP4_USBBOOT
	bool
	prompt "Filesystem over usb boot"
	depends on OMAP4_USBBOOT

config FS_NFS
	depends on NET
	bool
	prompt "nfs support"

source fs/fat/Kconfig

config PARTITION_NEED_MTD
	bool

endmenu