Kconfig 570 B

123456789101112131415161718
  1. # SPDX-License-Identifier: GPL-2.0-or-later
  2. menu "AMD SFH HID Support"
  3. depends on X86_64 || COMPILE_TEST
  4. depends on PCI
  5. depends on HID
  6. config AMD_SFH_HID
  7. tristate "AMD Sensor Fusion Hub"
  8. help
  9. If you say yes to this option, support will be included for the
  10. AMD Sensor Fusion Hub.
  11. This driver will enable sensors functionality on AMD platforms
  12. starting from 17h family of RYZEN parts.
  13. This driver can also be built as a module. If so, the module will
  14. be called amd-sfh.
  15. Say Y or M here if you want to support AMD SFH. If unsure, say N.
  16. endmenu