Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
fe6366b8045a7fdb626f4263d17305b89eb3e47f
/
.
/
boards
/
sparkfun
/
pro_micro_rp2040
/
Kconfig.defconfig
blob: 89f13a15cd5363ab8a0d8e3a421dc25c5460a48f [
file
] [
log
] [
blame
]
# Copyright (c) 2021 Pete Johanson
# SPDX-License-Identifier: Apache-2.0
if
BOARD_SPARKFUN_PRO_MICRO_RP2040
if
I2C_DW
config I2C_DW_CLOCK_SPEED
default
125
endif
# I2C_DW
config USB_SELF_POWERED
default
n
endif
# BOARD_SPARKFUN_PRO_MICRO_RP2040