mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-02-11 06:15:24 +07:00
![David Brown](/assets/img/avatar_default.png)
The ssbi driver's read/write entry points are protected with wrappers in the case when the driver isn't enabled. These wrappers don't make any sense, since a client of the SSBI bus won't work without it. Make these just regular functions, so that the SSBI driver can be built as a module. Signed-off-by: David Brown <davidb@codeaurora.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
17 lines
397 B
Plaintext
17 lines
397 B
Plaintext
#
|
|
# MSM SSBI bus support
|
|
#
|
|
|
|
menu "Qualcomm MSM SSBI bus support"
|
|
|
|
config MSM_SSBI
|
|
tristate "Qualcomm Single-wire Serial Bus Interface (SSBI)"
|
|
help
|
|
If you say yes to this option, support will be included for the
|
|
built-in SSBI interface on Qualcomm MSM family processors.
|
|
|
|
This is required for communicating with Qualcomm PMICs and
|
|
other devices that have the SSBI interface.
|
|
|
|
endmenu
|