systemd: install timesync service if selected
[buildroot-gz.git] / configs / qemu_arm_versatile_defconfig
blob1348bab8fce38c178efbe8b360483d46c8905ba7
1 # Architecture
2 BR2_arm=y
3 BR2_arm926t=y
5 # system
6 BR2_TARGET_GENERIC_GETTY=y
7 BR2_TARGET_GENERIC_GETTY_PORT="ttyAMA0"
9 # filesystem
10 BR2_TARGET_ROOTFS_EXT2=y
11 # BR2_TARGET_ROOTFS_TAR is not set
13 # Lock to 3.13 headers to avoid breaking with newer kernels
14 BR2_KERNEL_HEADERS_VERSION=y
15 BR2_DEFAULT_KERNEL_VERSION="3.13.5"
16 BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_13=y
18 # Kernel
19 BR2_LINUX_KERNEL=y
20 BR2_LINUX_KERNEL_CUSTOM_VERSION=y
21 BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="3.13.5"
22 BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y
23 BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/qemu/arm-versatile/linux-3.13.config"
24 BR2_LINUX_KERNEL_ZIMAGE=y