Skip to content

Commit a35b202

Browse files
committed
Bluetooth: Kconfig: Remove select of undefined config
Remove select of NRF_BT_DIS, which has been removed. The config BT_GATT_DIS is enabled in project configuration files. Signed-off-by: Joakim Andersson <[email protected]>
1 parent 573a329 commit a35b202

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

applications/nrf_desktop/src/modules/Kconfig.hids

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ config DESKTOP_HID_PERIPHERAL
3333
depends on BT_PERIPHERAL
3434
depends on (DESKTOP_HID_MOUSE || DESKTOP_HID_KEYBOARD || DESKTOP_HID_CONSUMER_CTRL)
3535
select BT_GATT_HIDS
36-
select NRF_BT_DIS
3736
select DESKTOP_BAS_ENABLE
3837
select DESKTOP_HIDS_ENABLE
3938
help

0 commit comments

Comments
 (0)