Commit 8b3ebda6 authored by Enrico Weigelt, metux IT consult's avatar Enrico Weigelt, metux IT consult Committed by Matt Turner

alpha: Kconfig: pedantic formatting

Formatting of Kconfig files doesn't look so pretty, so let the
Great White Handkerchief come around and clean it up.
Signed-off-by: default avatarEnrico Weigelt, metux IT consult <info@metux.net>
Signed-off-by: default avatarMatt Turner <mattst88@gmail.com>
parent 79ca035d
...@@ -545,7 +545,7 @@ config NR_CPUS ...@@ -545,7 +545,7 @@ config NR_CPUS
default "4" if !ALPHA_GENERIC && !ALPHA_MARVEL default "4" if !ALPHA_GENERIC && !ALPHA_MARVEL
help help
MARVEL support can handle a maximum of 32 CPUs, all the others MARVEL support can handle a maximum of 32 CPUs, all the others
with working support have a maximum of 4 CPUs. with working support have a maximum of 4 CPUs.
config ARCH_DISCONTIGMEM_ENABLE config ARCH_DISCONTIGMEM_ENABLE
bool "Discontiguous Memory Support" bool "Discontiguous Memory Support"
...@@ -657,7 +657,7 @@ choice ...@@ -657,7 +657,7 @@ choice
endchoice endchoice
config HZ config HZ
int int
default 32 if HZ_32 default 32 if HZ_32
default 64 if HZ_64 default 64 if HZ_64
default 128 if HZ_128 default 128 if HZ_128
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment