Skip to content

Commit de29fe3

Browse files
krzkpaul-walmsley-sifive
authored andcommitted
riscv: 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]> Reviewed-by: Palmer Dabbelt <[email protected]> [[email protected]: use two leading spaces for help text to align with common arch/ practice] Signed-off-by: Paul Walmsley <[email protected]>
1 parent a99d808 commit de29fe3

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

arch/riscv/Kconfig.socs

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
menu "SoC selection"
22

33
config SOC_SIFIVE
4-
bool "SiFive SoCs"
5-
select SERIAL_SIFIVE
6-
select SERIAL_SIFIVE_CONSOLE
7-
select CLK_SIFIVE
8-
select CLK_SIFIVE_FU540_PRCI
9-
select SIFIVE_PLIC
10-
help
11-
This enables support for SiFive SoC platform hardware.
4+
bool "SiFive SoCs"
5+
select SERIAL_SIFIVE
6+
select SERIAL_SIFIVE_CONSOLE
7+
select CLK_SIFIVE
8+
select CLK_SIFIVE_FU540_PRCI
9+
select SIFIVE_PLIC
10+
help
11+
This enables support for SiFive SoC platform hardware.
1212

1313
endmenu

0 commit comments

Comments
 (0)