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