xref: /OK3568_Linux_fs/buildroot/configs/freescale_t1040d4rdb_defconfig (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1# Architecture
2BR2_powerpc64=y
3BR2_powerpc_e5500=y
4
5# Linux headers same as kernel, a 4.15 series
6BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_15=y
7
8# Serial port config
9BR2_TARGET_GENERIC_GETTY_PORT="ttyS0"
10
11# Kernel
12BR2_LINUX_KERNEL=y
13BR2_LINUX_KERNEL_CUSTOM_VERSION=y
14BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="4.15.7"
15BR2_LINUX_KERNEL_DEFCONFIG="corenet64_smp"
16BR2_LINUX_KERNEL_DTS_SUPPORT=y
17BR2_LINUX_KERNEL_INTREE_DTS_NAME="fsl/t1040d4rdb"
18BR2_LINUX_KERNEL_NEEDS_HOST_OPENSSL=y
19
20# Filesystem
21BR2_TARGET_ROOTFS_CPIO=y
22BR2_TARGET_ROOTFS_CPIO_GZIP=y
23BR2_TARGET_ROOTFS_CPIO_UIMAGE=y
24# BR2_TARGET_ROOTFS_TAR is not set
25