Kconfig (8990c1bc4be46473ad19bf2fa612ca57286f3df4) Kconfig (ca01d6dd2d7a2652000307520777538740efc286)
1#
2# File system configuration
3#
4
5menu "File systems"
6
7if BLOCK
8

--- 174 unchanged lines hidden (view full) ---

183source "fs/cramfs/Kconfig"
184source "fs/squashfs/Kconfig"
185source "fs/freevxfs/Kconfig"
186source "fs/minix/Kconfig"
187source "fs/omfs/Kconfig"
188source "fs/hpfs/Kconfig"
189source "fs/qnx4/Kconfig"
190source "fs/romfs/Kconfig"
1#
2# File system configuration
3#
4
5menu "File systems"
6
7if BLOCK
8

--- 174 unchanged lines hidden (view full) ---

183source "fs/cramfs/Kconfig"
184source "fs/squashfs/Kconfig"
185source "fs/freevxfs/Kconfig"
186source "fs/minix/Kconfig"
187source "fs/omfs/Kconfig"
188source "fs/hpfs/Kconfig"
189source "fs/qnx4/Kconfig"
190source "fs/romfs/Kconfig"
191source "fs/pstore/Kconfig"
191source "fs/sysv/Kconfig"
192source "fs/ufs/Kconfig"
193source "fs/exofs/Kconfig"
194
195endif # MISC_FILESYSTEMS
196
197menuconfig NETWORK_FILESYSTEMS
198 bool "Network File Systems"

--- 58 unchanged lines hidden ---
192source "fs/sysv/Kconfig"
193source "fs/ufs/Kconfig"
194source "fs/exofs/Kconfig"
195
196endif # MISC_FILESYSTEMS
197
198menuconfig NETWORK_FILESYSTEMS
199 bool "Network File Systems"

--- 58 unchanged lines hidden ---