coreos/layers/meta-belden-marvell-bsp/conf/machine/cn9131-nitroc.conf

27 lines
762 B
Plaintext

#@TYPE: Machine
#@NAME: cn9131-nitroc
#@DESCRIPTION: Machine support for Belden Nitroc Platform
#
require conf/machine/include/cn913x.inc
# Bootloader configuration
# *****************************************************************************
# Set the configuration and device tree for Nitroc
UBOOT_MACHINE = "nitroc_defconfig"
UBOOT_BUILDENV_DEVICE_TREE ??= "cn9131-nitroc-v1"
# Kernel configuration
# ******************************************************************************
KERNEL_DEFCONFIG ?= "nitroc_defconfig"
KERNEL_DEVICETREE ?= "\
marvell/cn9131-nitroc-v1.dtb \
marvell/cn9131-nitroc-m12.dtb \
marvell/cn9131-nitroc-rj45.dtb \
"
# Needed for phy firmware
MACHINE_EXTRA_RDEPENDS += "linux-firmware-ath10k linux-firmware-ath11k"