blob: 7af543d2c61f6209b06ac2b6733ebf9bbb4434b6 [file] [log] [blame]
# Kconfig - nRF52 PCA10040 board configuration
#
# Copyright (c) 2016 Nordic Semiconductor ASA
#
# SPDX-License-Identifier: Apache-2.0
if BOARD_NRF52840_PCA10056
config BOARD
default "nrf52840_pca10056"
if USB
config USB_NRF52840
default y
config USB_DEVICE_STACK
default y
endif # USB
endif # BOARD_NRF52840_PCA10056