]> Git Repo - buildroot-mgba.git/blame - configs/qemu_xtensa_lx60_nommu_defconfig
configs: add qemu_xtensa_lx60_nommu_defconfig
[buildroot-mgba.git] / configs / qemu_xtensa_lx60_nommu_defconfig
CommitLineData
20e738bc
MF
1# Architecture
2BR2_xtensa=y
3BR2_XTENSA_CUSTOM=y
4BR2_XTENSA_CUSTOM_NAME="dc233c"
5BR2_XTENSA_CORE_NAME="lx60"
6BR2_XTENSA_OVERLAY_DIR="board/qemu/xtensa-lx60"
7
8# Toolchain
9BR2_PACKAGE_HOST_ELF2FLT=y
10# BR2_USE_MMU is not set
11
12# Patches
13BR2_GLOBAL_PATCH_DIR="board/qemu/xtensa-lx60"
14
15# System
16BR2_SYSTEM_DHCP="eth0"
17BR2_TARGET_GENERIC_GETTY_PORT="ttyS0"
18
19# Filesystem
20# BR2_TARGET_ROOTFS_TAR is not set
21BR2_TARGET_ROOTFS_INITRAMFS=y
22
23# Linux headers same as kernel, a 4.4 series
24BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_4=y
25
26# Kernel
27BR2_LINUX_KERNEL=y
28BR2_LINUX_KERNEL_CUSTOM_VERSION=y
29BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="4.4.5"
30BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y
31BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/qemu/xtensa-lx60/linux-4.4-nommu.config"
32BR2_LINUX_KERNEL_IMAGE_TARGET_CUSTOM=y
33BR2_LINUX_KERNEL_IMAGE_NAME="Image.elf"
34BR2_LINUX_KERNEL_IMAGE_TARGET_NAME="zImage"
This page took 0.02352 seconds and 4 git commands to generate.