]> rtime.felk.cvut.cz Git - coffee/buildroot.git/blob - configs/qemu_arm_vexpress_defconfig
snort: fix build on sparc v8
[coffee/buildroot.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_ARM_ENABLE_VFP=y
6 BR2_ARM_FPU_VFPV3D16=y
7
8 # System
9 BR2_SYSTEM_DHCP="eth0"
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 # Linux headers same as kernel, a 4.16 series
17 BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_16=y
18
19 # Kernel
20 BR2_LINUX_KERNEL=y
21 BR2_LINUX_KERNEL_CUSTOM_VERSION=y
22 BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="4.16.7"
23 BR2_LINUX_KERNEL_DEFCONFIG="vexpress"
24 BR2_LINUX_KERNEL_DTS_SUPPORT=y
25 BR2_LINUX_KERNEL_INTREE_DTS_NAME="vexpress-v2p-ca9"