zephyr/subsys/settings
Laczen JMS b9dc69b38e subsys/settings: Remove optional from Kconfig
Kconfig does not set SETTINGS_NONE as default backend (meaning no
backend) because SETTINGS_NONE is optional. There is no difference
between SETTINGS_NONE and SETTINGS_CUSTOM. By removing the optional line
SETTINGS_NONE is selected as default, to use a custom backend
SETTINGS_CUSTOM=y must be set.

Signed-off-by: Laczen JMS <laczenjms@gmail.com>
2019-10-01 06:20:36 -05:00
..
include/settings settings: adding new nvs backend 2019-07-10 10:57:22 +02:00
src settings: Generic function to call set handler 2019-09-24 14:15:38 +02:00
CMakeLists.txt
Kconfig subsys/settings: Remove optional from Kconfig 2019-10-01 06:20:36 -05:00