aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKrzysztof Kozlowski <[email protected]>2019-11-21 04:20:57 +0100
committerPaul Walmsley <[email protected]>2019-11-21 10:53:41 -0800
commitde29fe308de7e0c5c94af0dd30e825fcc98293fa (patch)
tree6faa621b37e113cd08285394d96d4f5ab31352fd
parenta99d8080aaf358d5d23581244e5da23b35e340b9 (diff)
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]>
-rw-r--r--arch/riscv/Kconfig.socs16
1 files changed, 8 insertions, 8 deletions
diff --git a/arch/riscv/Kconfig.socs b/arch/riscv/Kconfig.socs
index 536c0ef4aee8..634759ac8c71 100644
--- a/arch/riscv/Kconfig.socs
+++ b/arch/riscv/Kconfig.socs
@@ -1,13 +1,13 @@
menu "SoC selection"
config SOC_SIFIVE
- bool "SiFive SoCs"
- select SERIAL_SIFIVE
- select SERIAL_SIFIVE_CONSOLE
- select CLK_SIFIVE
- select CLK_SIFIVE_FU540_PRCI
- select SIFIVE_PLIC
- help
- This enables support for SiFive SoC platform hardware.
+ bool "SiFive SoCs"
+ select SERIAL_SIFIVE
+ select SERIAL_SIFIVE_CONSOLE
+ select CLK_SIFIVE
+ select CLK_SIFIVE_FU540_PRCI
+ select SIFIVE_PLIC
+ help
+ This enables support for SiFive SoC platform hardware.
endmenu