Skip to content

Commit

Permalink
openrisc: Fix Kconfig indentation
Browse files Browse the repository at this point in the history
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]>
Signed-off-by: Stafford Horne <[email protected]>
  • Loading branch information
krzk authored and stffrdhrn committed Nov 22, 2019
1 parent af42d34 commit 0ecdcaa
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions arch/openrisc/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ config OPENRISC
select IRQ_DOMAIN
select HANDLE_DOMAIN_IRQ
select GPIOLIB
select HAVE_ARCH_TRACEHOOK
select HAVE_ARCH_TRACEHOOK
select SPARSE_IRQ
select GENERIC_IRQ_CHIP
select GENERIC_IRQ_PROBE
Expand Down Expand Up @@ -51,12 +51,12 @@ config NO_IOPORT_MAP
def_bool y

config TRACE_IRQFLAGS_SUPPORT
def_bool y
def_bool y

# For now, use generic checksum functions
#These can be reimplemented in assembly later if so inclined
config GENERIC_CSUM
def_bool y
def_bool y

config STACKTRACE_SUPPORT
def_bool y
Expand Down Expand Up @@ -89,8 +89,8 @@ config DCACHE_WRITETHROUGH
If unsure say N here

config OPENRISC_BUILTIN_DTB
string "Builtin DTB"
default ""
string "Builtin DTB"
default ""

menu "Class II Instructions"

Expand Down Expand Up @@ -161,13 +161,13 @@ config OPENRISC_HAVE_SHADOW_GPRS
On a unicore system it's safe to say N here if you are unsure.

config CMDLINE
string "Default kernel command string"
default ""
help
On some architectures there is currently no way for the boot loader
to pass arguments to the kernel. For these architectures, you should
supply some command-line options at build time by entering them
here.
string "Default kernel command string"
default ""
help
On some architectures there is currently no way for the boot loader
to pass arguments to the kernel. For these architectures, you should
supply some command-line options at build time by entering them
here.

menu "Debugging options"

Expand All @@ -185,7 +185,7 @@ config OPENRISC_ESR_EXCEPTION_BUG_CHECK
default n
help
This option enables some checks that might expose some problems
in kernel.
in kernel.

Say N if you are unsure.

Expand Down

0 comments on commit 0ecdcaa

Please sign in to comment.