summaryrefslogtreecommitdiff
path: root/drivers/hid/amd-sfh-hid/Kconfig
diff options
context:
space:
mode:
authorSandeep Singh <sandeep.singh@amd.com>2020-10-09 23:01:36 +0300
committerJiri Kosina <jkosina@suse.cz>2020-10-22 13:05:02 +0300
commit4f567b9f8141a86c7d878fadf136e5d1408e3e61 (patch)
tree8b60f70125821bfbd42aa9ccf6d2e349ef3c379c /drivers/hid/amd-sfh-hid/Kconfig
parent302f0dad8c97a11abcf145ff3c7036f8f80e1a1e (diff)
downloadlinux-4f567b9f8141a86c7d878fadf136e5d1408e3e61.tar.xz
SFH: PCIe driver to add support of AMD sensor fusion hub
AMD SFH (Sensor Fusion Hub) is a solution running on MP2 (which is ARM core connected to x86 for processing sensor data). AMD SFH uses HID over PCI bus to form the HID descriptors and talks to HID clients like the monitor-sensor/iio-proxy. MP2 which is exposed as a PCI device to the x86, uses mailboxes to talk to MP2 firmware to send/receive commands. Co-developed-by: Nehal Shah <Nehal-bakulchandra.Shah@amd.com> Signed-off-by: Nehal Shah <Nehal-bakulchandra.Shah@amd.com> Signed-off-by: Sandeep Singh <sandeep.singh@amd.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/hid/amd-sfh-hid/Kconfig')
-rw-r--r--drivers/hid/amd-sfh-hid/Kconfig18
1 files changed, 18 insertions, 0 deletions
diff --git a/drivers/hid/amd-sfh-hid/Kconfig b/drivers/hid/amd-sfh-hid/Kconfig
new file mode 100644
index 000000000000..db069a83e9a2
--- /dev/null
+++ b/drivers/hid/amd-sfh-hid/Kconfig
@@ -0,0 +1,18 @@
+# SPDX-License-Identifier: GPL-2.0-or-later
+menu "AMD SFH HID Support"
+ depends on X86_64 || COMPILE_TEST
+ depends on PCI
+ depends on HID
+
+config AMD_SFH_HID
+ tristate "AMD Sensor Fusion Hub"
+ help
+ If you say yes to this option, support will be included for the
+ AMD Sensor Fusion Hub.
+ This driver will enable sensors functionality on AMD platforms
+ starting from 17h family of RYZEN parts.
+
+ This driver can also be built as a module. If so, the module will
+ be called amd-sfh.
+ Say Y or M here if you want to support AMD SFH. If unsure, say N.
+endmenu