Skip to content

Commit 4ea6bab

Browse files
Yujie-Liujcmvbkbc
authored andcommitted
xtensa: fix variants path in the Kconfig help
The directory in the path should be "variants" instead of "variant". Fixes: 420ae95 ("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>
1 parent 2cc14f5 commit 4ea6bab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/xtensa/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ config XTENSA_VARIANT_CUSTOM_NAME
144144
depends on XTENSA_VARIANT_CUSTOM
145145
help
146146
Provide the name of a custom Xtensa processor variant.
147-
This CORENAME selects arch/xtensa/variant/CORENAME.
147+
This CORENAME selects arch/xtensa/variants/CORENAME.
148148
Don't forget you have to select MMU if you have one.
149149

150150
config XTENSA_VARIANT_NAME

0 commit comments

Comments
 (0)