zephyr/subsys
Michael Hope 9dd4399edd fs: only select the disk subsystem if the filesystem needs it.
Of the filesystems under subsys/fs/, only the ELM FAT filesystem needs
the disk layer as others (like NFFS) talk directly to the flash API.

This removes the need to define CONFIG_DISK_ERASE_BLOCK_SIZE and
similar which are used by the disk subsystem but not by NFFS.

Signed-off-by: Michael Hope <mlhx@google.com>
2017-12-14 16:49:18 -06:00
..
bluetooth kconfig: fix help syntax and add spaces 2017-12-13 17:43:28 -06:00
console kconfig: fix help syntax and add spaces 2017-12-13 17:43:28 -06:00
cpp kconfig: fix help syntax and add spaces 2017-12-13 17:43:28 -06:00
debug kconfig: fix help syntax and add spaces 2017-12-13 17:43:28 -06:00
dfu kconfig: fix help syntax and add spaces 2017-12-13 17:43:28 -06:00
disk kconfig: fix help syntax and add spaces 2017-12-13 17:43:28 -06:00
fs fs: only select the disk subsystem if the filesystem needs it. 2017-12-14 16:49:18 -06:00
logging kconfig: fix help syntax and add spaces 2017-12-13 17:43:28 -06:00
net kconfig: fix help syntax and add spaces 2017-12-13 17:43:28 -06:00
random subsys: random: Fix semaphore initial count of xoroshiro128 2017-11-15 15:47:10 -06:00
shell kconfig: fix help syntax and add spaces 2017-12-13 17:43:28 -06:00
usb kconfig: fix help syntax and add spaces 2017-12-13 17:43:28 -06:00
CMakeLists.txt Introduce cmake-based rewrite of KBuild 2017-11-08 20:00:22 -05:00
Kconfig subsys: Add random subsystem 2017-11-01 08:26:29 -04:00