20 lines
266 B
Plaintext
20 lines
266 B
Plaintext
|
# Copyright (c) 2023 Seeed Studio inc.
|
||
|
# SPDX-License-Identifier: Apache-2.0
|
||
|
|
||
|
if BOARD_XIAO_RP2040
|
||
|
|
||
|
config RP2_FLASH_W25Q080
|
||
|
default y
|
||
|
|
||
|
if I2C_DW
|
||
|
|
||
|
config I2C_DW_CLOCK_SPEED
|
||
|
default 125
|
||
|
|
||
|
endif # I2C_DW
|
||
|
|
||
|
config USB_SELF_POWERED
|
||
|
default n
|
||
|
|
||
|
endif # BOARD_XIAO_RP2040
|