7c62ebc9478edac686e994f28d81c30451e98fe3
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / configs / qemu_arm_vexpress_defconfig
1 # Architecture
2 BR2_arm=y
3 BR2_cortex_a9=y
4 BR2_ARM_ENABLE_NEON=y
5 BR2_ARM_FPU_VFPV3D16=y
6
7 # System
8 BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_MDEV=y
9 BR2_TARGET_GENERIC_GETTY=y
10 BR2_TARGET_GENERIC_GETTY_PORT="ttyAMA0"
11
12 # Filesystem
13 BR2_TARGET_ROOTFS_EXT2=y
14 # BR2_TARGET_ROOTFS_TAR is not set
15
16 # Lock to 4.0 headers to avoid breaking with newer kernels
17 BR2_KERNEL_HEADERS_VERSION=y
18 BR2_DEFAULT_KERNEL_VERSION="4.0"
19 BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_0=y
20
21 # Kernel
22 BR2_LINUX_KERNEL=y
23 BR2_LINUX_KERNEL_CUSTOM_VERSION=y
24 BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="4.0"
25 BR2_LINUX_KERNEL_DEFCONFIG="vexpress"
26 BR2_LINUX_KERNEL_ZIMAGE=y
27 BR2_LINUX_KERNEL_DTS_SUPPORT=y
28 BR2_LINUX_KERNEL_INTREE_DTS_NAME="vexpress-v2p-ca9"