commit | 028aae1ec9d5234a65ed4d4e99471fee3832ea7b | [log] [tgz] |
---|---|---|
author | Paul Sokolovsky <paul.sokolovsky@linaro.org> | Sun Aug 12 09:32:12 2018 +0300 |
committer | Anas Nashif <anas.nashif@intel.com> | Mon Aug 13 18:42:31 2018 -0700 |
tree | fe7332ba7e10316fc76138eb2954ad0d8fd08d6a | |
parent | 06c23f157ffbaf3086b9141fc34e02ff032d67dc [diff] |
net: config: Rename Kconfig options to correspond to library name This finishes refactor of splitting off net_config library name from net_app library, started in c60df1311, c89a06dbc. This commit makes sure that Kconfig options are prefixed with CONFIG_NET_CONFIG_ instead of CONFIG_NET_APP_, and propagates these changes thru the app configs in the tree. Also, minor dependency, etc. tweaks are made. Signed-off-by: Paul Sokolovsky <paul.sokolovsky@linaro.org>