diff options
author | Randy Dunlap <rdunlap@infradead.org> | 2020-01-31 17:59:26 -0800 |
---|---|---|
committer | Max Filippov <jcmvbkbc@gmail.com> | 2020-02-01 00:45:57 -0800 |
commit | 58bc6c69afe51ed19d1294ab0bb319b7df1cf75a (patch) | |
tree | f90d340f386a15be15a1818c96b952197d37c5c0 /arch/xtensa | |
parent | a922b1561137fc516e7c77c478779f7d198cc9cf (diff) | |
download | linux-58bc6c69afe51ed19d1294ab0bb319b7df1cf75a.tar.gz linux-58bc6c69afe51ed19d1294ab0bb319b7df1cf75a.tar.bz2 linux-58bc6c69afe51ed19d1294ab0bb319b7df1cf75a.zip |
arch/xtensa: fix Kconfig typos for HAVE_SMP
Fix typos in xtensa Kconfig help text for HAVE_SMP.
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Chris Zankel <chris@zankel.net>
Cc: Max Filippov <jcmvbkbc@gmail.com>
Cc: linux-xtensa@linux-xtensa.org
Message-Id: <500b2132-ea3c-a385-1f37-05664de5f1dd@infradead.org>
Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
Diffstat (limited to 'arch/xtensa')
-rw-r--r-- | arch/xtensa/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/xtensa/Kconfig b/arch/xtensa/Kconfig index 296c5324dace..06e6161797fa 100644 --- a/arch/xtensa/Kconfig +++ b/arch/xtensa/Kconfig @@ -180,11 +180,11 @@ config HAVE_SMP depends on XTENSA_VARIANT_CUSTOM select XTENSA_MX help - This option is use to indicate that the system-on-a-chip (SOC) + This option is used to indicate that the system-on-a-chip (SOC) supports Multiprocessing. Multiprocessor support implemented above the CPU core definition and currently needs to be selected manually. - Multiprocessor support in implemented with external cache and + Multiprocessor support is implemented with external cache and interrupt controllers. The MX interrupt distributer adds Interprocessor Interrupts |