mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-08 03:52:30 +00:00
It is enough to set the USB_DEVICE_STACK option to enable USB device support. Also the option USB_NRFX is not necessary here because it is selected in drivers/usb/device/Kconfig anyway. Signed-off-by: Johann Fischer <johann.fischer@nordicsemi.no>
15 lines
240 B
Plaintext
15 lines
240 B
Plaintext
# nRF52840 BLE Cell board configuration
|
|
|
|
# Copyright (c) 2020 Bilal Wasim
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
if BOARD_CONTEXTELEC_ABC
|
|
|
|
config BOARD
|
|
default "nrf52840_ble_cell"
|
|
|
|
config BT_CTLR
|
|
default BT
|
|
|
|
endif # BOARD_CONTEXTELEC_ABC
|