]> rtime.felk.cvut.cz Git - coffee/buildroot.git/blob - configs/acmesystems_arietta_g25_256mb_defconfig
jquery-ui-themes: rename options to have proper prefix
[coffee/buildroot.git] / configs / acmesystems_arietta_g25_256mb_defconfig
1 # Architecture
2 BR2_arm=y
3
4 # Kernel headers
5 BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_7=y
6
7 # System configuration
8 BR2_TARGET_GENERIC_ISSUE="Welcome to Arietta-G25 Buildroot"
9 BR2_TARGET_GENERIC_GETTY_PORT="ttyS0"
10 BR2_TARGET_GENERIC_GETTY_BAUDRATE_115200=y
11 BR2_ROOTFS_POST_IMAGE_SCRIPT="board/acmesystems/arietta-g25/post-image.sh"
12
13 # Kernel configuration
14 BR2_LINUX_KERNEL=y
15 BR2_LINUX_KERNEL_CUSTOM_VERSION=y
16 BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="4.7.4"
17 BR2_LINUX_KERNEL_DEFCONFIG="at91_dt"
18 BR2_LINUX_KERNEL_DTS_SUPPORT=y
19 BR2_LINUX_KERNEL_INTREE_DTS_NAME="at91-ariettag25"
20
21 # Root filesystem
22 BR2_TARGET_ROOTFS_EXT2=y
23 BR2_TARGET_ROOTFS_EXT2_4=y
24 BR2_TARGET_ROOTFS_EXT2_LABEL="rootfs"
25
26 # AT91bootstrap bootloader
27 BR2_TARGET_AT91BOOTSTRAP3=y
28 BR2_TARGET_AT91BOOTSTRAP3_CUSTOM_GIT=y
29 BR2_TARGET_AT91BOOTSTRAP3_CUSTOM_REPO_URL="https://github.com/linux4sam/at91bootstrap.git"
30 BR2_TARGET_AT91BOOTSTRAP3_CUSTOM_REPO_VERSION="v3.8.6"
31 BR2_TARGET_AT91BOOTSTRAP3_DEFCONFIG="arietta-256m"
32
33 # Tools to build sdcard.img
34 BR2_PACKAGE_HOST_DOSFSTOOLS=y
35 BR2_PACKAGE_HOST_GENIMAGE=y
36 BR2_PACKAGE_HOST_MTOOLS=y