summaryrefslogtreecommitdiff
path: root/arch/riscv/configs/64-bit.config
AgeCommit message (Collapse)AuthorFilesLines
2021-10-04riscv: add rv32 and rv64 randconfig build targetsRandy Dunlap1-0/+2
Add the ability to do randconfig build targets for both rv32 and rv64. Based on a similar patch by Michael Ellerman for PowerPC. Usage: make ARCH=riscv rv32_randconfig or make ARCH=riscv rv64_randconfig Signed-off-by: Randy Dunlap <rdunlap@infradead.org> Signed-off-by: Palmer Dabbelt <palmerdabbelt@google.com>