mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-11 21:38:32 +08:00
4f567b9f81
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>
19 lines
570 B
Plaintext
19 lines
570 B
Plaintext
# 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
|