]> Git Repo - buildroot-mgba.git/blame - configs/freescale_p1025twr_defconfig
configs/raspberrypi2: install Raspberry Pi 2 rev 1.2 device-tree blob
[buildroot-mgba.git] / configs / freescale_p1025twr_defconfig
CommitLineData
b98e5414
MW
1# Architecture
2BR2_powerpc=y
3BR2_powerpc_8548=y
4
f68f4de8
VS
5# Linux headers same as kernel, a 4.15 series
6BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_15=y
7
b98e5414
MW
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="mpc85xx_smp"
16BR2_LINUX_KERNEL_DTS_SUPPORT=y
17BR2_LINUX_KERNEL_INTREE_DTS_NAME="fsl/p1025twr"
3f3bb11f 18BR2_LINUX_KERNEL_NEEDS_HOST_OPENSSL=y
b98e5414
MW
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
This page took 0.532297 seconds and 4 git commands to generate.