]> rtime.felk.cvut.cz Git - coffee/buildroot.git/blob - configs/qemu_arm_versatile_nommu_defconfig
configs/mx53loco: Adjust comment to reflect the real kernel version
[coffee/buildroot.git] / configs / qemu_arm_versatile_nommu_defconfig
1 # Architecture
2 BR2_arm=y
3 BR2_arm926t=y
4
5 # Toolchain
6 BR2_PACKAGE_HOST_ELF2FLT=y
7 # BR2_USE_MMU is not set
8
9 # Patches
10 BR2_GLOBAL_PATCH_DIR="board/qemu/arm-versatile/patches"
11
12 # Busybox with hush
13 BR2_PACKAGE_BUSYBOX_CONFIG="package/busybox/busybox-minimal.config"
14
15 # System
16 BR2_SYSTEM_DHCP="eth0"
17 BR2_TARGET_GENERIC_GETTY_PORT="ttyAMA0"
18
19 # Filesystem
20 # BR2_TARGET_ROOTFS_EXT2 is not set
21 # BR2_TARGET_ROOTFS_TAR is not set
22 BR2_TARGET_ROOTFS_INITRAMFS=y
23
24 # Linux headers same as kernel, a 4.4 series
25 BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_4=y
26
27 # Kernel
28 BR2_LINUX_KERNEL=y
29 BR2_LINUX_KERNEL_CUSTOM_VERSION=y
30 BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="4.4.70"
31 BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y
32 BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/qemu/arm-versatile/linux-4.4-nommu.config"