1# DesignWare ARC EM Software Development Platform board configuration
2
3# Copyright (c) 2019 Synopsys, Inc. All rights reserved.
4# SPDX-License-Identifier: Apache-2.0
5
6if BOARD_EMSDP
7
8if SPI
9
10config SPI_DW
11	default y
12
13endif # SPI
14
15endif # BOARD_EMSDP
16