]> Git Repo - buildroot-mgba.git/blob - configs/qemu_riscv64_virt_defconfig
arch: add support for RISC-V 32-bit (riscv32) architecture
[buildroot-mgba.git] / configs / qemu_riscv64_virt_defconfig
1 # Architecture
2 BR2_riscv=y
3 BR2_RISCV_64=y
4
5 # System
6 BR2_SYSTEM_DHCP="eth0"
7
8 # Filesystem
9 BR2_TARGET_ROOTFS_EXT2=y
10 BR2_TARGET_GENERIC_GETTY=y
11 BR2_TARGET_GENERIC_GETTY_PORT="ttyS0"
12
13 # Linux headers same as kernel, a 4.15 series
14 BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_15=y
15
16 # Kernel
17 BR2_LINUX_KERNEL=y
18 BR2_LINUX_KERNEL_CUSTOM_GIT=y
19 BR2_LINUX_KERNEL_CUSTOM_REPO_URL="https://github.com/riscv/riscv-linux.git"
20 BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="fe92d7905c6ea0ebeabeb725b8040754ede7c220"
21 BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y
22 BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/qemu/riscv64-virt/linux.config"
23
24 # Bootloader
25 BR2_TARGET_RISCV_PK=y
This page took 0.028517 seconds and 4 git commands to generate.