Kconfig (9cdf083f981b8d37b3212400a359368661385099) | Kconfig (16ed002f224738366c1809023ec70a71ae51421c) |
---|---|
1# 2# Block layer core configuration 3# | 1# 2# Block layer core configuration 3# |
4config BLOCK | 4menuconfig BLOCK |
5 bool "Enable the block layer" if EMBEDDED 6 default y 7 help 8 This permits the block layer to be removed from the kernel if it's not 9 needed (on some embedded devices for example). If this option is 10 disabled, then blockdev files will become unusable and some 11 filesystems (such as ext3) will become unavailable. 12 --- 31 unchanged lines hidden (view full) --- 44 bool "Support for Large Single Files" 45 depends on !64BIT 46 help 47 Say Y here if you want to be able to handle very large files (bigger 48 than 2TB), otherwise say N. 49 50 If unsure, say Y. 51 | 5 bool "Enable the block layer" if EMBEDDED 6 default y 7 help 8 This permits the block layer to be removed from the kernel if it's not 9 needed (on some embedded devices for example). If this option is 10 disabled, then blockdev files will become unusable and some 11 filesystems (such as ext3) will become unavailable. 12 --- 31 unchanged lines hidden (view full) --- 44 bool "Support for Large Single Files" 45 depends on !64BIT 46 help 47 Say Y here if you want to be able to handle very large files (bigger 48 than 2TB), otherwise say N. 49 50 If unsure, say Y. 51 |
52endif | 52endif # BLOCK |
53 54source block/Kconfig.iosched | 53 54source block/Kconfig.iosched |