zephyr/boards/arm/contextualelectronics_abc/Kconfig.defconfig
Johann Fischer 9512ae488a boards: remove USB option for nRF based boards
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>
2021-08-03 19:00:12 -04:00

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