]> Git Repo - buildroot-mgba.git/blame - configs/atmel_sama5d3xek_defconfig
Merge branch 'next'
[buildroot-mgba.git] / configs / atmel_sama5d3xek_defconfig
CommitLineData
e09a4e3c 1# Architecture
ef85f464
AB
2BR2_arm=y
3BR2_cortex_a5=y
ca57e0ba 4BR2_ARM_ENABLE_VFP=y
ef85f464 5BR2_ARM_INSTRUCTIONS_THUMB2=y
e09a4e3c
LD
6
7# Toolchain
597136c2 8BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_9=y
e09a4e3c
LD
9
10# Kernel
ef85f464 11BR2_LINUX_KERNEL=y
7e7b9db6 12BR2_LINUX_KERNEL_CUSTOM_TARBALL=y
597136c2 13BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="$(call github,linux4sam,linux-at91,linux4sam_5.8)/linux-linux4sam_5.8.tar.gz"
ef85f464 14BR2_LINUX_KERNEL_DEFCONFIG="sama5"
ef85f464 15BR2_LINUX_KERNEL_DTS_SUPPORT=y
e09a4e3c
LD
16BR2_LINUX_KERNEL_INTREE_DTS_NAME="sama5d31ek sama5d33ek sama5d34ek sama5d35ek sama5d36ek"
17
18# Filesystem
ef85f464
AB
19BR2_TARGET_ROOTFS_UBIFS=y
20BR2_TARGET_ROOTFS_UBIFS_LEBSIZE=0x1f000
21BR2_TARGET_ROOTFS_UBI=y
22BR2_TARGET_ROOTFS_UBI_SUBSIZE=2048
e09a4e3c
LD
23
24# Bootloaders
ef85f464 25BR2_TARGET_AT91BOOTSTRAP3=y
80640953 26BR2_TARGET_AT91BOOTSTRAP3_CUSTOM_TARBALL=y
8ac2e5e4 27BR2_TARGET_AT91BOOTSTRAP3_CUSTOM_TARBALL_LOCATION="$(call github,linux4sam,at91bootstrap,v3.10.3)/at91bootstrap3-v3.10.3.tar.gz"
ef85f464
AB
28BR2_TARGET_AT91BOOTSTRAP3_DEFCONFIG="sama5d3xeknf_uboot"
29BR2_TARGET_UBOOT=y
e09a4e3c 30BR2_TARGET_UBOOT_BUILD_SYSTEM_KCONFIG=y
80640953
EH
31BR2_TARGET_UBOOT_CUSTOM_TARBALL=y
32BR2_TARGET_UBOOT_CUSTOM_TARBALL_LOCATION="$(call github,linux4sam,u-boot-at91,linux4sam_5.8)/u-boot-at91-linux4sam_5.8.tar.gz"
e09a4e3c 33BR2_TARGET_UBOOT_BOARD_DEFCONFIG="sama5d3xek_nandflash"
597136c2 34BR2_TARGET_UBOOT_NEEDS_DTC=y
ef85f464 35BR2_TARGET_UBOOT_SPL=y
e09a4e3c
LD
36
37# Host packages
ef85f464 38BR2_PACKAGE_HOST_SAM_BA=y
This page took 0.81454 seconds and 4 git commands to generate.