]> Git Repo - buildroot-mgba.git/blob - configs/snps_archs38_haps_defconfig
configs/imx6slevk: update the kernel to 6.6.51
[buildroot-mgba.git] / configs / snps_archs38_haps_defconfig
1 # Architecture
2 BR2_arcle=y
3 BR2_archs38=y
4
5 # System
6 BR2_TARGET_GENERIC_HOSTNAME="zebu_hs"
7 BR2_TARGET_GENERIC_ISSUE="Welcome to the HAPS Development Platform"
8 BR2_TARGET_ROOTFS_INITRAMFS=y
9
10 # Linux headers same as kernel, a 5.16 series
11 BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_5_16=y
12
13 # Kernel
14 BR2_LINUX_KERNEL=y
15 BR2_LINUX_KERNEL_CUSTOM_VERSION=y
16 BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="5.16"
17 BR2_LINUX_KERNEL_DEFCONFIG="haps_hs_smp"
18 BR2_LINUX_KERNEL_VMLINUX=y
This page took 0.026012 seconds and 4 git commands to generate.