Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
6f92735d28c720fda22ca21c19dfd9b93a19262d
/
.
/
boards
/
adafruit
/
metro_rp2040
/
Kconfig.defconfig
blob: 1af6c7d2fb89f88d2fb64d9e2a491562464d6f2f [
file
]
# Copyright (c) 2022 Peter Johanson
# SPDX-License-Identifier: Apache-2.0
if
BOARD_ADAFRUIT_METRO_RP2040
if
I2C_DW
config I2C_DW_CLOCK_SPEED
default
125
endif
# I2C_DW
config USB_SELF_POWERED
default
n
endif
# BOARD_ADAFRUIT_METRO_RP2040