zephyr/subsys
Johan Hedberg d67009da08 subsys: settings: Fix Kconfig dependencies
If CONFIG_FLASH_PAGE_LAYOUT is not enabled, building the settings code
fails at the linking stage with the following error when FCB is the
backend.

libzephyr.a(settings_init.c.obj): In function `settings_init_fcb':
subsys/settings/src/settings_init.c:62: undefined reference to `flash_area_get_sectors'
collect2: error: ld returned 1 exit status

Also, the File System backend will currently only work with NFFS due
to fs_rename() missing from other File Systems (FAT in particular).

Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
2018-04-26 16:24:31 +02:00
..
bluetooth Bluetooth: Mesh: Remove redundant branch for IV Update 2018-04-26 12:18:31 +03:00
console kconfig: fix help syntax and add spaces 2017-12-13 17:43:28 -06:00
cpp cpp: mark __dso_handle as weak. 2018-04-09 23:21:52 -04:00
debug arch: x86: Unwind the stack on fatal errors 2018-03-16 14:12:15 -07:00
dfu subsys: dfu: boot: Remove unused ver query code. 2018-02-21 18:53:42 -05:00
disk disk: delete the GET_DISK_SIZE IOCTL. 2018-01-31 09:14:40 -05:00
fs fs: Convert NFFS partition to a generic one 2018-04-26 16:06:55 +05:30
logging syslog: net: Fix multiple network interface selection for IPv4 2018-04-13 08:29:44 -04:00
mgmt mgmt: Switch to new base64 library 2018-03-23 05:18:11 -04:00
net net: hostname: Fix hostname buffer length 2018-04-26 16:31:16 +03:00
random subsys: random: Fix semaphore initial count of xoroshiro128 2017-11-15 15:47:10 -06:00
settings subsys: settings: Fix Kconfig dependencies 2018-04-26 16:24:31 +02:00
shell shell: kernel: Add reboot command 2018-04-25 07:18:35 +05:30
storage fs: Convert NFFS partition to a generic one 2018-04-26 16:06:55 +05:30
usb netusb: rndis: Fix RNDIS always disabled state 2018-04-26 16:30:29 +03:00
CMakeLists.txt subsys: Add a new settings subsystem 2018-03-28 10:44:20 -04:00
Kconfig subsys: Add a new settings subsystem 2018-03-28 10:44:20 -04:00