esp-idf/examples/bluetooth/esp_hid_host/main/Kconfig.projbuild

10 lines
262 B
Plaintext
Raw Normal View History

menu "HID Example Configuration"
config EXAMPLE_HID_HOST_ENABLED
bool "Enable Example HID Host"
depends on BT_NIMBLE_ENABLED
default y
select BT_NIMBLE_HID_SERVICE
help
This enables Nimble HID Host
endmenu