kumquat-buildroot/configs/snps_arc700_nsim_defconfig
Sergey Matyukevich 552a054d45 configs/snps_arc700_nsim_defconfig: add ARC700 target for nSIM
Add ARC700 image configuration for nSIM instruction set simulator.

This is a nice starting point for ARC700 in nSIM.

Signed-off-by: Sergey Matyukevich <sergey.matyukevich@synopsys.com>
Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2023-08-06 22:47:32 +02:00

19 lines
378 B
Plaintext

# Architecture
BR2_arcle=y
# System
BR2_TARGET_GENERIC_HOSTNAME="arc700"
# Linux headers same as kernel, a 6.0 series
BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_6_0=y
# Kernel
BR2_LINUX_KERNEL=y
BR2_LINUX_KERNEL_CUSTOM_VERSION=y
BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.0.8"
BR2_LINUX_KERNEL_DEFCONFIG="nsim_700"
BR2_LINUX_KERNEL_VMLINUX=y
# Rootfs
BR2_TARGET_ROOTFS_INITRAMFS=y