Link: https://lore.kernel.org/r/20260217200002.683975158@linuxfoundation.org Tested-by: Florian Fainelli <florian.fainelli@broadcom.com> Tested-by: Takeshi Ogasawara <takeshi.ogasawara@futuring-girl.com> Tested-by: Peter Schneider <pschneider1968@googlemail.com> Tested-by: Jon Hunter <jonathanh@nvidia.com> Tested-by: Salvatore Bonaccorso <carnil@debian.org> Tested-by: Brett A C Sheffield <bacs@librecast.net> Tested-by: Mark Brown <broonie@kernel.org> Tested-by: Luna Jernberg <droidbittin@gmail.com> Tested-by: Ronald Warsow <rwarsow@gmx.de> Tested-by: Justin M. Forbes <jforbes@fedoraproject.org> Tested-by: Ron Economos <re@w6rz.net> Tested-by: Miguel Ojeda <ojeda@kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
72 lines
2.0 KiB
Plaintext
72 lines
2.0 KiB
Plaintext
menu "Vendor extensions"
|
|
|
|
config RISCV_ISA_VENDOR_EXT
|
|
bool
|
|
|
|
menu "Andes"
|
|
config RISCV_ISA_VENDOR_EXT_ANDES
|
|
bool "Andes vendor extension support"
|
|
select RISCV_ISA_VENDOR_EXT
|
|
default y
|
|
help
|
|
Say N here if you want to disable all Andes vendor extension
|
|
support. This will cause any Andes vendor extensions that are
|
|
requested by hardware probing to be ignored.
|
|
|
|
If you don't know what to do here, say Y.
|
|
endmenu
|
|
|
|
menu "MIPS"
|
|
config RISCV_ISA_VENDOR_EXT_MIPS
|
|
bool "MIPS vendor extension support"
|
|
select RISCV_ISA_VENDOR_EXT
|
|
default y
|
|
help
|
|
Say N here to disable detection of and support for all MIPS vendor
|
|
extensions. Without this option enabled, MIPS vendor extensions will
|
|
not be detected at boot and their presence not reported to userspace.
|
|
|
|
If you don't know what to do here, say Y.
|
|
endmenu
|
|
|
|
menu "SiFive"
|
|
config RISCV_ISA_VENDOR_EXT_SIFIVE
|
|
bool "SiFive vendor extension support"
|
|
select RISCV_ISA_VENDOR_EXT
|
|
default y
|
|
help
|
|
Say N here if you want to disable all SiFive vendor extension
|
|
support. This will cause any SiFive vendor extensions that are
|
|
requested by hardware probing to be ignored.
|
|
|
|
If you don't know what to do here, say Y.
|
|
endmenu
|
|
|
|
menu "T-Head"
|
|
config RISCV_ISA_VENDOR_EXT_THEAD
|
|
bool "T-Head vendor extension support"
|
|
select RISCV_ISA_VENDOR_EXT
|
|
default y
|
|
help
|
|
Say N here to disable detection of and support for all T-Head vendor
|
|
extensions. Without this option enabled, T-Head vendor extensions will
|
|
not be detected at boot and their presence not reported to userspace.
|
|
|
|
If you don't know what to do here, say Y.
|
|
|
|
config RISCV_ISA_XTHEADVECTOR
|
|
bool "xtheadvector extension support"
|
|
depends on RISCV_ISA_VENDOR_EXT_THEAD
|
|
depends on RISCV_ISA_V
|
|
depends on FPU
|
|
default y
|
|
help
|
|
Say N here if you want to disable all xtheadvector related procedures
|
|
in the kernel. This will disable vector for any T-Head board that
|
|
contains xtheadvector rather than the standard vector.
|
|
|
|
If you don't know what to do here, say Y.
|
|
endmenu
|
|
|
|
endmenu
|