1# Copyright (c) 2019 Synopsys, Inc. All rights reserved. 2# SPDX-License-Identifier: Apache-2.0 3 4if BOARD_HSDK 5 6if SPI_DW 7 8config SPI_DW_ACCESS_WORD_ONLY 9 default y 10 11endif # SPI_DW 12 13if I2C_DW 14 15config I2C_DW_CLOCK_SPEED 16 default 200 17 18endif # I2C_DW 19 20endif # BOARD_HSDK 21