clk: 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: Krzysztof Kozlowski <krzk@kernel.org> Link: https://lkml.kernel.org/r/1574306335-29026-1-git-send-email-krzk@kernel.org [sboyd@kernel.org: Fixup mediatek to have two spaces for help indent] Signed-off-by: Stephen Boyd <sboyd@kernel.org>
This commit is contained in:
parent
e42617b825
commit
333d2d19df
@ -27,7 +27,7 @@ config COMMON_CLK_WM831X
|
|||||||
tristate "Clock driver for WM831x/2x PMICs"
|
tristate "Clock driver for WM831x/2x PMICs"
|
||||||
depends on MFD_WM831X
|
depends on MFD_WM831X
|
||||||
---help---
|
---help---
|
||||||
Supports the clocking subsystem of the WM831x/2x series of
|
Supports the clocking subsystem of the WM831x/2x series of
|
||||||
PMICs from Wolfson Microelectronics.
|
PMICs from Wolfson Microelectronics.
|
||||||
|
|
||||||
source "drivers/clk/versatile/Kconfig"
|
source "drivers/clk/versatile/Kconfig"
|
||||||
|
@ -174,36 +174,36 @@ config COMMON_CLK_MT6779_AUDSYS
|
|||||||
This driver supports Mediatek MT6779 audsys clocks.
|
This driver supports Mediatek MT6779 audsys clocks.
|
||||||
|
|
||||||
config COMMON_CLK_MT6797
|
config COMMON_CLK_MT6797
|
||||||
bool "Clock driver for MediaTek MT6797"
|
bool "Clock driver for MediaTek MT6797"
|
||||||
depends on (ARCH_MEDIATEK && ARM64) || COMPILE_TEST
|
depends on (ARCH_MEDIATEK && ARM64) || COMPILE_TEST
|
||||||
select COMMON_CLK_MEDIATEK
|
select COMMON_CLK_MEDIATEK
|
||||||
default ARCH_MEDIATEK && ARM64
|
default ARCH_MEDIATEK && ARM64
|
||||||
---help---
|
---help---
|
||||||
This driver supports MediaTek MT6797 basic clocks.
|
This driver supports MediaTek MT6797 basic clocks.
|
||||||
|
|
||||||
config COMMON_CLK_MT6797_MMSYS
|
config COMMON_CLK_MT6797_MMSYS
|
||||||
bool "Clock driver for MediaTek MT6797 mmsys"
|
bool "Clock driver for MediaTek MT6797 mmsys"
|
||||||
depends on COMMON_CLK_MT6797
|
depends on COMMON_CLK_MT6797
|
||||||
---help---
|
---help---
|
||||||
This driver supports MediaTek MT6797 mmsys clocks.
|
This driver supports MediaTek MT6797 mmsys clocks.
|
||||||
|
|
||||||
config COMMON_CLK_MT6797_IMGSYS
|
config COMMON_CLK_MT6797_IMGSYS
|
||||||
bool "Clock driver for MediaTek MT6797 imgsys"
|
bool "Clock driver for MediaTek MT6797 imgsys"
|
||||||
depends on COMMON_CLK_MT6797
|
depends on COMMON_CLK_MT6797
|
||||||
---help---
|
---help---
|
||||||
This driver supports MediaTek MT6797 imgsys clocks.
|
This driver supports MediaTek MT6797 imgsys clocks.
|
||||||
|
|
||||||
config COMMON_CLK_MT6797_VDECSYS
|
config COMMON_CLK_MT6797_VDECSYS
|
||||||
bool "Clock driver for MediaTek MT6797 vdecsys"
|
bool "Clock driver for MediaTek MT6797 vdecsys"
|
||||||
depends on COMMON_CLK_MT6797
|
depends on COMMON_CLK_MT6797
|
||||||
---help---
|
---help---
|
||||||
This driver supports MediaTek MT6797 vdecsys clocks.
|
This driver supports MediaTek MT6797 vdecsys clocks.
|
||||||
|
|
||||||
config COMMON_CLK_MT6797_VENCSYS
|
config COMMON_CLK_MT6797_VENCSYS
|
||||||
bool "Clock driver for MediaTek MT6797 vencsys"
|
bool "Clock driver for MediaTek MT6797 vencsys"
|
||||||
depends on COMMON_CLK_MT6797
|
depends on COMMON_CLK_MT6797
|
||||||
---help---
|
---help---
|
||||||
This driver supports MediaTek MT6797 vencsys clocks.
|
This driver supports MediaTek MT6797 vencsys clocks.
|
||||||
|
|
||||||
config COMMON_CLK_MT7622
|
config COMMON_CLK_MT7622
|
||||||
bool "Clock driver for MediaTek MT7622"
|
bool "Clock driver for MediaTek MT7622"
|
||||||
|
@ -29,7 +29,7 @@ config ARMADA_39X_CLK
|
|||||||
select MVEBU_CLK_COMMON
|
select MVEBU_CLK_COMMON
|
||||||
|
|
||||||
config ARMADA_37XX_CLK
|
config ARMADA_37XX_CLK
|
||||||
bool
|
bool
|
||||||
|
|
||||||
config ARMADA_XP_CLK
|
config ARMADA_XP_CLK
|
||||||
bool
|
bool
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
# SPDX-License-Identifier: GPL-2.0-only
|
# SPDX-License-Identifier: GPL-2.0-only
|
||||||
config KRAIT_CLOCKS
|
config KRAIT_CLOCKS
|
||||||
bool
|
bool
|
||||||
select KRAIT_L2_ACCESSORS
|
select KRAIT_L2_ACCESSORS
|
||||||
|
|
||||||
config QCOM_GDSC
|
config QCOM_GDSC
|
||||||
bool
|
bool
|
||||||
|
@ -9,7 +9,7 @@ config COMMON_CLK_VERSATILE
|
|||||||
COMPILE_TEST
|
COMPILE_TEST
|
||||||
select REGMAP_MMIO
|
select REGMAP_MMIO
|
||||||
---help---
|
---help---
|
||||||
Supports clocking on ARM Reference designs:
|
Supports clocking on ARM Reference designs:
|
||||||
- Integrator/AP and Integrator/CP
|
- Integrator/AP and Integrator/CP
|
||||||
- RealView PB1176, EB, PB11MP and PBX
|
- RealView PB1176, EB, PB11MP and PBX
|
||||||
- Versatile Express
|
- Versatile Express
|
||||||
|
Loading…
x
Reference in New Issue
Block a user