]> Git Repo - buildroot-mgba.git/blob - configs/qemu_arm_vexpress_defconfig
configs/qemu: bump relevant configs to kernel version 3.9.x
[buildroot-mgba.git] / configs / qemu_arm_vexpress_defconfig
1 # Architecture
2 BR2_arm=y
3 BR2_cortex_a9=y
4 BR2_ARM_ENABLE_NEON=y
5 BR2_VFP_FLOAT=y
6 # BR2_SOFT_FLOAT is not set
7
8 # System
9 BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_MDEV=y
10 BR2_TARGET_GENERIC_GETTY=y
11 BR2_TARGET_GENERIC_GETTY_PORT="ttyAMA0"
12
13 # Filesystem
14 BR2_TARGET_ROOTFS_EXT2=y
15 # BR2_TARGET_ROOTFS_TAR is not set
16
17 # Lock to 3.9 headers to avoid breaking with newer kernels
18 BR2_KERNEL_HEADERS_3_9=y
19
20 # Kernel
21 BR2_LINUX_KERNEL=y
22 BR2_LINUX_KERNEL_CUSTOM_VERSION=y
23 BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="3.9"
24 BR2_LINUX_KERNEL_DEFCONFIG="vexpress"
25 BR2_LINUX_KERNEL_ZIMAGE=y
This page took 0.022784 seconds and 4 git commands to generate.