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