mirror of
https://github.com/team-infusion-developers/android_kernel_samsung_msm8976.git
synced 2024-11-01 02:21:16 +00:00
ce44bf5b55
Although the SSBI sub is currently only used on MSM SoCs, it is still a bus in its own right. Remove this msm_ prefix from the driver and it's symbols. Clients can now refer directly to ssbi_write() and ssbi_read(). Signed-off-by: David Brown <davidb@codeaurora.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
16 lines
389 B
Text
16 lines
389 B
Text
#
|
|
# SSBI bus support
|
|
#
|
|
|
|
menu "Qualcomm MSM SSBI bus support"
|
|
|
|
config 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
|