]> Git Repo - buildroot-mgba.git/blame_incremental - configs/qemu_arm_vexpress_defconfig
toolchain: remove the old BR2_VFP_FLOAT option
[buildroot-mgba.git] / configs / qemu_arm_vexpress_defconfig
... / ...
CommitLineData
1# Architecture
2BR2_arm=y
3BR2_cortex_a9=y
4BR2_ARM_ENABLE_NEON=y
5BR2_VFP_FLOAT=y
6# BR2_SOFT_FLOAT is not set
7
8# System
9BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_MDEV=y
10BR2_TARGET_GENERIC_GETTY=y
11BR2_TARGET_GENERIC_GETTY_PORT="ttyAMA0"
12
13# Filesystem
14BR2_TARGET_ROOTFS_EXT2=y
15# BR2_TARGET_ROOTFS_TAR is not set
16
17# Lock to 3.10 headers to avoid breaking with newer kernels
18BR2_KERNEL_HEADERS_VERSION=y
19BR2_DEFAULT_KERNEL_VERSION="3.10"
20
21# Kernel
22BR2_LINUX_KERNEL=y
23BR2_LINUX_KERNEL_CUSTOM_VERSION=y
24BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="3.10"
25BR2_LINUX_KERNEL_DEFCONFIG="vexpress"
26BR2_LINUX_KERNEL_ZIMAGE=y
This page took 0.020024 seconds and 4 git commands to generate.