blob: b128aba9bccd4ca82192502c42d898c8a7cb521c [file]
# Copyright (c) 2022 Peter Johanson
# SPDX-License-Identifier: Apache-2.0
if BOARD_RP2040_GEEK
if I2C_DW
config I2C_DW_CLOCK_SPEED
default 125
endif # I2C_DW
config USB_SELF_POWERED
default n
source "boards/common/usb/Kconfig.cdc_acm_serial.defconfig"
endif # BOARD_RP2040_GEEK