Replaces inaccurate or wrong vendor prefixes in board and soc folder names with those from thr vendor prefix file Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
21 lines
267 B
Plaintext
21 lines
267 B
Plaintext
# Copyright (c) 2019 Synopsys, Inc. All rights reserved.
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
if BOARD_HSDK
|
|
|
|
if SPI_DW
|
|
|
|
config SPI_DW_ACCESS_WORD_ONLY
|
|
default y
|
|
|
|
endif # SPI_DW
|
|
|
|
if I2C_DW
|
|
|
|
config I2C_DW_CLOCK_SPEED
|
|
default 200
|
|
|
|
endif # I2C_DW
|
|
|
|
endif # BOARD_HSDK
|