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