e0af24acda
Kconfig coding style mandates use of tabs for the configuration definition and an additional two spaces for the help text. Make the required changes to the MHI Kconfig adhering to those guidelines. Reviewed-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org> Acked-by: Randy Dunlap <rdunlap@infradead.org> Signed-off-by: Bhaumik Bhatt <bbhatt@codeaurora.org> Signed-off-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org> Link: https://lore.kernel.org/r/20200929175218.8178-14-manivannan.sadhasivam@linaro.org Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
15 lines
407 B
Plaintext
15 lines
407 B
Plaintext
# SPDX-License-Identifier: GPL-2.0
|
|
#
|
|
# MHI bus
|
|
#
|
|
# Copyright (c) 2018-2020, The Linux Foundation. All rights reserved.
|
|
#
|
|
|
|
config MHI_BUS
|
|
tristate "Modem Host Interface (MHI) bus"
|
|
help
|
|
Bus driver for MHI protocol. Modem Host Interface (MHI) is a
|
|
communication protocol used by the host processors to control
|
|
and communicate with modem devices over a high speed peripheral
|
|
bus or shared memory.
|