diff options
author | Randy Dunlap <rdunlap@infradead.org> | 2020-09-18 04:14:04 +0200 |
---|---|---|
committer | Rich Felker <dalias@libc.org> | 2021-01-07 01:55:23 +0100 |
commit | 7fb0a1a5e56779c427b409d6e53889d46519755e (patch) | |
tree | 32c487c050502a447ba87a2cb1b1366aeeb40388 /arch/sh | |
parent | sh: dma: fix kconfig dependency for G2_DMA (diff) | |
download | linux-7fb0a1a5e56779c427b409d6e53889d46519755e.tar.xz linux-7fb0a1a5e56779c427b409d6e53889d46519755e.zip |
arch/sh: hyphenate Non-Uniform in Kconfig prompt
Hyphenate Non-Uniform in the NUMA kconfig prompt.
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Yoshinori Sato <ysato@users.sourceforge.jp>
Cc: Rich Felker <dalias@libc.org>
Cc: linux-sh@vger.kernel.org
Cc: Jiri Kosina <trivial@kernel.org>
Signed-off-by: Rich Felker <dalias@libc.org>
Diffstat (limited to 'arch/sh')
-rw-r--r-- | arch/sh/mm/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/mm/Kconfig b/arch/sh/mm/Kconfig index 703d3069997c..77aa2f802d8d 100644 --- a/arch/sh/mm/Kconfig +++ b/arch/sh/mm/Kconfig @@ -105,7 +105,7 @@ config VSYSCALL (the default value) say Y. config NUMA - bool "Non Uniform Memory Access (NUMA) Support" + bool "Non-Uniform Memory Access (NUMA) Support" depends on MMU && SYS_SUPPORTS_NUMA select ARCH_WANT_NUMA_VARIABLE_LOCALITY default n |