brintos

brintos / linux-shallow public Read only

0
0
Text · 586 B · 329de5e Raw
20 lines · plain
1# SPDX-License-Identifier: GPL-2.0-or-later2menu "AMD SFH HID Support"3	depends on X86_64 || COMPILE_TEST4	depends on PCI5 6config AMD_SFH_HID7	tristate "AMD Sensor Fusion Hub"8	depends on HID9	depends on X8610	help11	  If you say yes to this option, support will be included for the12	  AMD Sensor Fusion Hub.13	  This driver will enable sensors functionality on AMD platforms14	  starting from 17h family of RYZEN parts.15 16	  This driver can also be built as a module. If so, the module will17	  be called amd-sfh.18	  Say Y or M here if you want to support AMD SFH. If unsure, say N.19endmenu20