0001 # SPDX-License-Identifier: GPL-2.0-or-later
0002 menu "AMD SFH HID Support"
0003 depends on X86_64 || COMPILE_TEST
0004 depends on PCI
0005 depends on HID
0006
0007 config AMD_SFH_HID
0008 tristate "AMD Sensor Fusion Hub"
0009 help
0010 If you say yes to this option, support will be included for the
0011 AMD Sensor Fusion Hub.
0012 This driver will enable sensors functionality on AMD platforms
0013 starting from 17h family of RYZEN parts.
0014
0015 This driver can also be built as a module. If so, the module will
0016 be called amd-sfh.
0017 Say Y or M here if you want to support AMD SFH. If unsure, say N.
0018 endmenu