Add initial HID device support. Unlike the existing HID implementation, the new implementation uses a devicetree to instantiate a HID device. To the user, the HID device appears as a normal Zephyr RTOS device. Signed-off-by: Johann Fischer <johann.fischer@nordicsemi.no>
12 lines
254 B
Plaintext
12 lines
254 B
Plaintext
# Copyright (c) 2022 Nordic Semiconductor ASA
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
rsource "Kconfig.loopback"
|
|
rsource "Kconfig.cdc_acm"
|
|
rsource "Kconfig.cdc_ecm"
|
|
rsource "Kconfig.bt"
|
|
rsource "Kconfig.msc"
|
|
rsource "Kconfig.uac2"
|
|
rsource "Kconfig.hid"
|