Kconfig 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. # SPDX-License-Identifier: GPL-2.0+
  2. menu "Surface System Aggregator Module HID support"
  3. depends on SURFACE_AGGREGATOR
  4. depends on INPUT
  5. config 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. This driver provides support for the HID transport protocol provided
  13. by the Surface Aggregator Module (i.e. the embedded controller) on
  14. 7th-generation Microsoft Surface devices, i.e. Surface Book 3 and
  15. Surface Laptop 3. On those models, it is mainly used to connect the
  16. integrated touchpad and keyboard.
  17. Say M or Y here, if you want support for integrated HID devices, i.e.
  18. integrated touchpad and keyboard, on 7th generation Microsoft Surface
  19. models.
  20. config SURFACE_KBD
  21. tristate "HID keyboard transport driver for Surface System Aggregator Module"
  22. select SURFACE_HID_CORE
  23. help
  24. Driver to support HID keyboards on Surface Laptop 1 and 2 devices.
  25. This driver provides support for the HID transport protocol provided
  26. by the Surface Aggregator Module (i.e. the embedded controller) on
  27. Microsoft Surface Laptops 1 and 2. It is used to connect the
  28. integrated keyboard on those devices.
  29. Say M or Y here, if you want support for the integrated keyboard on
  30. Microsoft Surface Laptops 1 and 2.
  31. endmenu
  32. config SURFACE_HID_CORE
  33. tristate
  34. select HID