2019-11-01 20:45:29 +08:00
|
|
|
# Electronut Labs Papyr board configuration
|
|
|
|
|
2019-02-09 19:40:02 +08:00
|
|
|
# Copyright (c) 2018 Electronut Labs
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
|
|
|
if BOARD_NRF52840_PAPYR
|
|
|
|
|
|
|
|
config BOARD
|
|
|
|
default "nrf52840_papyr"
|
|
|
|
|
2019-05-02 18:43:35 +08:00
|
|
|
config BT_CTLR
|
|
|
|
default BT
|
|
|
|
|
2019-02-09 19:40:02 +08:00
|
|
|
endif # BOARD_NRF52840_PAPYR
|