tegrarcm: new package
[buildroot-gz.git] / configs / snps_axs101_defconfig
blob08def3e3da74d8bd7d4f4e982feb0c18d8672f1a
1 # Architecture
2 BR2_arcle=y
4 # System
5 BR2_TARGET_GENERIC_HOSTNAME="axs101"
6 BR2_TARGET_GENERIC_ISSUE="Welcome to the ARC Software Development Platform"
7 BR2_TARGET_ROOTFS_INITRAMFS=y
8 BR2_SYSTEM_DHCP="eth0"
9 BR2_ROOTFS_OVERLAY="board/synopsys/axs10x/fs-overlay"
11 # Linux headers same as kernel, a 4.2 series
12 BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_2=y
14 # Kernel
15 BR2_LINUX_KERNEL=y
16 BR2_LINUX_KERNEL_CUSTOM_VERSION=y
17 BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="4.2.4"
18 BR2_LINUX_KERNEL_DEFCONFIG="axs101"
20 # Bootloader
21 BR2_TARGET_UBOOT=y
22 BR2_TARGET_UBOOT_BUILD_SYSTEM_KCONFIG=y
23 BR2_TARGET_UBOOT_CUSTOM_VERSION=y
24 BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2015.07"
25 BR2_TARGET_UBOOT_BOARD_DEFCONFIG="axs101"