blob: 19d83a9afd6d442d97d8a992ee97105e46d3689c [file] [log] [blame]
# SPDX-License-Identifier: Apache-2.0
# Platform Configuration
CONFIG_SOC_SERIES_VIPER=y
CONFIG_SOC_BCM58402_M7=y
CONFIG_BOARD_BCM958402M2_M7=y
# Zephyr Kernel Configuration
CONFIG_XIP=n
CONFIG_FLASH_SIZE=0
CONFIG_FLASH_BASE_ADDRESS=0x0
# Serial Drivers
CONFIG_SERIAL=y
CONFIG_UART_INTERRUPT_DRIVEN=y
# Enable Console
CONFIG_CONSOLE=y
CONFIG_UART_CONSOLE=y
# Enable PCIe EP
CONFIG_PCIE_ENDPOINT=y
CONFIG_PCIE_EP_IPROC=y
CONFIG_PCIE_EP_IPROC_V2=y
# Enable DMA
CONFIG_DMA=y
CONFIG_DMA_64BIT=y