zephyr/subsys/fs/fcb
Ulf Magnusson 1073882998 subsys: kconfig: Remove 'default n' properties and clean up a bit
Bool symbols implicitly default to 'n'.

A 'default n' can make sense e.g. in a Kconfig.defconfig file, if you
want to override a 'default y' on the base definition of the symbol. It
isn't used like that on any of these symbols though.

Remove some 'default ""' properties on string symbols too.

Also make definitions more consistent by converting some

  config FOO
  	<type>
  	prompt "foo"

definitions to a shorter form:

  config FOO
  	<type> "foo"

This shorthand works for int/hex/string symbols too, not just for bool
symbols.

Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no>
2018-07-12 23:13:22 -04:00
..
CMakeLists.txt subsys: fs: Add Flash Circular Buffer 2018-01-15 15:46:37 -05:00
Kconfig subsys: kconfig: Remove 'default n' properties and clean up a bit 2018-07-12 23:13:22 -04:00
fcb.c subsys: fs: fcb: remove f_area_id from fcb structure 2018-02-07 09:51:26 -05:00
fcb_append.c subsys: fs: fcb: fix - crc write size not aligned 2018-05-04 17:25:29 -04:00
fcb_elem_info.c fs: Convert FCB to use sectors (not areas) 2018-02-07 09:51:26 -05:00
fcb_getnext.c fs: Convert FCB to use sectors (not areas) 2018-02-07 09:51:26 -05:00
fcb_priv.h subsys: fs: fcb: rework fcb_walk and its callback 2018-02-07 09:51:26 -05:00
fcb_rotate.c fs: Convert FCB to use sectors (not areas) 2018-02-07 09:51:26 -05:00
fcb_walk.c subsys: fcb: Check for mutex lock failure when walking FCB 2018-02-17 09:14:16 -05:00