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 <krzk@kernel.org>
Reviewed-by: Palmer Dabbelt <palmerdabbelt@google.com>
[paul.walmsley@sifive.com: use two leading spaces for help text to align
 with common arch/ practice]
Signed-off-by: Paul Walmsley <paul.walmsley@sifive.com>
This commit is contained in:
Krzysztof Kozlowski 2019-11-21 04:20:57 +01:00 committed by Paul Walmsley
parent a99d8080aa
commit de29fe308d

View File

@ -1,13 +1,13 @@
menu "SoC selection" menu "SoC selection"
config SOC_SIFIVE config SOC_SIFIVE
bool "SiFive SoCs" bool "SiFive SoCs"
select SERIAL_SIFIVE select SERIAL_SIFIVE
select SERIAL_SIFIVE_CONSOLE select SERIAL_SIFIVE_CONSOLE
select CLK_SIFIVE select CLK_SIFIVE
select CLK_SIFIVE_FU540_PRCI select CLK_SIFIVE_FU540_PRCI
select SIFIVE_PLIC select SIFIVE_PLIC
help help
This enables support for SiFive SoC platform hardware. This enables support for SiFive SoC platform hardware.
endmenu endmenu