Remote wakeup for Nordic SoCs should always be enabled. Thus do not depend it for each SoC. Instead depend it on chosen driver. Signed-off-by: Emil Obalski <emil.obalski@nordicsemi.no>
11 lines
223 B
Plaintext
11 lines
223 B
Plaintext
# Copyright (c) 2019 Nordic Semiconductor ASA
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config USB_DEVICE_PID
|
|
default USB_PID_HID_MOUSE_SAMPLE
|
|
|
|
config USB_DEVICE_REMOTE_WAKEUP
|
|
default y if NRFX_USBD
|
|
|
|
source "Kconfig.zephyr"
|