Bluetooth: Kconfig: Move Host configuration to a separate menu

This reduces the number of visible options.

Signed-off-by: Rubin Gerritsen <rubin.gerritsen@nordicsemi.no>
This commit is contained in:
Rubin Gerritsen 2022-02-16 10:30:00 +01:00 committed by Carles Cufí
parent 01ebcda726
commit db9ae3e09a

View file

@ -4,8 +4,6 @@
# Copyright (c) 2015-2016 Intel Corporation
# SPDX-License-Identifier: Apache-2.0
comment "Host Stack Configuration"
config BT_HCI_HOST
# Hidden option to make the conditions more intuitive
bool
@ -108,6 +106,8 @@ config BT_DRIVER_RX_HIGH_PRIO
int
default 6
menu "Bluetooth Host"
if BT_HCI_HOST
config BT_HOST_CRYPTO
@ -882,3 +882,5 @@ config BT_HCI_VS_EVT_USER
help
Enable registering a callback for delegating to the user the handling of
VS events that are not known to the stack
endmenu