Skip to content

Commit 2a0efc7

Browse files
krzkrafaeljw
authored andcommitted
power: avs: 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 <[email protected]> Acked-by: Kevin Hilman <[email protected]> Signed-off-by: Rafael J. Wysocki <[email protected]>
1 parent 2079fe6 commit 2a0efc7

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

drivers/power/avs/Kconfig

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ menuconfig POWER_AVS
1313
Say Y here to enable Adaptive Voltage Scaling class support.
1414

1515
config ROCKCHIP_IODOMAIN
16-
tristate "Rockchip IO domain support"
17-
depends on POWER_AVS && ARCH_ROCKCHIP && OF
18-
help
19-
Say y here to enable support io domains on Rockchip SoCs. It is
20-
necessary for the io domain setting of the SoC to match the
21-
voltage supplied by the regulators.
16+
tristate "Rockchip IO domain support"
17+
depends on POWER_AVS && ARCH_ROCKCHIP && OF
18+
help
19+
Say y here to enable support io domains on Rockchip SoCs. It is
20+
necessary for the io domain setting of the SoC to match the
21+
voltage supplied by the regulators.

0 commit comments

Comments
 (0)