Bluetooth: Kconfig: Move audio and mesh to be shown under host
These subsystems are part of the host. Signed-off-by: Rubin Gerritsen <rubin.gerritsen@nordicsemi.no>
This commit is contained in:
parent
beaa73ff19
commit
c17bc7ad2a
2 changed files with 3 additions and 3 deletions
|
|
@ -185,7 +185,4 @@ config BT_COMPANY_ID
|
||||||
Company Identifiers can be found here:
|
Company Identifiers can be found here:
|
||||||
https://www.bluetooth.com/specifications/assigned-numbers/company-identifiers
|
https://www.bluetooth.com/specifications/assigned-numbers/company-identifiers
|
||||||
|
|
||||||
rsource "mesh/Kconfig"
|
|
||||||
rsource "audio/Kconfig"
|
|
||||||
|
|
||||||
endif # BT
|
endif # BT
|
||||||
|
|
|
||||||
|
|
@ -110,6 +110,9 @@ menu "Bluetooth Host"
|
||||||
|
|
||||||
if BT_HCI_HOST
|
if BT_HCI_HOST
|
||||||
|
|
||||||
|
rsource "../mesh/Kconfig"
|
||||||
|
rsource "../audio/Kconfig"
|
||||||
|
|
||||||
config BT_HOST_CRYPTO
|
config BT_HOST_CRYPTO
|
||||||
# Hidden option that compiles in random number generation and AES
|
# Hidden option that compiles in random number generation and AES
|
||||||
# encryption support using TinyCrypt library if this is not provided
|
# encryption support using TinyCrypt library if this is not provided
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue