commit | b9dc69b38e66a1feeee5788c08e475ef02bf17e0 | [log] [tgz] |
---|---|---|
author | Laczen JMS <laczenjms@gmail.com> | Tue Oct 01 09:19:16 2019 +0200 |
committer | Maureen Helm <maureen.helm@nxp.com> | Tue Oct 01 06:20:36 2019 -0500 |
tree | 3627a5cc9f5810825fea9868bf2daab074498163 | |
parent | 89d4c6928ecccefeedd81ba1bf3542bc5cb74c0e [diff] |
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>