]> Git Repo - buildroot-mgba.git/blame - configs/sipeed_maixduino_defconfig
configs/raspberrypi4*: install Raspberry Pi 400 device-tree blob
[buildroot-mgba.git] / configs / sipeed_maixduino_defconfig
CommitLineData
6d180daf
DLM
1# Architecture
2BR2_riscv=y
3BR2_RISCV_64=y
4BR2_riscv_custom=y
cbd91e89
JG
5BR2_RISCV_ISA_RVM=y
6BR2_RISCV_ISA_RVA=y
7BR2_RISCV_ISA_RVF=y
8BR2_RISCV_ISA_RVD=y
9BR2_RISCV_ISA_RVC=y
87491656 10# BR2_RISCV_USE_MMU is not set
6d180daf
DLM
11BR2_RISCV_ABI_LP64D=y
12
1bd8e718
PK
13# Linux headers same as kernel, a 5.19 series
14BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_5_19=y
15
6d180daf 16# Binary format
6d180daf 17BR2_BINFMT_FLAT=y
6d180daf
DLM
18# BR2_TARGET_ENABLE_ROOT_LOGIN is not set
19
20# Kernel
21BR2_LINUX_KERNEL=y
22BR2_LINUX_KERNEL_CUSTOM_VERSION=y
f78fae8c 23BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="5.19"
6d180daf
DLM
24BR2_LINUX_KERNEL_DEFCONFIG="nommu_k210"
25BR2_LINUX_KERNEL_CONFIG_FRAGMENT_FILES="board/sipeed/maixduino/linux-cpio.config"
26BR2_LINUX_KERNEL_IMAGE_TARGET_CUSTOM=y
27BR2_LINUX_KERNEL_IMAGE_NAME="loader.bin"
28
29# Packages
30BR2_PACKAGE_HOST_PYTHON_KFLASH=y
6d180daf
DLM
31BR2_PACKAGE_BUSYBOX_CONFIG_FRAGMENT_FILES="board/canaan/k210-soc/busybox-tiny.config"
32# BR2_PACKAGE_IFUPDOWN_SCRIPTS is not set
33
34# Filesystem
35BR2_INIT_NONE=y
36BR2_TARGET_ROOTFS_INITRAMFS=y
37BR2_ROOTFS_OVERLAY="board/canaan/k210-soc/rootfs_overlay"
This page took 0.216056 seconds and 4 git commands to generate.