diff options
author | Yujie Liu <yujie.liu@intel.com> | 2023-11-29 10:13:37 +0100 |
---|---|---|
committer | Max Filippov <jcmvbkbc@gmail.com> | 2023-11-29 10:49:19 +0100 |
commit | 4ea6babbdd49d15c36665013e740f2e604d8841d (patch) | |
tree | 6ed3aa18a22370a788afc98c2dc25d84c4ee564f /arch/xtensa | |
parent | Linux 6.7-rc3 (diff) | |
download | linux-4ea6babbdd49d15c36665013e740f2e604d8841d.tar.xz linux-4ea6babbdd49d15c36665013e740f2e604d8841d.zip |
xtensa: fix variants path in the Kconfig help
The directory in the path should be "variants" instead of "variant".
Fixes: 420ae9518404 ("xtensa: simplify addition of new core variants")
Signed-off-by: Yujie Liu <yujie.liu@intel.com>
Message-Id: <20231129091337.2084747-1-yujie.liu@intel.com>
Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
Diffstat (limited to 'arch/xtensa')
-rw-r--r-- | arch/xtensa/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/xtensa/Kconfig b/arch/xtensa/Kconfig index 7d792077e5fd..a9ed6ec3a75e 100644 --- a/arch/xtensa/Kconfig +++ b/arch/xtensa/Kconfig @@ -144,7 +144,7 @@ config XTENSA_VARIANT_CUSTOM_NAME depends on XTENSA_VARIANT_CUSTOM help Provide the name of a custom Xtensa processor variant. - This CORENAME selects arch/xtensa/variant/CORENAME. + This CORENAME selects arch/xtensa/variants/CORENAME. Don't forget you have to select MMU if you have one. config XTENSA_VARIANT_NAME |