It'd be RISCV_ISA_V to match the others single letter extentions, right?+config VECTOR"VECTOR" is not really consistent to how the other configs are named;
+ bool "VECTOR support"
+ depends on GCC_VERSION >= 120000 || CLANG_VERSION >= 130000
+ default n
+ help
+ Say N here if you want to disable all vector related procedure
+ in the kernel.
+
+ If you don't know what to do here, say Y.
+
+endmenu
RISCV_ISA_V, RISCV_ISA_VECTOR, RISCV_VECTOR?
The toolchain dependency check here also seems rather naive.