Kconfig USB_DEVICE_REMOTE_WAKEUP option depends only on USB device controller capability, but is not controlled by the USB device controller drivers configuration. Move USB_DEVICE_REMOTE_WAKEUP option to drivers and make it promptless. Signed-off-by: Johann Fischer <johann.fischer@nordicsemi.no>
8 lines
166 B
Plaintext
8 lines
166 B
Plaintext
# Copyright (c) 2019 Nordic Semiconductor ASA
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config USB_DEVICE_PID
|
|
default USB_PID_HID_MOUSE_SAMPLE
|
|
|
|
source "Kconfig.zephyr"
|