Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
c2384c5a5d2cff5cacd14e956f561a236a8f3170
/
.
/
boards
/
wiznet
/
w5500_evb_pico2
/
Kconfig.defconfig
blob: 4601f32b16aa9b349f295595bf29f9af27571a11 [
file
] [
log
] [
blame
]
# Copyright (c) 2025 TOKITA Hiroshi
# SPDX-License-Identifier: Apache-2.0
if
BOARD_W5500_EVB_PICO2
if
NETWORKING
config NET_L2_ETHERNET
default
y
endif
# NETWORKING
config USB_SELF_POWERED
default
n
endif
# BOARD_W5500_EVB_PICO2