|
# DesignWare ARC EM Software Development Platform board configuration
|
|
|
|
# Copyright (c) 2019 Synopsys, Inc. All rights reserved.
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
if BOARD_EMSDP
|
|
|
|
config BOARD
|
|
default "emsdp"
|
|
|
|
if SPI
|
|
|
|
config SPI_DW
|
|
default y
|
|
|
|
endif # SPI
|
|
|
|
endif # BOARD_EMSDP
|