mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-07 22:42:47 +00:00
Fixes items that are not properly in menus or have Kconfig selections that make no sense Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
9 lines
147 B
Plaintext
9 lines
147 B
Plaintext
# Copyright (c) 2023 Nordic Semiconductor ASA
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
menu "USB common"
|
|
|
|
rsource "nrf_usbd_common/Kconfig"
|
|
|
|
endmenu
|