]> Git Repo - buildroot-mgba.git/blob - configs/snps_arc700_nsim_defconfig
configs/raspberrypi*: sort some configs
[buildroot-mgba.git] / configs / snps_arc700_nsim_defconfig
1 # Architecture
2 BR2_arcle=y
3
4 # System
5 BR2_TARGET_GENERIC_HOSTNAME="arc700"
6
7 # Linux headers same as kernel, a 6.0 series
8 BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_6_0=y
9
10 # Kernel
11 BR2_LINUX_KERNEL=y
12 BR2_LINUX_KERNEL_CUSTOM_VERSION=y
13 BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.0.8"
14 BR2_LINUX_KERNEL_DEFCONFIG="nsim_700"
15 BR2_LINUX_KERNEL_VMLINUX=y
16
17 # Rootfs
18 BR2_TARGET_ROOTFS_INITRAMFS=y
This page took 0.020617 seconds and 4 git commands to generate.