This finishes refactor of splitting off net_config library name from net_app library, started inc60df1311,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>
11 lines
223 B
Plaintext
11 lines
223 B
Plaintext
CONFIG_BT=y
|
|
CONFIG_BT_DEBUG_LOG=y
|
|
CONFIG_BT_DEBUG_L2CAP=y
|
|
CONFIG_BT_SMP=y
|
|
CONFIG_BT_SIGNING=y
|
|
CONFIG_BT_PERIPHERAL=y
|
|
CONFIG_BT_L2CAP_DYNAMIC_CHANNEL=y
|
|
CONFIG_NET_L2_BT=y
|
|
CONFIG_NET_DEBUG_L2_BT=y
|
|
CONFIG_NET_CONFIG_BT_NODE=y
|