Kconfig fixes for split roles.

This commit is contained in:
Pete Johanson 2020-07-14 12:14:15 -04:00
parent d1a5c7ee5a
commit d74efb331a
3 changed files with 6 additions and 0 deletions

View File

@ -94,6 +94,8 @@ choice ZMK_SPLIT_BLE_ROLE
config ZMK_SPLIT_BLE_ROLE_CENTRAL
bool "Central"
select BT_CENTRAL
select BT_GATT_CLIENT
config ZMK_SPLIT_BLE_ROLE_PERIPHERAL
bool "Peripheral"

View File

@ -0,0 +1,2 @@
CONFIG_ZMK_SPLIT=y
CONFIG_ZMK_SPLIT_BLE_ROLE_CENTRAL=y

View File

@ -0,0 +1,2 @@
CONFIG_ZMK_SPLIT=y
CONFIG_ZMK_SPLIT_BLE_ROLE_PERIPHERAL=y