mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-19 07:05:23 +00:00
Add Laird Connectivity Pinnacle 100 modem. Signed-off-by: Ryan Erickson <ryan.erickson@lairdconnect.com>
32 lines
435 B
Plaintext
32 lines
435 B
Plaintext
# Pinnacle(TM) 100 DVK board configuration
|
|
|
|
# Copyright (c) 2019 Laird Connectivity
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
if BOARD_PINNACLE_100_DVK
|
|
|
|
config BOARD
|
|
default "pinnacle_100_dvk"
|
|
|
|
config MODEM_HL7800
|
|
default NETWORKING
|
|
|
|
if USB
|
|
|
|
config USB_NRFX
|
|
default y
|
|
|
|
config USB_DEVICE_STACK
|
|
default y
|
|
|
|
endif # USB
|
|
|
|
config IEEE802154_NRF5
|
|
default y
|
|
depends on IEEE802154
|
|
|
|
config BT_CTLR
|
|
default BT
|
|
|
|
endif # BOARD_PINNACLE_100_DVK
|