Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Yujie Liu and committed by
Max Filippov
4ea6babb 2cc14f52

+1 -1
+1 -1
arch/xtensa/Kconfig
··· 144 144 depends on XTENSA_VARIANT_CUSTOM 145 145 help 146 146 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. 148 148 Don't forget you have to select MMU if you have one. 149 149 150 150 config XTENSA_VARIANT_NAME