Linux kernel mirror (for testing)
git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel
os
linux
1# SPDX-License-Identifier: GPL-2.0+
2menu "Surface System Aggregator Module HID support"
3 depends on SURFACE_AGGREGATOR
4
5config SURFACE_HID
6 tristate "HID transport driver for Surface System Aggregator Module"
7 depends on SURFACE_AGGREGATOR_REGISTRY
8 select SURFACE_HID_CORE
9 help
10 Driver to support integrated HID devices on newer Microsoft Surface
11 models.
12
13 This driver provides support for the HID transport protocol provided
14 by the Surface Aggregator Module (i.e. the embedded controller) on
15 7th-generation Microsoft Surface devices, i.e. Surface Book 3 and
16 Surface Laptop 3. On those models, it is mainly used to connect the
17 integrated touchpad and keyboard.
18
19 Say M or Y here, if you want support for integrated HID devices, i.e.
20 integrated touchpad and keyboard, on 7th generation Microsoft Surface
21 models.
22
23config SURFACE_KBD
24 tristate "HID keyboard transport driver for Surface System Aggregator Module"
25 select SURFACE_HID_CORE
26 help
27 Driver to support HID keyboards on Surface Laptop 1 and 2 devices.
28
29 This driver provides support for the HID transport protocol provided
30 by the Surface Aggregator Module (i.e. the embedded controller) on
31 Microsoft Surface Laptops 1 and 2. It is used to connect the
32 integrated keyboard on those devices.
33
34 Say M or Y here, if you want support for the integrated keyboard on
35 Microsoft Surface Laptops 1 and 2.
36
37endmenu
38
39config SURFACE_HID_CORE
40 tristate