Commit a9e8fce6 authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski Committed by Bjorn Andersson

soc: qcom: Fix Kconfig indentation

Adjust indentation from spaces to tab (+optional two spaces) as in
coding style with command like:
	$ sed -e 's/^        /\t/' -i */Kconfig
Signed-off-by: default avatarKrzysztof Kozlowski <krzk@kernel.org>
Link: https://lore.kernel.org/r/20191120133925.13712-1-krzk@kernel.orgSigned-off-by: default avatarBjorn Andersson <bjorn.andersson@linaro.org>
parent a30657b6
...@@ -45,13 +45,13 @@ config QCOM_GLINK_SSR ...@@ -45,13 +45,13 @@ config QCOM_GLINK_SSR
neighboring subsystems going up or down. neighboring subsystems going up or down.
config QCOM_GSBI config QCOM_GSBI
tristate "QCOM General Serial Bus Interface" tristate "QCOM General Serial Bus Interface"
depends on ARCH_QCOM || COMPILE_TEST depends on ARCH_QCOM || COMPILE_TEST
select MFD_SYSCON select MFD_SYSCON
help help
Say y here to enable GSBI support. The GSBI provides control Say y here to enable GSBI support. The GSBI provides control
functions for connecting the underlying serial UART, SPI, and I2C functions for connecting the underlying serial UART, SPI, and I2C
devices to the output pins. devices to the output pins.
config QCOM_LLCC config QCOM_LLCC
tristate "Qualcomm Technologies, Inc. LLCC driver" tristate "Qualcomm Technologies, Inc. LLCC driver"
...@@ -71,10 +71,10 @@ config QCOM_OCMEM ...@@ -71,10 +71,10 @@ config QCOM_OCMEM
depends on ARCH_QCOM depends on ARCH_QCOM
select QCOM_SCM select QCOM_SCM
help help
The On Chip Memory (OCMEM) allocator allows various clients to The On Chip Memory (OCMEM) allocator allows various clients to
allocate memory from OCMEM based on performance, latency and power allocate memory from OCMEM based on performance, latency and power
requirements. This is typically used by the GPU, camera/video, and requirements. This is typically used by the GPU, camera/video, and
audio components on some Snapdragon SoCs. audio components on some Snapdragon SoCs.
config QCOM_PM config QCOM_PM
bool "Qualcomm Power Management" bool "Qualcomm Power Management"
...@@ -198,8 +198,8 @@ config QCOM_APR ...@@ -198,8 +198,8 @@ config QCOM_APR
depends on ARCH_QCOM || COMPILE_TEST depends on ARCH_QCOM || COMPILE_TEST
depends on RPMSG depends on RPMSG
help help
Enable APR IPC protocol support between Enable APR IPC protocol support between
application processor and QDSP6. APR is application processor and QDSP6. APR is
used by audio driver to configure QDSP6 used by audio driver to configure QDSP6
ASM, ADM and AFE modules. ASM, ADM and AFE modules.
endmenu endmenu
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment