]> Git Repo - buildroot-mgba.git/blob - configs/freescale_t2080_qds_rdb_defconfig
configs/beaglebone_defconfig: add hashes for Linux/headers/U-Boot
[buildroot-mgba.git] / configs / freescale_t2080_qds_rdb_defconfig
1 # Architecture
2 BR2_powerpc64=y
3 BR2_powerpc_e6500=y
4
5 # Linux headers same as kernel
6 BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_17=y
7
8 # Serial port config
9 BR2_TARGET_GENERIC_GETTY_PORT="ttyS0"
10
11 # Kernel
12 BR2_LINUX_KERNEL=y
13 BR2_LINUX_KERNEL_CUSTOM_VERSION=y
14 BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="4.17.14"
15 BR2_LINUX_KERNEL_DEFCONFIG="corenet64_smp"
16 BR2_LINUX_KERNEL_DTS_SUPPORT=y
17 BR2_LINUX_KERNEL_INTREE_DTS_NAME="fsl/t2080qds fsl/t2080rdb"
18 BR2_LINUX_KERNEL_NEEDS_HOST_OPENSSL=y
19
20 # Filesystem
21 BR2_TARGET_ROOTFS_CPIO=y
22 BR2_TARGET_ROOTFS_CPIO_GZIP=y
23 BR2_TARGET_ROOTFS_CPIO_UIMAGE=y
24 # BR2_TARGET_ROOTFS_TAR is not set
25
This page took 0.028233 seconds and 4 git commands to generate.