xref: /linux/arch/riscv/Kconfig.vendor (revision f7d7ccf92f2b9398781f791b4af1a74a9f65b5c3)
1menu "Vendor extensions"
2
3config RISCV_ISA_VENDOR_EXT
4	bool
5
6menu "Andes"
7config RISCV_ISA_VENDOR_EXT_ANDES
8	bool "Andes vendor extension support"
9	select RISCV_ISA_VENDOR_EXT
10	default y
11	help
12	  Say N here if you want to disable all Andes vendor extension
13	  support. This will cause any Andes vendor extensions that are
14	  requested by hardware probing to be ignored.
15
16	  If you don't know what to do here, say Y.
17endmenu
18
19endmenu
20