mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-24 03:40:52 +07:00
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: Enrico Weigelt, metux IT consult <info@metux.net> Signed-off-by: Matt Turner <mattst88@gmail.com>
This commit is contained in:
parent
79ca035d2d
commit
8b3ebda6d8
@ -545,7 +545,7 @@ config NR_CPUS
|
||||
default "4" if !ALPHA_GENERIC && !ALPHA_MARVEL
|
||||
help
|
||||
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
|
||||
bool "Discontiguous Memory Support"
|
||||
@ -657,7 +657,7 @@ choice
|
||||
endchoice
|
||||
|
||||
config HZ
|
||||
int
|
||||
int
|
||||
default 32 if HZ_32
|
||||
default 64 if HZ_64
|
||||
default 128 if HZ_128
|
||||
|
Loading…
Reference in New Issue
Block a user