]> Git Repo - buildroot-mgba.git/blame - configs/qemu_aarch64_virt_defconfig
configs/qemu: cleanup and capitalization
[buildroot-mgba.git] / configs / qemu_aarch64_virt_defconfig
CommitLineData
6999e676
GZ
1# Architecture
2BR2_aarch64=y
3
4# System
5BR2_TARGET_GENERIC_GETTY_PORT="ttyAMA0"
6
7# Filesystem
8# BR2_TARGET_ROOTFS_TAR is not set
9BR2_TARGET_ROOTFS_INITRAMFS=y
10
bb16580a 11# Lock to 4.3 headers to avoid breaking with newer kernels
6999e676 12BR2_KERNEL_HEADERS_VERSION=y
bb16580a
GZ
13BR2_DEFAULT_KERNEL_VERSION="4.3"
14BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_3=y
6999e676
GZ
15
16# Kernel
17BR2_LINUX_KERNEL=y
18BR2_LINUX_KERNEL_CUSTOM_VERSION=y
bb16580a 19BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="4.3"
6999e676 20BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y
bb16580a 21BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/qemu/aarch64-virt/linux-4.3.config"
This page took 0.152395 seconds and 4 git commands to generate.