#
# Copyright (c) 2022 Nordic Semiconductor ASA
#
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
#

config USER_DEBUG
    bool "Enable user debug module (using GPIO)"
    default n
    select GPIO               # 确保启用 GPIO 驱动
    help
      Enables debug capture using GPIO.