1# Copyright (c) 2024 Andrew Featherstone
2# SPDX-License-Identifier: Apache-2.0
3
4if BOARD_RPI_PICO2
5
6config USB_SELF_POWERED
7	default n
8
9endif # BOARD_RPI_PICO2
10